Landing the .clone() rewrite by Brandon (also includes the new event cloning function...
[jquery.git] / Makefile
index ba25291..59902a6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,7 @@ BASE_FILES = ${SRC_DIR}/core.js\
        ${SRC_DIR}/selector.js\
        ${SRC_DIR}/event.js\
        ${SRC_DIR}/ajax.js\
-       ${SRC_DIR}/fx.js\
-       ${SRC_DIR}/offset.js
+       ${SRC_DIR}/fx.js
 
 PLUGINS = ${PLUG_DIR}/button/*\
        ${PLUG_DIR}/center/*\
@@ -109,20 +108,6 @@ ${JQ_MIN}: ${JQ}
 
 test: ${JQ}
        @@echo "Building Test Suite"
-
-       @@echo " - Making Test Suite Directory:" ${TEST_DIR}
-       #@@mkdir -p ${TEST_DIR}
-
-       @@echo " - Removing any old tests"
-       #@@rm -f ${TEST_DIR}/tests/*
-
-       @@echo " - Copying over script files."
-       #@@cp -fR ${BUILD_DIR}/test/data ${TEST_DIR}/data
-       #@@cp -f ${BUILD_DIR}/test/index.html ${TEST_DIR}
-
-       @@echo " - Compiling Test Cases"
-       #@@${JAR} ${BUILD_DIR}/test/test.js ${JQ} ${TEST_DIR}
-
        @@echo "Test Suite Built"
        @@echo