Author: rgardler
Date: Mon Apr 16 00:45:21 2012
New Revision: 1326455
URL: http://svn.apache.org/viewvc?rev=1326455&view=rev
Log:
don't include images or libs when removing comments (temporary workaround, this
is stripping all comments which means that the copyright we want is stripped
too)
Modified:
incubator/wookie/trunk/widgets/templates/build.xml
Modified: incubator/wookie/trunk/widgets/templates/build.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/build.xml?rev=1326455&r1=1326454&r2=1326455&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/build.xml (original)
+++ incubator/wookie/trunk/widgets/templates/build.xml Mon Apr 16 00:45:21 2012
@@ -64,6 +64,7 @@
<replaceregexp match="<\%[^>]*>" flags="g" replace="" >
<fileset dir="${widget.build.dir}/${widget.shortname}" >
<exclude name="images/*"/>
+ <exclude name="lib/*"/>
</fileset>
</replaceregexp>
</target>