This is an automated email from the ASF dual-hosted git repository.
junichi11 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 414a38b [NETBEANS-1074] Module Review libs.plist (#817)
414a38b is described below
commit 414a38bdae8a6d02d8973b62e593388cb5d5befa
Author: Junichi Yamamoto <[email protected]>
AuthorDate: Fri Aug 31 05:10:11 2018 +0900
[NETBEANS-1074] Module Review libs.plist (#817)
- Add the license header to binaries-list
- Add maven coordinate (Change the version from 1.1-SNAPSHOT to 1.3)
- Add MIT-dd-plist to nbbuild/licenses
---
libs.plist/external/binaries-list | 18 +++++++++++++++++-
.../{dd-plist-license.txt => dd-plist-1.3-license.txt} | 10 +++++-----
libs.plist/manifest.mf | 2 +-
libs.plist/nbproject/project.properties | 2 +-
.../licenses/MIT-dd-plist | 10 ++--------
nbbuild/licenses/names.properties | 1 +
6 files changed, 27 insertions(+), 16 deletions(-)
diff --git a/libs.plist/external/binaries-list
b/libs.plist/external/binaries-list
index 09aeeb4..64e4343 100644
--- a/libs.plist/external/binaries-list
+++ b/libs.plist/external/binaries-list
@@ -1 +1,17 @@
-59631804B5A7FF3CEAA3F0E113584AF7E1BB6E9B dd-plist.jar
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+F1FFEA79B6034718AC4298D60F98F10B878EC476 com.googlecode.plist:dd-plist:1.3
diff --git a/libs.plist/external/dd-plist-license.txt
b/libs.plist/external/dd-plist-1.3-license.txt
similarity index 85%
copy from libs.plist/external/dd-plist-license.txt
copy to libs.plist/external/dd-plist-1.3-license.txt
index b0ee971..c36b8c3 100644
--- a/libs.plist/external/dd-plist-license.txt
+++ b/libs.plist/external/dd-plist-1.3-license.txt
@@ -1,11 +1,11 @@
Name: plist
-Version: 99
+Version: 1.3
Description: An open source library to parse and generate property lists
-License: MIT-plist
-Origin: http://code.google.com/p/plist/
-Files: dd-plist.jar
+License: MIT-dd-plist
+Origin: https://github.com/3breadt/dd-plist
-Copyright (C) 2012 Daniel Dreibrodt
+dd-plist - An open source library to parse and generate property lists
+Copyright (C) 2016 Daniel Dreibrodt
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/libs.plist/manifest.mf b/libs.plist/manifest.mf
index 8d3960a..8469e99 100644
--- a/libs.plist/manifest.mf
+++ b/libs.plist/manifest.mf
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
OpenIDE-Module: org.netbeans.libs.plist
OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/plist/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.8
+OpenIDE-Module-Specification-Version: 1.9
diff --git a/libs.plist/nbproject/project.properties
b/libs.plist/nbproject/project.properties
index ab2dd30..af16de0 100644
--- a/libs.plist/nbproject/project.properties
+++ b/libs.plist/nbproject/project.properties
@@ -17,7 +17,7 @@
javac.source=1.6
javac.compilerargs=-Xlint -Xlint:-serial
is.autoload=true
-release.external/dd-plist.jar=modules/ext/dd-plist.jar
+release.external/dd-plist-1.3.jar=modules/ext/dd-plist.jar
sigtest.gen.fail.on.error=false
diff --git a/libs.plist/external/dd-plist-license.txt
b/nbbuild/licenses/MIT-dd-plist
similarity index 82%
rename from libs.plist/external/dd-plist-license.txt
rename to nbbuild/licenses/MIT-dd-plist
index b0ee971..ab9e466 100644
--- a/libs.plist/external/dd-plist-license.txt
+++ b/nbbuild/licenses/MIT-dd-plist
@@ -1,11 +1,5 @@
-Name: plist
-Version: 99
-Description: An open source library to parse and generate property lists
-License: MIT-plist
-Origin: http://code.google.com/p/plist/
-Files: dd-plist.jar
-
-Copyright (C) 2012 Daniel Dreibrodt
+dd-plist - An open source library to parse and generate property lists
+Copyright (C) 2016 Daniel Dreibrodt
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/nbbuild/licenses/names.properties
b/nbbuild/licenses/names.properties
index c643603..bfb15af 100644
--- a/nbbuild/licenses/names.properties
+++ b/nbbuild/licenses/names.properties
@@ -43,6 +43,7 @@ CDDL-GPL-2-CP=Dual license consisting of the CDDL v1.1 and
GPL v2 with Classpath
Apache-2.0+BSD-INRIA=Apache Version 2.0 and BSD license with INRIA copyright
MIT-jvyamlb=MIT license jvyamlb variant
HTML5DOC=HTML5DOC license
+MIT-dd-plist=MIT license dd-plist variant
MIT-html5-parser=MIT license html5 parser variant
MIT-icu4j=MIT license icu4j variant
MIT-isorelax=MIT license isorelax variant
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists