More changes after replacing config directory
- Plugin auto-enable script updated - Don't drop configured folder in update-dependencies - Drop test config and system folders in update-dependencies
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<property name="dependencies.dir" value="${basedir}/../dependencies" />
|
<property name="dependencies.dir" value="${basedir}/../dependencies" />
|
||||||
<taskdef resource="net/sf/antcontrib/antcontrib.properties" classpath="${dependencies.dir}/ant-contrib.jar"/>
|
<taskdef resource="net/sf/antcontrib/antcontrib.properties" classpath="${dependencies.dir}/ant-contrib.jar"/>
|
||||||
|
|
||||||
<property name="disable_plugins.file.path" value="${basedir}/../ideaSDK/config/disabled_plugins.txt"/>
|
<property name="disable_plugins.file.path" value="${basedir}/../ideaSDK/config-idea/disabled_plugins.txt"/>
|
||||||
<available property="disable_plugins.found" file="${disable_plugins.file.path}"/>
|
<available property="disable_plugins.found" file="${disable_plugins.file.path}"/>
|
||||||
|
|
||||||
<if>
|
<if>
|
||||||
|
|||||||
@@ -257,8 +257,7 @@
|
|||||||
|
|
||||||
<then>
|
<then>
|
||||||
<delete dir="ideaSDK" failonerror="false">
|
<delete dir="ideaSDK" failonerror="false">
|
||||||
<exclude name="config/**"/>
|
<exclude name="config-idea/**"/>
|
||||||
<exclude name="system/**"/>
|
|
||||||
<exclude name="system-idea/**"/>
|
<exclude name="system-idea/**"/>
|
||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user