git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e07bfbe
)
Fixed typo
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Thu, 9 Nov 2006 08:22:17 +0000
(08:22 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Thu, 9 Nov 2006 08:22:17 +0000
(08:22 +0000)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
5baad64
..
e7379d9
100644
(file)
--- 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" />
\r
\r
<property description="Dir to look for plugins" name="PLUGIN_DIR" location="../plugins" />
\r