aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2006-09-23 13:18:13 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2006-09-23 13:18:13 +0000
commit4c12d0b70e9918a00759c7c31cd0f420318ab525 (patch)
tree1d63fb4fc86f16d6c4306e51795bcf9c4da4094f /build.xml
parentf71726142bfbe20aa6881110759390f5a38183f4 (diff)
downloadjquery-4c12d0b70e9918a00759c7c31cd0f420318ab525.tar.gz
jquery-4c12d0b70e9918a00759c7c31cd0f420318ab525.zip
Don't include any plugins (or other files by accident) as default
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 5768ff7f5..3596136c8 100644
--- a/build.xml
+++ b/build.xml
@@ -7,7 +7,7 @@
<property name="JAR" value="${BUILD_DIR}/js.jar" />
<property name="PLUGIN_DIR" location="../plugins" />
- <property name="PLUGINS" value="" />
+ <property name="PLUGINS" value="none" />
<property name="PREFIX" value="." />
<property name="DOCS_DIR" value="${PREFIX}/docs" />