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:
4e3da33
)
Updated ant so the default task doesn't require plugins
author
Yehuda Katz
<wycats@gmail.com>
Sat, 28 Oct 2006 17:16:23 +0000
(17:16 +0000)
committer
Yehuda Katz
<wycats@gmail.com>
Sat, 28 Oct 2006 17:16:23 +0000
(17:16 +0000)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
79718c3
..
cf18781
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-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" />
\r
- <fileset dir="${PLUGIN_DIR}" includes="${PLUGINS}" />
\r
<fileset dir="${SRC_DIR}" includes="outro.js" />
</concat>
<echo message="${JQ} built." />