Fix jQuery.clean to work with Safari and DOM NodeLists
[jquery.git] / build.xml
index 79718c3..49596e9 100644 (file)
--- a/build.xml
+++ b/build.xml
         <echo message="${JQ} built." />
     </target>
        
-       <target name="with_plugins" description="Build jquery with all plugins">
+       <target name="jquery_with_plugins" description="Build jquery with all plugins">
                <antcall target="jquery">
                        <param name="PLUGINS" value="${PLUGINS_ALL}" />
-               </antcall>
+               </antcall>\r
        </target>
 
     <target name="lite" depends="jquery">
@@ -76,7 +76,7 @@
         <echo message="${JQ_PACK} built." />
     </target>\r
                \r
-    <target name="pack_with_plugins" depends="with_plugins">\r
+    <target name="pack_with_plugins" depends="jquery_with_plugins">\r
         <echo message="Building ${JQ_PACK}" />\r
         <java jar="${JAR}" fork="true">\r
             <arg value="${BUILD_DIR}/build/pack.js" />\r
         <echo message="Documentation built." />
     </target>\r
                \r
-    <target name="docs_with_plugins" depends="with_plugins">\r
+    <target name="docs_with_plugins" depends="jquery_with_plugins">\r
         <echo message="Building Documentation" />\r
         <delete dir="${DOCS_DIR}" />\r
         <mkdir dir="${DOCS_DIR}/data" />\r