--- trunk/build.xml 2009/02/25 22:40:42 14 +++ branches/1.8-gt2-2.6/build.xml 2009/08/31 14:23:19 47 @@ -3,12 +3,15 @@ Option "jar" -> a JAR from the existing binaries expected in folder "classes" plus a ZIP of the JAR + Option "extJar" -> Option "jar" + + folder "resource/icons" in JAR + + folder "resource/locales" in JAR Option "src" -> a ZIP of the source code in folder "src" Option "javadoc" -> a JavaDoc in folder "javadoc" plus a ZIP of this folder Option "all" -> all of the upper mentioned options Option "basic" -> only "jar" and "src" - + The default option is "basic" --> @@ -29,6 +32,10 @@ + + + + @@ -70,6 +77,27 @@ + + + + + + + + + + + + + + + + + +