Fixed a bug in build.xml which tried to include the non-existent src/resources/ direc...
authorMarco Zanon <info@marcozanon.com>
Sun, 9 Sep 2012 09:56:17 +0000 (09:56 +0000)
committerMarco Zanon <info@marcozanon.com>
Sun, 9 Sep 2012 09:56:17 +0000 (09:56 +0000)
3.x/build.xml

index 1aaf1483daaa34b284e34380ce7862ac7fb27d6a..8ee99f431ac077e466b4f5ebde3d87f7a77638cf 100644 (file)
@@ -20,7 +20,6 @@
     <target name="jar" depends="compile" description="Creates a Jar file">
         <jar destfile="target/${ant.project.name}.jar">
             <fileset dir="target/classes/" includes="**/*.class" />
-            <fileset dir="src/resources/" includes="**/*.*" />
         </jar>
     </target>