aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorunknown <JZA@.(none)>2009-12-08 21:22:15 +0100
committerunknown <JZA@.(none)>2009-12-08 21:22:15 +0100
commit93adf60811524d6ef9ada12e826cb99cbf550663 (patch)
tree29e7ff2934cd0c8e716d7c153d1025391ff701a4 /build.xml
parent1d8f7f790d65d5aa1720789964e603382ece26c9 (diff)
downloadjquery-93adf60811524d6ef9ada12e826cb99cbf550663.tar.gz
jquery-93adf60811524d6ef9ada12e826cb99cbf550663.zip
Further cleanup on ant build
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index e7d572dac..22dfdca21 100644
--- a/build.xml
+++ b/build.xml
@@ -5,12 +5,11 @@
<property description="YUICompressor" name="YUICompressor" value="${BUILD_DIR}/yuicompressor-2.4.2.jar" />
<loadfile description="Version to build" property="version" srcfile="version.txt" />
- <property description="Folder for jquery, min, lite and packed target" name="DIST_DIR" value="./dist" />
+ <property description="Folder for jquery and min target" name="DIST_DIR" value="./dist" />
<property name="JQ" value="${DIST_DIR}/jquery.js" />
<property name="JQ_LITE" value="${DIST_DIR}/jquery.lite.js" />
<property name="JQ_MIN" value="${DIST_DIR}/jquery.min.js" />
- <property name="JQ_PACK" value="${DIST_DIR}/jquery.pack.js" />
<loadfile property="version" srcfile="version.txt" />
<target name="jquery" description="Main jquery build, concatenates source files and replaces @VERSION">