aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2006-11-09 08:22:17 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2006-11-09 08:22:17 +0000
commitc0e0119c3d8a745ddaed0428353d892c30ccc1a5 (patch)
tree591156e5096191baa38abb36f6db020577977944 /build.xml
parente07bfbef2d12e03d81f88c99275a63698b643bcc (diff)
downloadjquery-c0e0119c3d8a745ddaed0428353d892c30ccc1a5.tar.gz
jquery-c0e0119c3d8a745ddaed0428353d892c30ccc1a5.zip
Fixed typo
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 5baad646a..e7379d94f 100644
--- a/build.xml
+++ b/build.xml
@@ -19,7 +19,7 @@
<!-- SETUP -->
<property description="Source Folder" name="SRC_DIR" value="src" />
- <property description="Files executefor parsing etc." name="BUILD_DIR" value="build" />
+ <property description="Files for parsing etc." name="BUILD_DIR" value="build" />
<property description="Rhino JS Engine" name="JAR" value="${BUILD_DIR}/js.jar" />
<property description="Dir to look for plugins" name="PLUGIN_DIR" location="../plugins" />