Skip to content
Permalink
Browse files
Added the regexp to remove module closures to the ant build file to b…
…e on par with the Makefile.
  • Loading branch information
jaubourg committed Dec 11, 2010
1 parent 2e12975 commit 8ab5e1e
Showing 1 changed file with 1 addition and 0 deletions.
@@ -76,6 +76,7 @@
<exec executable="git" outputproperty="date">
<arg line="log -1 --pretty=format:%ad" />
</exec>
<replaceregexp match="(\(\s*function\s*\(\s*jQuery\s*\)\s*\{)|(\}\s*\)\s*\(\s*jQuery\s*\)\s*;)" flags="g" replace="" file="${JQ}" />
<replaceregexp match="Date: " replace="Date: ${date}" file="${JQ}" />
<echo message="${JQ} built." />
</target>

0 comments on commit 8ab5e1e

Please sign in to comment.