[cc-commits] [CC SVN] r14580 - ccooo/branches/akila-gsoc-2010
webmaster at creativecommons.org
webmaster at creativecommons.org
Fri Jul 16 22:33:08 EDT 2010
Author: akila87
Date: 2010-07-17 02:33:08 +0000 (Sat, 17 Jul 2010)
New Revision: 14580
Modified:
ccooo/branches/akila-gsoc-2010/
ccooo/branches/akila-gsoc-2010/build.xml
Log:
*Internationalization support
*Build Scripts for building resource bundles from .po files
Property changes on: ccooo/branches/akila-gsoc-2010
___________________________________________________________________
Modified: svn:ignore
- dist
build
+ i18n
build
dist
Modified: ccooo/branches/akila-gsoc-2010/build.xml
===================================================================
--- ccooo/branches/akila-gsoc-2010/build.xml 2010-07-17 02:09:56 UTC (rev 14579)
+++ ccooo/branches/akila-gsoc-2010/build.xml 2010-07-17 02:33:08 UTC (rev 14580)
@@ -5,7 +5,7 @@
<project name="ccooo" default="default" basedir=".">
<description>Builds, tests, and runs the project Addin.</description>
<import file="nbproject/build-uno-impl.xml"/>
-
+
<!--
There exist several targets which are by default empty and which can be
@@ -67,11 +67,24 @@
nbproject/build-impl.xml file.
-->
+ <!--Used for building the translation resource bundle
+ But this may take about 3 minutes, so this is disabled by default.
+ You can enable it by uncommenting the follwoing lines or you can build
+ the resource bundle alternatively using the make_pot.sh make_bundle.sh
+ please refer the README-->
+ <!--<target name="-pre-compile">
+ <exec executable="bash" os="Linux">
+ <arg line="make_pot.sh"/>
+ </exec>
+ <exec executable="bash" os="Linux">
+ <arg line="make_bundle.sh"/>
+ </exec>
+ </target>-->
- <target name="-pre-jar">
- <manifest file="${build.dir}/MANIFEST.MF" mode="update">
- <attribute name="UNO-Type-Path" value=" "/>
- </manifest>
- </target>
-
+ <target name="-pre-jar">
+ <manifest file="${build.dir}/MANIFEST.MF" mode="update">
+ <attribute name="UNO-Type-Path" value=" "/>
+ </manifest>
+ </target>
+
</project>
More information about the cc-commits
mailing list