[Pixelle-commit] SF.net SVN: pixelle: [98] trunk/pixelle/build.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-28 21:41:17
|
Revision: 98
http://pixelle.svn.sourceforge.net/pixelle/?rev=98&view=rev
Author: dbrosius
Date: 2008-06-28 14:41:26 -0700 (Sat, 28 Jun 2008)
Log Message:
-----------
copy png files to output dirs
Modified Paths:
--------------
trunk/pixelle/build.xml
Modified: trunk/pixelle/build.xml
===================================================================
--- trunk/pixelle/build.xml 2008-06-28 21:39:01 UTC (rev 97)
+++ trunk/pixelle/build.xml 2008-06-28 21:41:26 UTC (rev 98)
@@ -76,6 +76,7 @@
<copy todir="${classes.dir}">
<fileset dir="${src.dir}">
<include name="**/*.properties"/>
+ <include name="**/*.png"/>
</fileset>
</copy>
<copy todir="${jnlp.dir}">
@@ -109,6 +110,7 @@
<fileset dir="${classes.dir}">
<include name="**/*.class"/>
<include name="**/*.properties"/>
+ <include name="**/*.png"/>
</fileset>
<fileset dir="${basedir}">
<include name="license.txt"/>
@@ -130,6 +132,7 @@
<fileset dir="${basedir}">
<include name="**/*.java"/>
<include name="**/*.properties"/>
+ <include name="**/*.png"/>
<include name="**/*.g"/>
<include name="lib/*.jar"/>
</fileset>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|