Don't include any plugins (or other files by accident) as default
This commit is contained in:
parent
f71726142b
commit
4c12d0b70e
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue