Skip to content

Commit

Permalink
Merge pull request apache#2302 from matthiasblaesing/fix-libraries
Browse files Browse the repository at this point in the history
Fix library definitions causing warnings at startup
  • Loading branch information
matthiasblaesing authored Aug 9, 2020
2 parents 61123c2 + 1387f10 commit 6c58b10
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 72 deletions.
1 change: 0 additions & 1 deletion java/libs.javacapi/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ Manifest-Version: 1.0
OpenIDE-Module: org.netbeans.libs.javacapi
OpenIDE-Module-Implementation-Version: 3
OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/javacapi/Bundle.properties
OpenIDE-Module-Layer: org/netbeans/libs/javacapi/layer.xml
OpenIDE-Module-Requires: org.openide.modules.ModuleFormat2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ OpenIDE-Module-Long-Description=\
The javac public API, as defined by JSR 199, JSR 269, and the com.sun.source packages defined in JDK 6.
OpenIDE-Module-Name=Javac API Wrapper
OpenIDE-Module-Short-Description=The javac public API

##library file from layer
javac-api=Java Tree API

This file was deleted.

31 changes: 0 additions & 31 deletions java/libs.javacapi/src/org/netbeans/libs/javacapi/layer.xml

This file was deleted.

2 changes: 0 additions & 2 deletions java/libs.springframework/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,10 @@ jnlp.indirect.jars=\
modules/ext/spring-3.0/spring-aop-3.2.18.RELEASE.jar,\
modules/ext/spring-3.0/spring-aspects-3.2.18.RELEASE.jar,\
modules/ext/spring-3.0/spring-beans-3.2.18.RELEASE.jar,\
modules/ext/spring-3.0/spring-build-src-3.2.18.RELEASE.jar,\
modules/ext/spring-3.0/spring-context-3.2.18.RELEASE.jar,\
modules/ext/spring-3.0/spring-context-support-3.2.18.RELEASE.jar,\
modules/ext/spring-3.0/spring-core-3.2.18.RELEASE.jar,\
modules/ext/spring-3.0/spring-expression-3.2.18.RELEASE.jar,\
modules/ext/spring-3.0/spring-framework-bom-3.2.18.RELEASE.jar,\
modules/ext/spring-3.0/spring-instrument-3.2.18.RELEASE.jar,\
modules/ext/spring-3.0/spring-instrument-tomcat-3.2.18.RELEASE.jar,\
modules/ext/spring-3.0/spring-jdbc-3.2.18.RELEASE.jar,\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-aop-3.2.18.RELEASE.jar!/</resource>
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-aspects-3.2.18.RELEASE.jar!/</resource>
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-beans-3.2.18.RELEASE.jar!/</resource>
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-build-src-3.2.18.RELEASE.jar!/</resource>
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-context-3.2.18.RELEASE.jar!/</resource>
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-context-support-3.2.18.RELEASE.jar!/</resource>
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-core-3.2.18.RELEASE.jar!/</resource>
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-expression-3.2.18.RELEASE.jar!/</resource>
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-framework-bom-3.2.18.RELEASE.jar!/</resource>
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-instrument-3.2.18.RELEASE.jar!/</resource>
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-instrument-tomcat-3.2.18.RELEASE.jar!/</resource>
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-jdbc-3.2.18.RELEASE.jar!/</resource>
Expand Down

0 comments on commit 6c58b10

Please sign in to comment.