Author: nextgens
Date: 2007-07-03 11:32:40 +0000 (Tue, 03 Jul 2007)
New Revision: 13885
Modified:
trunk/plugins/build.xml
Log:
fix it once for all
Modified: trunk/plugins/build.xml
===================================================================
--- trunk/plugins/build.xml 2007-07-03 11:21:12 UTC (rev 13884)
+++ trunk/plugins/build.xml 2007-07-03 11:32:40 UTC (rev 13885)
@@ -41,7 +41,9 @@
<attribute name="Plugin-Main-Class"
value="plugins.${what}.${what}"/>
</manifest>
<fileset dir="${what}/resources"/>
- <filename name="${what}/**/*.txt"/>
+ <fileset dir="${what}" casesensitive="no">
+ <include name="*.txt"/>
+ </fileset>
<fileset dir="${build}/"/>
</jar>
</target>