You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/09/15 10:10:40 UTC

[GitHub] matthiasblaesing closed pull request #873: [NETBEANS-1248] Move modules from extide cluster into a subdirectory

matthiasblaesing closed pull request #873: [NETBEANS-1248] Move modules from extide cluster into a subdirectory
URL: https://github.com/apache/incubator-netbeans/pull/873
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/o.apache.tools.ant.module/apichanges.xml b/extide/o.apache.tools.ant.module/apichanges.xml
similarity index 99%
rename from o.apache.tools.ant.module/apichanges.xml
rename to extide/o.apache.tools.ant.module/apichanges.xml
index 8ad087997d..8deee266be 100644
--- a/o.apache.tools.ant.module/apichanges.xml
+++ b/extide/o.apache.tools.ant.module/apichanges.xml
@@ -19,9 +19,9 @@
     under the License.
 
 -->
-<?xml-stylesheet href="../nbbuild/javadoctools/apichanges.xsl" type="text/xsl" ?>
+<?xml-stylesheet href="../../nbbuild/javadoctools/apichanges.xsl" type="text/xsl" ?>
 <!DOCTYPE apichanges PUBLIC "-//NetBeans//DTD API changes list 1.0//EN"
-                     "../nbbuild/javadoctools/apichanges.dtd">
+                     "../../nbbuild/javadoctools/apichanges.dtd">
 
 <!--
 
diff --git a/o.apache.tools.ant.module/arch.xml b/extide/o.apache.tools.ant.module/arch.xml
similarity index 99%
rename from o.apache.tools.ant.module/arch.xml
rename to extide/o.apache.tools.ant.module/arch.xml
index 85a12fda24..78ae556bea 100644
--- a/o.apache.tools.ant.module/arch.xml
+++ b/extide/o.apache.tools.ant.module/arch.xml
@@ -19,8 +19,8 @@
     under the License.
 
 -->
