aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAriel Flesler <aflesler@gmail.com>2008-12-30 22:05:45 +0000
committerAriel Flesler <aflesler@gmail.com>2008-12-30 22:05:45 +0000
commit7138cf0ce04b4ee1834c0aaa9d5e435f6eac882f (patch)
tree4defa74ec4861cad7315c863e3169ff0ce346bbb /build.xml
parent4f7441910f664800cca8d252f04ec479518edfe0 (diff)
downloadjquery-7138cf0ce04b4ee1834c0aaa9d5e435f6eac882f.tar.gz
jquery-7138cf0ce04b4ee1834c0aaa9d5e435f6eac882f.zip
build: Closes #3760. Adding the data module to the build file. Thanks Cloudream.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ec081cea2..2766cc8a0 100644
--- 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" />