shevek / jcpp

The C Preprocessor as a Java library
http://www.anarres.org/projects/jcpp/
Apache License 2.0
106 stars 36 forks source link

Made JCPP Maven-friendly: pom.xml + file layout #4

Closed ochafik closed 10 years ago

ochafik commented 10 years ago

Hi @shevek,

This PR does not contain any code change (besides removing any -SNAPSHOT version suffix in Version.java), it's just about mavenizing jcpp (will make future comparisons easier). Things still seem to build fine with Ant as well.

Oh, and if you'd like to deploy the artifacts on Maven Central, I can help :-)

ooxi commented 10 years ago

+1 I have waited quite some time for JCPP using Maven but I'm not sure this will merged since you moved many files. Perhaps we should first try to merge a pom without moving the files to the default Maven structure

ochafik commented 10 years ago

Oops sorry, I'm unfamiliar with pull requests, didn't know my new changes on this branch would pile up here... will clean this up and re-submit