Merge pull request #1893 from ebarboni/platformide

[NETBEANS-2604] move o.apache.commons.codec to platform cluster
diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
index 8908f19..b19b2cf 100644
--- a/nbbuild/cluster.properties
+++ b/nbbuild/cluster.properties
@@ -249,6 +249,7 @@
         net.java.html.json,\
         net.java.html.sound,\
         netbinox,\
+        o.apache.commons.codec,\
         o.apache.commons.io,\
         o.apache.commons.logging,\
         o.n.core,\
@@ -440,7 +441,6 @@
         mercurial,\
         mylyn.util,\
         notifications,\
-        o.apache.commons.codec,\
         o.apache.commons.httpclient,\
         o.apache.commons.lang,\
         o.apache.ws.commons.util,\
diff --git a/ide/o.apache.commons.codec/build.xml b/platform/o.apache.commons.codec/build.xml
similarity index 95%
rename from ide/o.apache.commons.codec/build.xml
rename to platform/o.apache.commons.codec/build.xml
index b44f570..05a5c14 100644
--- a/ide/o.apache.commons.codec/build.xml
+++ b/platform/o.apache.commons.codec/build.xml
@@ -19,7 +19,7 @@
     under the License.
 
 -->
-<project name="ide/o.apache.commons.codec" default="build" basedir=".">
+<project name="platform/o.apache.commons.codec" default="build" basedir=".">
     <import file="../../nbbuild/templates/projectized.xml"/>
     <target name="jar" depends="-define-FileCRC32Calculator">
         <FileCRC32Calculator file="external/commons-codec-1.13.jar" property="o.apache.commons.codec.crc32" />
diff --git a/ide/o.apache.commons.codec/external/binaries-list b/platform/o.apache.commons.codec/external/binaries-list
similarity index 100%
rename from ide/o.apache.commons.codec/external/binaries-list
rename to platform/o.apache.commons.codec/external/binaries-list
diff --git a/ide/o.apache.commons.codec/external/commons-codec-1.13-license.txt b/platform/o.apache.commons.codec/external/commons-codec-1.13-license.txt
similarity index 100%
rename from ide/o.apache.commons.codec/external/commons-codec-1.13-license.txt
rename to platform/o.apache.commons.codec/external/commons-codec-1.13-license.txt
diff --git a/ide/o.apache.commons.codec/external/commons-codec-1.13-notice.txt b/platform/o.apache.commons.codec/external/commons-codec-1.13-notice.txt
similarity index 100%
rename from ide/o.apache.commons.codec/external/commons-codec-1.13-notice.txt
rename to platform/o.apache.commons.codec/external/commons-codec-1.13-notice.txt
diff --git a/ide/o.apache.commons.codec/manifest.mf b/platform/o.apache.commons.codec/manifest.mf
similarity index 100%
rename from ide/o.apache.commons.codec/manifest.mf
rename to platform/o.apache.commons.codec/manifest.mf
diff --git a/ide/o.apache.commons.codec/nbproject/project.properties b/platform/o.apache.commons.codec/nbproject/project.properties
similarity index 100%
rename from ide/o.apache.commons.codec/nbproject/project.properties
rename to platform/o.apache.commons.codec/nbproject/project.properties
diff --git a/ide/o.apache.commons.codec/nbproject/project.xml b/platform/o.apache.commons.codec/nbproject/project.xml
similarity index 100%
rename from ide/o.apache.commons.codec/nbproject/project.xml
rename to platform/o.apache.commons.codec/nbproject/project.xml