# HG changeset patch # User raimund renkert # Date 1311171436 -7200 # Node ID 8ced5ff9113d464a3ec33df3b2998ea7b18944c7 # Parent 0dc34dcdaedcc850f82b82b7ac23dd2eb06da18e Added target "jar-norevision" to create a jar file without the revision hash. diff -r 0dc34dcdaedc -r 8ced5ff9113d ChangeLog --- a/ChangeLog Wed Jul 20 16:06:33 2011 +0200 +++ b/ChangeLog Wed Jul 20 16:17:16 2011 +0200 @@ -1,3 +1,9 @@ +2011-07-20 Raimund Renkert + + * build.xml: + Added target "jar-norevision" to create a jar file without the + revision hash. + 2011-07-20 Raimund Renkert * src/java/de/intevation/mxd/writer/SymbolWriter.java: diff -r 0dc34dcdaedc -r 8ced5ff9113d build.xml --- a/build.xml Wed Jul 20 16:06:33 2011 +0200 +++ b/build.xml Wed Jul 20 16:17:16 2011 +0200 @@ -32,7 +32,7 @@ - + @@ -59,7 +59,7 @@ - + @@ -69,6 +69,16 @@ + + + + + + + + + +