-<!DOCTYPE api-answers PUBLIC "-//NetBeans//DTD Arch Answers//EN" "../nbbuild/antsrc/org/netbeans/nbbuild/Arch.dtd" [
-    <!ENTITY api-questions SYSTEM "../nbbuild/antsrc/org/netbeans/nbbuild/Arch-api-questions.xml">
+<!DOCTYPE api-answers PUBLIC "-//NetBeans//DTD Arch Answers//EN" "../../nbbuild/antsrc/org/netbeans/nbbuild/Arch.dtd" [
+    <!ENTITY api-questions SYSTEM "../../nbbuild/antsrc/org/netbeans/nbbuild/Arch-api-questions.xml">
 ]>
 
 <api-answers
diff --git a/o.apache.tools.ant.module/build.xml b/extide/o.apache.tools.ant.module/build.xml
similarity index 98%
rename from o.apache.tools.ant.module/build.xml
rename to extide/o.apache.tools.ant.module/build.xml
index ed978fda6d..bd8f14abaf 100644
--- a/o.apache.tools.ant.module/build.xml
+++ b/extide/o.apache.tools.ant.module/build.xml
@@ -19,9 +19,9 @@
     under the License.
 
 -->
-<project name="o.apache.tools.ant.module" default="build" basedir=".">
+<project name="extide/o.apache.tools.ant.module" default="build" basedir=".">
 
-    <import file="../nbbuild/templates/projectized.xml"/>
+    <import file="../../nbbuild/templates/projectized.xml"/>
 
     <target name="build-init" depends="projectized.build-init">
         <ant dir="external" target="unzip"/>
diff --git a/o.apache.tools.ant.module/external/ant-1.10.4-license.txt b/extide/o.apache.tools.ant.module/external/ant-1.10.4-license.txt
similarity index 100%
rename from o.apache.tools.ant.module/external/ant-1.10.4-license.txt
rename to extide/o.apache.tools.ant.module/external/ant-1.10.4-license.txt
diff --git a/o.apache.tools.ant.module/external/ant-1.10.4-notice.txt b/extide/o.apache.tools.ant.module/external/ant-1.10.4-notice.txt
similarity index 100%
rename from o.apache.tools.ant.module/external/ant-1.10.4-notice.txt
rename to extide/o.apache.tools.ant.module/external/ant-1.10.4-notice.txt
diff --git a/o.apache.tools.ant.module/external/binaries-list b/extide/o.apache.tools.ant.module/external/binaries-list
similarity index 100%
rename from o.apache.tools.ant.module/external/binaries-list
rename to extide/o.apache.tools.ant.module/external/binaries-list
diff --git a/o.apache.tools.ant.module/external/build.xml b/extide/o.apache.tools.ant.module/external/build.xml
similarity index 100%
rename from o.apache.tools.ant.module/external/build.xml
rename to extide/o.apache.tools.ant.module/external/build.xml
diff --git a/o.apache.tools.ant.module/l10n.list b/extide/o.apache.tools.ant.module/l10n.list
similarity index 100%
rename from o.apache.tools.ant.module/l10n.list
rename to extide/o.apache.tools.ant.module/l10n.list
diff --git a/o.apache.tools.ant.module/licenseinfo.xml b/extide/o.apache.tools.ant.module/licenseinfo.xml
similarity index 85%
rename from o.apache.tools.ant.module/licenseinfo.xml
rename to extide/o.apache.tools.ant.module/licenseinfo.xml
index d7da299701..9dfd33b1e1 100644
--- a/o.apache.tools.ant.module/licenseinfo.xml
+++ b/extide/o.apache.tools.ant.module/licenseinfo.xml
@@ -32,4 +32,10 @@
         <license ref="Apache-2.0-ASF" />
         <comment type="COMMENT_UNSUPPORTED" />
     </fileset>
+    <fileset>
+        <file>src/org/apache/tools/ant/module/resources/CustomTask_java</file>
+        <file>src/org/apache/tools/ant/module/resources/Project.xml_</file>
+        <license ref="Apache-2.0-ASF" />
+        <comment type="TEMPLATE_MINIMAL_IP" />
+    </fileset>
 </licenseinfo>
diff --git a/o.apache.tools.ant.module/manifest.mf b/extide/o.apache.tools.ant.module/manifest.mf
similarity index 100%
rename from o.apache.tools.ant.module/manifest.mf
rename to extide/o.apache.tools.ant.module/manifest.mf
diff --git a/o.apache.tools.ant.module/nbproject/org-apache-tools-ant-module.sig b/extide/o.apache.tools.ant.module/nbproject/org-apache-tools-ant-module.sig
similarity index 100%
rename from o.apache.tools.ant.module/nbproject/org-apache-tools-ant-module.sig
rename to extide/o.apache.tools.ant.module/nbproject/org-apache-tools-ant-module.sig
diff --git a/o.apache.tools.ant.module/nbproject/project.properties b/extide/o.apache.tools.ant.module/nbproject/project.properties
similarity index 100%
rename from o.apache.tools.ant.module/nbproject/project.properties
rename to extide/o.apache.tools.ant.module/nbproject/project.properties
diff --git a/o.apache.tools.ant.module/nbproject/project.xml b/extide/o.apache.tools.ant.module/nbproject/project.xml
similarity index 100%
rename from o.apache.tools.ant.module/nbproject/project.xml
rename to extide/o.apache.tools.ant.module/nbproject/project.xml
diff --git a/o.apache.tools.ant.module/release/VERSION.txt b/extide/o.apache.tools.ant.module/release/VERSION.txt
similarity index 100%
rename from o.apache.tools.ant.module/release/VERSION.txt
rename to extide/o.apache.tools.ant.module/release/VERSION.txt
diff --git a/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/BridgeImpl.java b/extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/BridgeImpl.java
similarity index 100%
rename from o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/BridgeImpl.java
rename to extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/BridgeImpl.java
diff --git a/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/Bundle.properties b/extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/Bundle.properties
similarity index 100%
rename from o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/Bundle.properties
rename to extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/Bundle.properties
diff --git a/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/ForkedJavaOverride.java b/extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/ForkedJavaOverride.java
similarity index 100%
rename from o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/ForkedJavaOverride.java
rename to extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/ForkedJavaOverride.java
diff --git a/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/InputOverride.java b/extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/InputOverride.java
similarity index 100%
rename from o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/InputOverride.java
rename to extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/InputOverride.java
diff --git a/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/IntrospectionHelperImpl.java b/extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/IntrospectionHelperImpl.java
similarity index 100%
rename from o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/IntrospectionHelperImpl.java
rename to extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/IntrospectionHelperImpl.java
diff --git a/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbAntlib.java b/extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbAntlib.java
similarity index 100%
rename from o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbAntlib.java
rename to extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbAntlib.java
diff --git a/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbBuildLogger.java b/extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbBuildLogger.java
similarity index 100%
rename from o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbBuildLogger.java
rename to extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbBuildLogger.java
diff --git a/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbInputHandler.java b/extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbInputHandler.java
similarity index 100%
rename from o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbInputHandler.java
rename to extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbInputHandler.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.form b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.form
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.form
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.form
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntModule.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntModule.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntModule.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntModule.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntPanelController.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntPanelController.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntPanelController.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntPanelController.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntSettings.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntSettings.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntSettings.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntSettings.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/Bundle.properties b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/Bundle.properties
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/Bundle.properties
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/Bundle.properties
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/AntProjectCookie.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/AntProjectCookie.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/AntProjectCookie.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/AntProjectCookie.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/AntTargetExecutor.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/AntTargetExecutor.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/AntTargetExecutor.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/AntTargetExecutor.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/ElementCookie.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/ElementCookie.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/ElementCookie.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/ElementCookie.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/IntrospectedInfo.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/IntrospectedInfo.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/IntrospectedInfo.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/IntrospectedInfo.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/IntrospectionCookie.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/IntrospectionCookie.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/IntrospectionCookie.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/IntrospectionCookie.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/package.html b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/package.html
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/package.html
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/package.html
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/ActionUtils.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/ActionUtils.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/ActionUtils.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/ActionUtils.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/AntScriptUtils.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/AntScriptUtils.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/AntScriptUtils.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/AntScriptUtils.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/TargetLister.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/TargetLister.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/TargetLister.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/TargetLister.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/package.html b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/package.html
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/package.html
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/api/support/package.html
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/AntBridge.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/AntBridge.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/AntBridge.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/AntBridge.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/AuxClassLoader.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/AuxClassLoader.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/AuxClassLoader.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/AuxClassLoader.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/BridgeInterface.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/BridgeInterface.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/BridgeInterface.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/BridgeInterface.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/Bundle.properties b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/Bundle.properties
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/Bundle.properties
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/Bundle.properties
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/DummyBridgeImpl.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/DummyBridgeImpl.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/DummyBridgeImpl.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/DummyBridgeImpl.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/IntrospectionHelperProxy.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/IntrospectionHelperProxy.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/IntrospectionHelperProxy.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/bridge/IntrospectionHelperProxy.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/AntActionInstance.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/AntActionInstance.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/AntActionInstance.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/AntActionInstance.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/AntProjectDataEditor.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/AntProjectDataEditor.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/AntProjectDataEditor.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/AntProjectDataEditor.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/AntProjectDataObject.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/AntProjectDataObject.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/AntProjectDataObject.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/AntProjectDataObject.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/Bundle.properties b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/Bundle.properties
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/Bundle.properties
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/loader/Bundle.properties
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntNavigatorPanel.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntNavigatorPanel.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntNavigatorPanel.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntNavigatorPanel.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntProjectChildren.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntProjectChildren.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntProjectChildren.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntProjectChildren.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntProjectNode.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntProjectNode.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntProjectNode.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntProjectNode.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntProperty.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntProperty.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntProperty.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntProperty.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntTargetNode.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntTargetNode.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntTargetNode.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntTargetNode.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/Bundle.properties b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/Bundle.properties
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/Bundle.properties
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/Bundle.properties
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/AntIcon.gif b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/AntIcon.gif
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/AntIcon.gif
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/AntIcon.gif
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/AntIconError.gif b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/AntIconError.gif
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/AntIconError.gif
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/AntIconError.gif
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/AntModuleLayer.xml b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/AntModuleLayer.xml
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/AntModuleLayer.xml
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/AntModuleLayer.xml
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/Bundle.properties b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/Bundle.properties
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/Bundle.properties
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/Bundle.properties
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/CustomTaskDescription.html b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/CustomTaskDescription.html
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/CustomTaskDescription.html
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/CustomTaskDescription.html
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/CustomTask_java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/CustomTask_java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/CustomTask_java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/CustomTask_java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/EmphasizedTargetIcon.gif b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/EmphasizedTargetIcon.gif
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/EmphasizedTargetIcon.gif
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/EmphasizedTargetIcon.gif
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/Project.xml_ b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/Project.xml_
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/Project.xml_
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/Project.xml_
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/ProjectDescription.html b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/ProjectDescription.html
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/ProjectDescription.html
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/ProjectDescription.html
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/TargetIcon.gif b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/TargetIcon.gif
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/TargetIcon.gif
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/TargetIcon.gif
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/ant-mime-resolver.xml b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/ant-mime-resolver.xml
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/ant-mime-resolver.xml
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/ant-mime-resolver.xml
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/codetemplates.xml b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/codetemplates.xml
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/codetemplates.xml
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/codetemplates.xml
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/options.png b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/options.png
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/options.png
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/options.png
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/rerun-mod.png b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/rerun-mod.png
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/rerun-mod.png
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/rerun-mod.png
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/rerun.png b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/rerun.png
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/rerun.png
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/rerun.png
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/stop.png b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/stop.png
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/stop.png
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/stop.png
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.form b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.form
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.form
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.form
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/Bundle.properties b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/Bundle.properties
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/Bundle.properties
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/Bundle.properties
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/Hyperlink.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/Hyperlink.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/Hyperlink.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/Hyperlink.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/LastTargetExecuted.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/LastTargetExecuted.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/LastTargetExecuted.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/LastTargetExecuted.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/LoggerTrampoline.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/LoggerTrampoline.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/LoggerTrampoline.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/LoggerTrampoline.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/RunFileActionProvider.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/RunFileActionProvider.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/RunFileActionProvider.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/RunFileActionProvider.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/RunTargetsAction.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/RunTargetsAction.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/RunTargetsAction.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/RunTargetsAction.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/StandardLogger.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/StandardLogger.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/StandardLogger.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/StandardLogger.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/TargetExecutor.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/TargetExecutor.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/TargetExecutor.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/TargetExecutor.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/VerticalGridLayout.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/VerticalGridLayout.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/VerticalGridLayout.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/VerticalGridLayout.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntEvent.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntEvent.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntEvent.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntEvent.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntLogger.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntLogger.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntLogger.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntLogger.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntOutputStream.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntOutputStream.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntOutputStream.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntOutputStream.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntSession.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntSession.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntSession.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AntSession.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspath.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspath.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspath.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspath.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspathProvider.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspathProvider.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspathProvider.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspathProvider.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/TaskStructure.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/TaskStructure.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/TaskStructure.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/TaskStructure.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/package.html b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/package.html
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/package.html
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/spi/package.html
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/Bundle.properties b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/Bundle.properties
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/Bundle.properties
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/Bundle.properties
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CreateShortcutAction.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CreateShortcutAction.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CreateShortcutAction.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CreateShortcutAction.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.form b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.form
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.form
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.form
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.form b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.form
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.form
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.form
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/RemoveShortcutAction.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/RemoveShortcutAction.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/RemoveShortcutAction.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/RemoveShortcutAction.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.form b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.form
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.form
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.form
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.form b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.form
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.form
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.form
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutIterator.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutIterator.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutIterator.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutIterator.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutWizard.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutWizard.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutWizard.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutWizard.java
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/xml/AntProjectSupport.java b/extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/xml/AntProjectSupport.java
similarity index 100%
rename from o.apache.tools.ant.module/src/org/apache/tools/ant/module/xml/AntProjectSupport.java
rename to extide/o.apache.tools.ant.module/src/org/apache/tools/ant/module/xml/AntProjectSupport.java
diff --git a/o.apache.tools.ant.module/test/unit/data/antlogger/imported.xml b/extide/o.apache.tools.ant.module/test/unit/data/antlogger/imported.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/antlogger/imported.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/antlogger/imported.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/antlogger/importing.xml b/extide/o.apache.tools.ant.module/test/unit/data/antlogger/importing.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/antlogger/importing.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/antlogger/importing.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/antlogger/property.xml b/extide/o.apache.tools.ant.module/test/unit/data/antlogger/property.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/antlogger/property.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/antlogger/property.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/antlogger/reference.xml b/extide/o.apache.tools.ant.module/test/unit/data/antlogger/reference.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/antlogger/reference.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/antlogger/reference.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/antlogger/taskdefs.xml b/extide/o.apache.tools.ant.module/test/unit/data/antlogger/taskdefs.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/antlogger/taskdefs.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/antlogger/taskdefs.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/antlogger/trivial.xml b/extide/o.apache.tools.ant.module/test/unit/data/antlogger/trivial.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/antlogger/trivial.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/antlogger/trivial.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/antscriptutils/test1.xml b/extide/o.apache.tools.ant.module/test/unit/data/antscriptutils/test1.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/antscriptutils/test1.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/antscriptutils/test1.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/antscriptutils/test2.xml b/extide/o.apache.tools.ant.module/test/unit/data/antscriptutils/test2.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/antscriptutils/test2.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/antscriptutils/test2.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/antscriptutils/test3.xml b/extide/o.apache.tools.ant.module/test/unit/data/antscriptutils/test3.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/antscriptutils/test3.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/antscriptutils/test3.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/antscriptutils/test4.xml b/extide/o.apache.tools.ant.module/test/unit/data/antscriptutils/test4.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/antscriptutils/test4.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/antscriptutils/test4.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/antscriptutils/test5.xml b/extide/o.apache.tools.ant.module/test/unit/data/antscriptutils/test5.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/antscriptutils/test5.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/antscriptutils/test5.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/importing.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/importing.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/importing.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/importing.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/p1.properties b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/p1.properties
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/p1.properties
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/p1.properties
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/subdir/imported1.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/subdir/imported1.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/subdir/imported1.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/subdir/imported1.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/subdir/imported3.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/subdir/imported3.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/subdir/imported3.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/subdir/imported3.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/subdir/importing2.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/subdir/importing2.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/subdir/importing2.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/computedimports/subdir/importing2.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/dir1/dir3/subimported.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/dir1/dir3/subimported.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/dir1/dir3/subimported.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/dir1/dir3/subimported.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/dir1/imported.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/dir1/imported.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/dir1/imported.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/dir1/imported.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/dir1/importing2.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/dir1/importing2.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/dir1/importing2.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/dir1/importing2.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/dir1/importing3.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/dir1/importing3.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/dir1/importing3.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/dir1/importing3.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/dir2/imported2.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/dir2/imported2.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/dir2/imported2.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/dir2/imported2.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/importing.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/importing.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/importing.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/importing.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/importing4.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/importing4.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/importing4.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/importing4.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/indirectoverride/a.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/indirectoverride/a.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/indirectoverride/a.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/indirectoverride/a.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/indirectoverride/b.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/indirectoverride/b.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/indirectoverride/b.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/indirectoverride/b.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/indirectoverride/c.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/indirectoverride/c.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/indirectoverride/c.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/indirectoverride/c.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/loads-malformed-unicode.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/loads-malformed-unicode.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/loads-malformed-unicode.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/loads-malformed-unicode.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/malformed-unicode.properties b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/malformed-unicode.properties
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/malformed-unicode.properties
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/malformed-unicode.properties
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/nbproperties/imported.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/nbproperties/imported.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/nbproperties/imported.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/nbproperties/imported.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/nbproperties/importing.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/nbproperties/importing.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/nbproperties/importing.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/nbproperties/importing.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/recursive1.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/recursive1.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/recursive1.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/recursive1.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/recursive2.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/recursive2.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/recursive2.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/recursive2.xml
diff --git a/o.apache.tools.ant.module/test/unit/data/targetlister/simple.xml b/extide/o.apache.tools.ant.module/test/unit/data/targetlister/simple.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/data/targetlister/simple.xml
rename to extide/o.apache.tools.ant.module/test/unit/data/targetlister/simple.xml
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/IntrospectedInfoTest.java b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/IntrospectedInfoTest.java
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/IntrospectedInfoTest.java
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/IntrospectedInfoTest.java
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/support/ActionUtilsTest.java b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/support/ActionUtilsTest.java
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/support/ActionUtilsTest.java
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/support/ActionUtilsTest.java
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/support/AntScriptUtilsTest.java b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/support/AntScriptUtilsTest.java
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/support/AntScriptUtilsTest.java
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/support/AntScriptUtilsTest.java
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/support/TargetListerTest.java b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/support/TargetListerTest.java
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/support/TargetListerTest.java
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/api/support/TargetListerTest.java
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/nodes/AntProjectChildrenTest.java b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/nodes/AntProjectChildrenTest.java
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/nodes/AntProjectChildrenTest.java
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/nodes/AntProjectChildrenTest.java
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/run/StandardLoggerTest.java b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/run/StandardLoggerTest.java
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/run/StandardLoggerTest.java
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/run/StandardLoggerTest.java
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/spi/AntLoggerTest.java b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/spi/AntLoggerTest.java
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/spi/AntLoggerTest.java
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/spi/AntLoggerTest.java
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspathTest.java b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspathTest.java
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspathTest.java
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspathTest.java
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspathTest.xml b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspathTest.xml
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspathTest.xml
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/spi/AutomaticExtraClasspathTest.xml
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanelTest.java b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanelTest.java
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanelTest.java
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanelTest.java
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutWizardTest.java b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutWizardTest.java
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutWizardTest.java
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutWizardTest.java
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutWizardTestBase.java b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutWizardTestBase.java
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutWizardTestBase.java
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/wizards/shortcut/ShortcutWizardTestBase.java
diff --git a/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/xml/AntProjectSupportTest.java b/extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/xml/AntProjectSupportTest.java
similarity index 100%
rename from o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/xml/AntProjectSupportTest.java
rename to extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/xml/AntProjectSupportTest.java
diff --git a/options.java/build.xml b/extide/options.java/build.xml
similarity index 88%
rename from options.java/build.xml
rename to extide/options.java/build.xml
index afd091fb4f..ec1874dff3 100644
--- a/options.java/build.xml
+++ b/extide/options.java/build.xml
@@ -19,7 +19,7 @@
     under the License.
 
 -->
-<project basedir="." default="build" name="options.java">
+<project basedir="." default="build" name="extide/options.java">
     <description>Builds, tests, and runs the project org.netbeans.modules.options.java</description>
-    <import file="../nbbuild/templates/projectized.xml"/>
+    <import file="../../nbbuild/templates/projectized.xml"/>
 </project>
diff --git a/options.java/licenseinfo.xml b/extide/options.java/licenseinfo.xml
similarity index 100%
rename from options.java/licenseinfo.xml
rename to extide/options.java/licenseinfo.xml
diff --git a/options.java/manifest.mf b/extide/options.java/manifest.mf
similarity index 100%
rename from options.java/manifest.mf
rename to extide/options.java/manifest.mf
diff --git a/options.java/nbproject/project.properties b/extide/options.java/nbproject/project.properties
similarity index 100%
rename from options.java/nbproject/project.properties
rename to extide/options.java/nbproject/project.properties
diff --git a/options.java/nbproject/project.xml b/extide/options.java/nbproject/project.xml
similarity index 100%
rename from options.java/nbproject/project.xml
rename to extide/options.java/nbproject/project.xml
diff --git a/options.java/src/org/netbeans/modules/options/java/Bundle.properties b/extide/options.java/src/org/netbeans/modules/options/java/Bundle.properties
similarity index 100%
rename from options.java/src/org/netbeans/modules/options/java/Bundle.properties
rename to extide/options.java/src/org/netbeans/modules/options/java/Bundle.properties
diff --git a/options.java/src/org/netbeans/modules/options/java/api/JavaOptions.java b/extide/options.java/src/org/netbeans/modules/options/java/api/JavaOptions.java
similarity index 100%
rename from options.java/src/org/netbeans/modules/options/java/api/JavaOptions.java
rename to extide/options.java/src/org/netbeans/modules/options/java/api/JavaOptions.java
diff --git a/options.java/src/org/netbeans/modules/options/java/layer.xml b/extide/options.java/src/org/netbeans/modules/options/java/layer.xml
similarity index 100%
rename from options.java/src/org/netbeans/modules/options/java/layer.xml
rename to extide/options.java/src/org/netbeans/modules/options/java/layer.xml
diff --git a/options.java/src/org/netbeans/modules/options/java/resources/java_logo.png b/extide/options.java/src/org/netbeans/modules/options/java/resources/java_logo.png
similarity index 100%
rename from options.java/src/org/netbeans/modules/options/java/resources/java_logo.png
rename to extide/options.java/src/org/netbeans/modules/options/java/resources/java_logo.png
diff --git a/options.java/src/org/netbeans/modules/options/java/resources/java_logo.svg b/extide/options.java/src/org/netbeans/modules/options/java/resources/java_logo.svg
similarity index 100%
rename from options.java/src/org/netbeans/modules/options/java/resources/java_logo.svg
rename to extide/options.java/src/org/netbeans/modules/options/java/resources/java_logo.svg
diff --git a/options.java/src/org/netbeans/modules/options/java/resources/package-info.java b/extide/options.java/src/org/netbeans/modules/options/java/resources/package-info.java
similarity index 100%
rename from options.java/src/org/netbeans/modules/options/java/resources/package-info.java
rename to extide/options.java/src/org/netbeans/modules/options/java/resources/package-info.java
diff --git a/nbbuild/rat-exclusions.txt b/nbbuild/rat-exclusions.txt
index 606bc87ef4..2a59564855 100644
--- a/nbbuild/rat-exclusions.txt
+++ b/nbbuild/rat-exclusions.txt
@@ -189,8 +189,6 @@ java/junit.ui/src/org/netbeans/modules/junit/ui/resources/*.template
 ide/languages.diff/src/org/netbeans/modules/languages/diff/DiffExample.diff
 ide/languages.yaml/src/org/netbeans/modules/languages/yaml/*.yaml
 ide/languages.yaml/src/org/netbeans/modules/languages/yaml/*.yml
-o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/CustomTask_java
-o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/Project.xml_
 java/spring.beans/src/org/netbeans/modules/spring/beans/resources/templates/*.template
 ide/xml.text/src/org/netbeans/modules/xml/text/resources/DTDExample
 ide/xml.text/src/org/netbeans/modules/xml/text/resources/XMLExample


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists