Author: nextgens
Date: 2008-04-17 02:06:20 +0000 (Thu, 17 Apr 2008)
New Revision: 19382
Modified:
trunk/apps/thingamablog/build.xml
Log:
thingamablog: patch to build.xml from Dieppe
Modified: trunk/apps/thingamablog/build.xml
===================================================================
--- trunk/apps/thingamablog/build.xml 2008-04-16 21:50:48 UTC (rev 19381)
+++ trunk/apps/thingamablog/build.xml 2008-04-17 02:06:20 UTC (rev 19382)
@@ -72,6 +72,13 @@
</javac>
<move file="${src_dir}/net/sf/thingamablog/~~TBGlobals.java"
tofile="${src_dir}/net/sf/thingamablog/TBGlobals.java" />
<delete file="${src_dir}/net/sf/thingamablog/~~TBGlobals.java"
/>
+ <!-- Copy translation files to the build dir -->
+ <copy todir="${class_dir}/thingamablog/l10n">
+ <fileset dir="${src_dir}/thingamablog/l10n">
+ <include name="thingamablog.l10n.*.properties"/>
+ </fileset>
+ </copy>
+
<!--
Copy files needed to run the software to destinations in the
build directory. I do this because I usually pull all binary files
like