Author: sflanigan
Date: 2008-11-20 20:50:50 -0500 (Thu, 20 Nov 2008)
New Revision: 11936
Modified:
trunk/i18n/build.xml
Log:
Cosmetics
Modified: trunk/i18n/build.xml
===================================================================
--- trunk/i18n/build.xml 2008-11-21 01:32:53 UTC (rev 11935)
+++ trunk/i18n/build.xml 2008-11-21 01:50:50 UTC (rev 11936)
@@ -68,7 +68,7 @@
</target>
- <target name="init" depends="checkver,initTaskDefs">
+ <target name="init" depends="-checkver,initTaskDefs">
</target>
<target name="debug" depends="init">
@@ -196,17 +196,12 @@
</path>
<sequential>
<!-- FIXME -->
- <propertyregex override="true" property="module"
- input="@{plugindir}"
- regexp="^(a){rootdir}[/\\]([^/\\]+).*"
- select="\1" />
- <checkprop propname="module"/>
<propertyregex override="true" property="plugin"
input="@{plugindir}"
regexp="^(a){rootdir}[/\\][^/\\]+[/\\]([^/\\]+).*"
select="\1" />
<checkprop propname="plugin"/>
- <echo level="verbose" message="@{plugindir} contains props for
plugin ${plugin} in module ${module}"/>
+ <echo level="verbose" message="@{plugindir} contains props for
plugin ${plugin}"/>
<antcall target="@{task}">
<param name="plugin" value="${plugin}"/>
<param name="plugindir" value="@{plugindir}"/>
@@ -467,17 +462,18 @@
</for>
</target>
- <target name="most" depends="clean, prop2pot, en, qps, en_AA, po2prop,
manifests, fragments, features" />
+ <target name="most" depends="clean, prop2pot, en, qps, en_AA, po2prop,
manifests, fragments, features"
+ description="Generates langpacks and metadata" />
<target name="all" depends="clean, prop2pot, en, qps, en_AA, po2prop,
manifests, fragments, features, p2, zips"
- description="Runs all targets in an appropriate order"/>
+ description="Runs all targets in an appropriate order"/>
<!-- Test for a class from Ant 1.7.1 (needed for the jar task's erroronmissingdir
feature -->
<available property="Ant-1.7.1-or-later"
classname="org.apache.tools.ant.input.SecureInputHandler"/>
- <target name="checkver" unless="Ant-1.7.1-or-later">
+ <target name="-checkver" unless="Ant-1.7.1-or-later">
<fail message="Incorrect version of ant: ${ant.version} but required:
1.7.1"/>
</target>
Show replies by date