You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2017/11/02 12:42:17 UTC

[incubator-netbeans] branch master updated: [NETBEANS-54] Module Review o.apache.commons.codec (#210)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7f14406  [NETBEANS-54] Module Review o.apache.commons.codec (#210)
7f14406 is described below

commit 7f1440637c74b193db41a9cc26437f94cb41c79c
Author: Arunava Sinha <ar...@oracle.com>
AuthorDate: Thu Nov 2 18:12:15 2017 +0530

    [NETBEANS-54] Module Review o.apache.commons.codec (#210)
    
    * Added maven coordinate for external resource commons-codec-1.3.jar
    * Added commons.codec notice from http://svn.apache.org/repos/asf/commons/proper/codec/tags/CODEC_1_3/NOTICE.txt
---
 o.apache.commons.codec/build.xml                                        | 2 +-
 o.apache.commons.codec/external/binaries-list                           | 2 +-
 ...he.commons.codec-1.3.0-license.txt => commons.codec-1.3-license.txt} | 0
 o.apache.commons.codec/external/commons.codec-1.3-notice.txt            | 2 ++
 o.apache.commons.codec/nbproject/project.xml                            | 2 +-
 5 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/o.apache.commons.codec/build.xml b/o.apache.commons.codec/build.xml
index af43167..20f87df 100644
--- a/o.apache.commons.codec/build.xml
+++ b/o.apache.commons.codec/build.xml
@@ -23,7 +23,7 @@
     <import file="../nbbuild/templates/projectized.xml"/>
     <target name="jar">
         <jar jarfile="${cluster}/${module.jar}">
-            <zipfileset src="external/apache-commons-codec-1.3.jar"/>
+            <zipfileset src="external/commons-codec-1.3.jar"/>
             <manifest>
                 <attribute name="Bundle-SymbolicName" value="org.apache.commons.codec"/>
                 <attribute name="Bundle-Version" value="1.3.0"/>
diff --git a/o.apache.commons.codec/external/binaries-list b/o.apache.commons.codec/external/binaries-list
index b34abc5..9caf2fa 100644
--- a/o.apache.commons.codec/external/binaries-list
+++ b/o.apache.commons.codec/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-FD32786786E2ADB664D5ECC965DA47629DCA14BA apache-commons-codec-1.3.jar
+FD32786786E2ADB664D5ECC965DA47629DCA14BA commons-codec:commons-codec:1.3
diff --git a/o.apache.commons.codec/external/org.apache.commons.codec-1.3.0-license.txt b/o.apache.commons.codec/external/commons.codec-1.3-license.txt
similarity index 100%
rename from o.apache.commons.codec/external/org.apache.commons.codec-1.3.0-license.txt
rename to o.apache.commons.codec/external/commons.codec-1.3-license.txt
diff --git a/o.apache.commons.codec/external/commons.codec-1.3-notice.txt b/o.apache.commons.codec/external/commons.codec-1.3-notice.txt
new file mode 100644
index 0000000..7196130
--- /dev/null
+++ b/o.apache.commons.codec/external/commons.codec-1.3-notice.txt
@@ -0,0 +1,2 @@
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/o.apache.commons.codec/nbproject/project.xml b/o.apache.commons.codec/nbproject/project.xml
index 72f270a..19e85cb 100644
--- a/o.apache.commons.codec/nbproject/project.xml
+++ b/o.apache.commons.codec/nbproject/project.xml
@@ -28,7 +28,7 @@
             <public-packages/>
             <class-path-extension>
                 <runtime-relative-path>org-apache-commons-codec.jar</runtime-relative-path>
-                <binary-origin>external/apache-commons-codec-1.3.jar</binary-origin>
+                <binary-origin>external/commons-codec-1.3.jar</binary-origin>
             </class-path-extension>
         </data>
     </configuration>

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" <co...@netbeans.apache.org>'].