mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
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 New Issue
Block a user