diff options
author | Yehuda Katz <wycats@gmail.com> | 2006-10-28 17:16:23 +0000 |
---|---|---|
committer | Yehuda Katz <wycats@gmail.com> | 2006-10-28 17:16:23 +0000 |
commit | 7ec65c268355c52c871cf1e015fdd5551b83e0b7 (patch) | |
tree | 1cc83ca047b544473c94871e03ee4b21eb0c19ea /build.xml | |
parent | 4e3da33c59fafe34e237585743e86e24ba81046e (diff) | |
download | jquery-7ec65c268355c52c871cf1e015fdd5551b83e0b7.tar.gz jquery-7ec65c268355c52c871cf1e015fdd5551b83e0b7.zip |
Updated ant so the default task doesn't require plugins
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ <fileset dir="${SRC_DIR}" includes="event/*.js" /> <fileset dir="${SRC_DIR}" includes="fx/*.js" /> <fileset dir="${SRC_DIR}" includes="ajax/*.js" />
- <fileset dir="${PLUGIN_DIR}" includes="${PLUGINS}" />
<fileset dir="${SRC_DIR}" includes="outro.js" /> </concat> <echo message="${JQ} built." /> |