Skip to content

Commit

Permalink
Added the regexp to remove module closures to the ant build file to b…
Browse files Browse the repository at this point in the history
…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.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8ab5e1e

Please sign in to comment.