aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorBrandon Aaron <brandon.aaron@gmail.com>2008-04-29 03:26:06 +0000
committerBrandon Aaron <brandon.aaron@gmail.com>2008-04-29 03:26:06 +0000
commitaea452f1624df811c8b0b2916bfb22213d153f9d (patch)
tree96b4a610b52a93edbdbabb3483d7f84ca494812f /build.xml
parentf3f3238c53a3cad8ebe5c4be191ac4c5d0990f06 (diff)
downloadjquery-aea452f1624df811c8b0b2916bfb22213d153f9d.tar.gz
jquery-aea452f1624df811c8b0b2916bfb22213d153f9d.zip
Merged dimensions with core
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 ddc23bfac..6ccb0afe8 100644
--- a/build.xml
+++ b/build.xml
@@ -40,6 +40,7 @@
<fileset dir="${SRC_DIR}" includes="ajax.js" />
<fileset dir="${SRC_DIR}" includes="fx.js" />
<fileset dir="${SRC_DIR}" includes="offset.js" />
+ <fileset dir="${SRC_DIR}" includes="dimensions.js" />
<fileset dir="${SRC_DIR}" includes="outro.js" />
</concat>
<java jar="${JAR}" fork="true">