[izpack-changes] r2041 - izpack-src/trunk/src

noreply at berlios.de noreply at berlios.de
Sat Feb 9 19:33:54 CET 2008


Author: jponge
Date: 2008-02-09 19:33:52 +0100 (Sat, 09 Feb 2008)
New Revision: 2041

Modified:
   izpack-src/trunk/src/build.xml
Log:
Fixed the name of the source tarball.


Modified: izpack-src/trunk/src/build.xml
===================================================================
--- izpack-src/trunk/src/build.xml	2008-02-09 18:19:39 UTC (rev 2040)
+++ izpack-src/trunk/src/build.xml	2008-02-09 18:33:52 UTC (rev 2041)
@@ -1175,7 +1175,7 @@
          ================================= -->
     <target name="src.tar.gz"  description="--> creates a src.tar.gz ">
       <mkdir dir="${basedir}/_src${dist.subdir}"/>
-      <property name="src.tar.gz" value="${basedir}/_src${dist.subdir}/${product}.src.${ver}.${rel}.tar.gz"/>
+      <property name="src.tar.gz" value="${basedir}/_src${dist.subdir}/${product}-src-${ver}.${rel}.tar.gz"/>
       <tar compression="gzip" destfile="${src.tar.gz}" basedir="${basedir}" excludes="_src${dist.subdir}/**, _dist/**, _build/**, bin/panels/**, bin/customActions/**, doc/izpack/**, eclipse-bin/**, lib/standalone-compiler.jar, lib/izevent.jar, lib/uninstaller*, lib/installer.jar, lib/compiler.jar"/>
     </target>
 



More information about the izpack-changes mailing list
[ subject ] [ author ]
More information about the izpack-changes mailing list