Skip to content

Commit

Permalink
Remove ASM build from eclipse-ee4j/eclipselink
Browse files Browse the repository at this point in the history
Signed-off-by: Will Dazey <[email protected]>
  • Loading branch information
dazey3 authored and lukasj committed Aug 9, 2021
1 parent 99631ab commit 89afd74
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1,267 deletions.
58 changes: 0 additions & 58 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,64 +100,6 @@ Apache Java Servlet API (2.4)

* License: Apache License, 2.0

ASM (1.5.3)

* License: New BSD license

asm (3.3.1)

* License: New BSD License

ASM (5.0.1)

* License: New BSD License

ASM (5.1.0)

* License: New BSD License
* Project: http://asm.ow2.org
* Source: http://download.forge.ow2.org/asm/asm-5.1.tar.gz

asm (6.0)

* License: BSD 3-Clause
* Project: http://asm.ow2.org
* Source:
http://forge.ow2.org/project/download.php?group_id=23&file_id=21864

ASM (6.0)

* License: New BSD license

ASM (6.1.1)

* License: BSD-3-Clause
* Project: http://asm.ow2.org
* Source: https://gitlab.ow2.org/asm/asm/tags/ASM_6_1_1

asm (6.2)

* License: BSD-3-Clause

asm (7.1)

* License: BSD-3-Clause

ASM (7.2)

* License: Pending

ASM (7.3.1)

* License: BSD-3-Clause

ASM (8.0.1)

* License: BSD-3-Clause

ASM 9 (n/a)


atinject (Package javax.inject) (1.0)

* License: Apache License, 2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ eclipselink.sdo.base=sdo
eclipselink.util.base=utils
eclipselink.perf.base=performance

eclipselink.asm=${eclipselink.plugins}/${asm}
eclipselink.antlr=${eclipselink.plugins}/${antlr}

eclipselink.mvn.parent=${eclipselink.build.base}/org.eclipse.persistence.parent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@
<pathelement path="${eclipselink.jar}"/>
<pathelement path="${eclipselink.sdo.plugins}/${commonj.sdo.jar}"/>
<pathelement path="${eclipselink.plugins}/${antlr}"/>
<pathelement path="${eclipselink.plugins}/${asm}"/>
<pathelement path="${eclipselink.plugins}/${activation.jar}"/>
<pathelement path="${eclipselink.plugins}/${jaxb-api.jar}"/>
<pathelement path="${eclipselink.plugins}/${jaxb-core.jar}"/>
Expand Down Expand Up @@ -523,11 +522,10 @@
<delete file="${eclipselink.tst.src.prefix}${eclipselink.zip.suffix}" failonerror="false"/>
<antcall target="clean-oracle-if-dependencies"/>
</target>
<target name="clean-plugins" description="Clean files from plugins directory except antlr and asm.">
<target name="clean-plugins" description="Clean files from plugins directory except antlr">
<delete>
<fileset dir="${plugins.dir}" includes="*.jar">
<exclude name="**/org.eclipse.persistence.antlr**"/>
<exclude name="**/org.eclipse.persistence.asm**"/>
<exclude name="**/readme.for.distribution**"/>
<exclude name="**/org.eclipse.persistence.oracle*.jar"/>
</fileset>
Expand Down Expand Up @@ -909,7 +907,6 @@
<!-- Include all non-duplicate content from bOSGi bundles -->
<zipgroupfileset dir="${eclipselink.plugins}">
<include name="org.eclipse.persistence*${version.string}.jar"/>
<include name="org.eclipse.persistence.asm*.jar"/>
<include name="org.eclipse.persistence.antlr*.jar"/>
<include name="org.eclipse.persistence.oracle_*.jar"/>
<exclude name="*.corba*.jar"/>
Expand Down Expand Up @@ -1011,7 +1008,6 @@
<include name="${license-files}"/>
</zipfileset>
<zipgroupfileset dir="${eclipselink.plugins}">
<include name="${asm}.source_${version.string}.jar"/>
<include name="${antlr}.source_${version.string}.jar"/>
<include name="org.eclipse.persistence*.source*.jar"/>
<include name="eclipselink-moxy-dynamicxjc.source*.jar"/>
Expand Down
62 changes: 0 additions & 62 deletions etc/jenkins/build_asm.groovy

This file was deleted.

16 changes: 0 additions & 16 deletions etc/jenkins/build_asm.sh

This file was deleted.

152 changes: 0 additions & 152 deletions etc/jenkins/release_asm.groovy

This file was deleted.

Loading

0 comments on commit 89afd74

Please sign in to comment.