This is an automated email from the ASF dual-hosted git repository.
lkishalmi 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 96e9559 Update asm from 7.2 to 8.0.1
96e9559 is described below
commit 96e9559c2fe233490479cb96a749b3ea5fb98cb2
Author: Jose Contreras <[email protected]>
AuthorDate: Tue Apr 28 18:31:04 2020 -0500
Update asm from 7.2 to 8.0.1
---
harness/apisupport.harness/build.xml | 4 ++--
java/lib.jshell.agent/nbproject/project.properties | 2 +-
nbbuild/templates/common.xml | 6 +++---
.../external/{asm-7.2-license.txt => asm-8.0.1-license.txt} | 4 ++--
platform/libs.asm/external/binaries-list | 6 +++---
platform/libs.asm/nbproject/project.properties | 8 ++++----
platform/libs.asm/nbproject/project.xml | 12 ++++++------
7 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/harness/apisupport.harness/build.xml
b/harness/apisupport.harness/build.xml
index d97a498..abf7eb4 100644
--- a/harness/apisupport.harness/build.xml
+++ b/harness/apisupport.harness/build.xml
@@ -39,13 +39,13 @@
<pathelement location="${cluster}/tasks.jar"></pathelement>
</classpath>
</taskdef>
- <echo
file="build/binaries-list">FA637EB67EB7628C915D73762B681AE7FF0B9731
org.ow2.asm:asm:7.2</echo>
+ <echo
file="build/binaries-list">3F5199523FB95304B44563F5D56D9F5A07270669
org.ow2.asm:asm:8.0.1</echo>
<TestDownload>
<manifest dir="build">
<include name="binaries-list"/>
</manifest>
</TestDownload>
- <delete file="build/asm-7.2.jar"/>
+ <delete file="build/asm-8.0.1.jar"/>
</target>
<target name="compile-jnlp-launcher" depends="init,compile">
diff --git a/java/lib.jshell.agent/nbproject/project.properties
b/java/lib.jshell.agent/nbproject/project.properties
index 0020ac6..e8ee891 100644
--- a/java/lib.jshell.agent/nbproject/project.properties
+++ b/java/lib.jshell.agent/nbproject/project.properties
@@ -21,5 +21,5 @@ javac.compilerargs=-Xlint -Xlint:-serial
extra.module.files=modules/ext/nb-custom-jshell-probe.jar,modules/ext/nb-mod-jshell-probe.jar
jnlp.indirect.jars=modules/ext/nb-custom-jshell-probe.jar,modules/ext/nb-mod-jshell-probe.jar
-agentsrc.asm.cp=${libs.asm.dir}/core/asm-7.2.jar
+agentsrc.asm.cp=${libs.asm.dir}/core/asm-8.0.1.jar
agentsrc.jshell.cp=${nb_all}/java/libs.jshell.compile/external/jshell-9.jar
diff --git a/nbbuild/templates/common.xml b/nbbuild/templates/common.xml
index f9ba6c9..5533eff 100644
--- a/nbbuild/templates/common.xml
+++ b/nbbuild/templates/common.xml
@@ -78,10 +78,10 @@
<tstamp>
<format property="module.build.started.time"
pattern="yyyy-MM-dd'T'HH:mm:ss.SSSZ"/>
</tstamp>
- <condition property="asm.jar"
value="${nbplatform.active.dir}/platform/core/asm-7.2.jar">
- <available
file="${nbplatform.active.dir}/platform/core/asm-7.2.jar"/>
+ <condition property="asm.jar"
value="${nbplatform.active.dir}/platform/core/asm-8.0.1.jar">
+ <available
file="${nbplatform.active.dir}/platform/core/asm-8.0.1.jar"/>
</condition>
- <property name="asm.jar"
location="${platform/libs.asm.dir}/core/asm-7.2.jar"/>
+ <property name="asm.jar"
location="${platform/libs.asm.dir}/core/asm-8.0.1.jar"/>
</target>
<target name="-release.dir">
diff --git a/platform/libs.asm/external/asm-7.2-license.txt
b/platform/libs.asm/external/asm-8.0.1-license.txt
old mode 100755
new mode 100644
similarity index 96%
rename from platform/libs.asm/external/asm-7.2-license.txt
rename to platform/libs.asm/external/asm-8.0.1-license.txt
index 142eee3..16c1579
--- a/platform/libs.asm/external/asm-7.2-license.txt
+++ b/platform/libs.asm/external/asm-8.0.1-license.txt
@@ -1,6 +1,6 @@
Name: OW2 ASM
-Version: 7.2
-Files: asm-tree-7.2.jar asm-commons-7.2.jar asm-7.2.jar
+Version: 8.0.1
+Files: asm-tree-8.0.1.jar asm-commons-8.0.1.jar asm-8.0.1.jar
License: BSD-INRIA
Origin: OW2 Consortium
URL:
https://repository.ow2.org/nexus/content/repositories/releases/org/ow2/asm/
diff --git a/platform/libs.asm/external/binaries-list
b/platform/libs.asm/external/binaries-list
index 93292b0..39f46d5 100755
--- a/platform/libs.asm/external/binaries-list
+++ b/platform/libs.asm/external/binaries-list
@@ -14,6 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-FA637EB67EB7628C915D73762B681AE7FF0B9731 org.ow2.asm:asm:7.2
-3A23CC36EDAF8FC5A89CB100182758CCB5991487 org.ow2.asm:asm-tree:7.2
-CA2954E8D92A05BACC28FF465B25C70E0F512497 org.ow2.asm:asm-commons:7.2
+3F5199523FB95304B44563F5D56D9F5A07270669 org.ow2.asm:asm:8.0.1
+DFCAD5ABBCFF36F8BDAD5647FE6F4972E958AD59 org.ow2.asm:asm-tree:8.0.1
+019C7BA355F0737815205518E332A8DC08B417C6 org.ow2.asm:asm-commons:8.0.1
diff --git a/platform/libs.asm/nbproject/project.properties
b/platform/libs.asm/nbproject/project.properties
index 12899c0..150f2b0 100644
--- a/platform/libs.asm/nbproject/project.properties
+++ b/platform/libs.asm/nbproject/project.properties
@@ -19,7 +19,7 @@ javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
module.jar.dir=core
-release.external/asm-7.2.jar=core/asm-7.2.jar
-release.external/asm-tree-7.2.jar=core/asm-tree-7.2.jar
-release.external/asm-commons-7.2.jar=core/asm-commons-7.2.jar
-license.file=../external/asm-7.2-license.txt
+release.external/asm-8.0.1.jar=core/asm-8.0.1.jar
+release.external/asm-tree-8.0.1.jar=core/asm-tree-8.0.1.jar
+release.external/asm-commons-8.0.1.jar=core/asm-commons-8.0.1.jar
+license.file=../external/asm-8.0.1-license.txt
diff --git a/platform/libs.asm/nbproject/project.xml
b/platform/libs.asm/nbproject/project.xml
index 834a713..e0ce859 100644
--- a/platform/libs.asm/nbproject/project.xml
+++ b/platform/libs.asm/nbproject/project.xml
@@ -29,16 +29,16 @@
<subpackages>org</subpackages>
</public-packages>
<class-path-extension>
- <runtime-relative-path>asm-7.2.jar</runtime-relative-path>
- <binary-origin>external/asm-7.2.jar</binary-origin>
+ <runtime-relative-path>asm-8.0.1.jar</runtime-relative-path>
+ <binary-origin>external/asm-8.0.1.jar</binary-origin>
</class-path-extension>
<class-path-extension>
- <runtime-relative-path>asm-tree-7.2.jar</runtime-relative-path>
- <binary-origin>external/asm-tree-7.2.jar</binary-origin>
+
<runtime-relative-path>asm-tree-8.0.1.jar</runtime-relative-path>
+ <binary-origin>external/asm-tree-8.0.1.jar</binary-origin>
</class-path-extension>
<class-path-extension>
-
<runtime-relative-path>asm-commons-7.2.jar</runtime-relative-path>
- <binary-origin>external/asm-commons-7.2.jar</binary-origin>
+
<runtime-relative-path>asm-commons-8.0.1.jar</runtime-relative-path>
+ <binary-origin>external/asm-commons-8.0.1.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
---------------------------------------------------------------------
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