Author: rgardler
Date: Fri Dec 28 23:18:30 2012
New Revision: 1426659
URL: http://svn.apache.org/viewvc?rev=1426659&view=rev
Log:
don't process anything in the image or assetts folders when removing comments
Modified:
wookie/trunk/widgets/templates/build.xml
Modified: wookie/trunk/widgets/templates/build.xml
URL:
http://svn.apache.org/viewvc/wookie/trunk/widgets/templates/build.xml?rev=1426659&r1=1426658&r2=1426659&view=diff
==============================================================================
--- wookie/trunk/widgets/templates/build.xml (original)
+++ wookie/trunk/widgets/templates/build.xml Fri Dec 28 23:18:30 2012
@@ -2,7 +2,7 @@
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
+ The ASF licenses this file to You under the Apche License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
@@ -66,8 +66,8 @@
<echo message="+------------------------------------------"/>
<replaceregexp match="<\%[^>]*>" flags="g" replace="" >
<fileset dir="${widget.build.dir}/${widget.shortname}" >
- <exclude name="images/*"/>
- <exclude name="assets/*"/>
+ <exclude name="images/**"/>
+ <exclude name="assets/**"/>
<exclude name="lib/*"/>
</fileset>
</replaceregexp>