# HG changeset patch # User Artem Tikhomirov # Date 1299781473 -3600 # Node ID b45e612ea7506765acd921edd2846c5aaa827d7f # Parent d51f1c6aaa28ad4407ad1afc9f4d8b32fa13362e Build jar with sources along with main jars diff -r d51f1c6aaa28 -r b45e612ea750 .hgignore --- a/.hgignore Thu Mar 10 04:46:34 2011 +0100 +++ b/.hgignore Thu Mar 10 19:24:33 2011 +0100 @@ -1,7 +1,4 @@ syntax:glob bin -src/Extras.java hg4j*.jar -hg4j-tests*.jar -hg4j-console*.jar TEST-*.xml diff -r d51f1c6aaa28 -r b45e612ea750 build.xml --- a/build.xml Thu Mar 10 04:46:34 2011 +0100 +++ b/build.xml Thu Mar 10 19:24:33 2011 +0100 @@ -17,7 +17,11 @@ --> - Build, test and showcase hg4j + Build, test and showcase hg4j + Targets: + * build - compile and jar binary and source bundles + * tests - run tests with JUnit + * samples - few command-line counterparts to demonstrate basic capabiliites @@ -28,6 +32,7 @@ + @@ -80,7 +85,17 @@ - + + + + + + + + + + + @@ -94,7 +109,7 @@ - + @@ -103,7 +118,7 @@ - + @@ -111,5 +126,5 @@ - +