[Yulup-commits] rev 30133 - public/yulup/src/trunk/yulup/src
michi at wyona.com
michi at wyona.com
Tue Jan 1 22:33:37 CET 2008
Author: michi
Date: 2008-01-01 22:33:37 +0100 (Tue, 01 Jan 2008)
New Revision: 30133
Modified:
public/yulup/src/trunk/yulup/src/build.xml
Log:
comment added
Modified: public/yulup/src/trunk/yulup/src/build.xml
===================================================================
--- public/yulup/src/trunk/yulup/src/build.xml 2008-01-01 21:31:34 UTC (rev 30132)
+++ public/yulup/src/trunk/yulup/src/build.xml 2008-01-01 21:33:37 UTC (rev 30133)
@@ -138,6 +138,7 @@
<replace file="../pkg/update.rdf" token="@VERSION@" value="${version}"/>
</target>
+ <!-- Remove all lines containing the substring "/* DEBUG */" unless the debug property has set to true! -->
<target name="strip-debug" description="Strip debug lines" unless="debug">
<replaceregexp match="/\* DEBUG \*/.+" replace="" byline="true">
<fileset dir="../pkg/tmp/chrome"/>
More information about the Yulup-commits
mailing list