Author: nextgens
Date: 2008-04-19 05:41:55 +0000 (Sat, 19 Apr 2008)
New Revision: 19408
Modified:
trunk/apps/thingamablog/build.xml
Log:
thingamablog: update the build.xml file accordingly
Modified: trunk/apps/thingamablog/build.xml
===================================================================
--- trunk/apps/thingamablog/build.xml 2008-04-19 05:38:02 UTC (rev 19407)
+++ trunk/apps/thingamablog/build.xml 2008-04-19 05:41:55 UTC (rev 19408)
@@ -21,6 +21,7 @@
<property name="dicts_dir" value="./dictionaries" />
<property name="build_dir" value="./build" />
<property name="lib_dir" value="./lib" />
+ <property name="l10n_dir" value="./l10n" />
<property name="templates_dir" value="./template_sets" />
<property name="languages_dir" value="./languages" />
<property name="class_dir" value="${build_dir}/classes" />
@@ -74,7 +75,7 @@
<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">
+ <fileset dir="${l10n_dir}/">
<include name="thingamablog.l10n.*.properties"/>
</fileset>
</copy>