[Patchanim-commit] SF.net SVN: patchanim: [94] trunk/patchanim/build.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-02-03 01:40:20
|
Revision: 94
http://patchanim.svn.sourceforge.net/patchanim/?rev=94&view=rev
Author: dbrosius
Date: 2008-02-02 17:40:24 -0800 (Sat, 02 Feb 2008)
Log Message:
-----------
make sure to jar up the gifs
Modified Paths:
--------------
trunk/patchanim/build.xml
Modified: trunk/patchanim/build.xml
===================================================================
--- trunk/patchanim/build.xml 2008-02-03 01:32:12 UTC (rev 93)
+++ trunk/patchanim/build.xml 2008-02-03 01:40:24 UTC (rev 94)
@@ -73,6 +73,7 @@
<fileset dir="${classes.dir}">
<include name="**/*.class"/>
<include name="**/*.properties"/>
+ <include name="**/*.gif"/>
</fileset>
<fileset dir="${basedir}">
<include name="license.txt"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|