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:
4f74419
)
build: Closes #3760. Adding the data module to the build file. Thanks Cloudream.
author
Ariel Flesler
<aflesler@gmail.com>
Tue, 30 Dec 2008 22:05:45 +0000
(22:05 +0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Tue, 30 Dec 2008 22:05:45 +0000
(22:05 +0000)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
ec081ce
..
2766cc8
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-35,6
+35,7
@@
<concat destfile="${JQ}">
<fileset dir="${SRC_DIR}" includes="intro.js" />
<fileset dir="${SRC_DIR}" includes="core.js" />
+ <fileset dir="${SRC_DIR}" includes="data.js" />
<fileset dir="${SRC_DIR}" includes="support.js" />
<fileset dir="${SRC_DIR}" includes="selector.js" />
<fileset dir="${SRC_DIR}" includes="event.js" />