git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e12975
)
Added the regexp to remove module closures to the ant build file to be on par with...
author
jaubourg
<aubourg.julian@gmail.com>
Sat, 11 Dec 2010 00:56:29 +0000
(
01:56
+0100)
committer
jaubourg
<aubourg.julian@gmail.com>
Sat, 11 Dec 2010 00:56:29 +0000
(
01:56
+0100)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
af0241a
..
f6650f4
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-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>