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:
f717261
)
Don't include any plugins (or other files by accident) as default
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Sat, 23 Sep 2006 13:18:13 +0000
(13:18 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Sat, 23 Sep 2006 13:18:13 +0000
(13:18 +0000)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
5768ff7
..
3596136
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-7,7
+7,7
@@
<property name="JAR" value="${BUILD_DIR}/js.jar" />
\r
\r
<property name="PLUGIN_DIR" location="../plugins" />
\r
- <property name="PLUGINS" value="" />
\r
+ <property name="PLUGINS" value="none" />
\r
<property name="PREFIX" value="." />
<property name="DOCS_DIR" value="${PREFIX}/docs" />