Updated ant so the default task doesn't require plugins
authorYehuda Katz <wycats@gmail.com>
Sat, 28 Oct 2006 17:16:23 +0000 (17:16 +0000)
committerYehuda Katz <wycats@gmail.com>
Sat, 28 Oct 2006 17:16:23 +0000 (17:16 +0000)
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." />