You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/01/21 18:18:33 UTC

[netbeans] branch master updated: [NETBEANS-2604] move o.apache.commons.codec to platform cluster

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 091d8c6  [NETBEANS-2604] move o.apache.commons.codec to platform cluster
     new e911149  Merge pull request #1893 from ebarboni/platformide
091d8c6 is described below

commit 091d8c67174f5278ee675f11655784a4c8dc3be0
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue Jan 21 16:33:13 2020 +0100

    [NETBEANS-2604] move o.apache.commons.codec to platform cluster
---
 nbbuild/cluster.properties                                              | 2 +-
 {ide => platform}/o.apache.commons.codec/build.xml                      | 2 +-
 {ide => platform}/o.apache.commons.codec/external/binaries-list         | 0
 .../o.apache.commons.codec/external/commons-codec-1.13-license.txt      | 0
 .../o.apache.commons.codec/external/commons-codec-1.13-notice.txt       | 0
 {ide => platform}/o.apache.commons.codec/manifest.mf                    | 0
 {ide => platform}/o.apache.commons.codec/nbproject/project.properties   | 0
 {ide => platform}/o.apache.commons.codec/nbproject/project.xml          | 0
 8 files changed, 2 insertions(+), 2 deletions(-)

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 @@ nb.cluster.platform=\
         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 @@ nb.cluster.ide=\
         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 96%
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


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

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