File tree Expand file tree Collapse file tree 7 files changed +21
-21
lines changed
lib.jshell.agent/nbproject Expand file tree Collapse file tree 7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ javac.compilerargs=-Xlint -Xlint:-serial
2121extra.module.files =modules/ext/nb-custom-jshell-probe.jar,modules/ext/nb-mod-jshell-probe.jar
2222jnlp.indirect.jars =modules/ext/nb-custom-jshell-probe.jar,modules/ext/nb-mod-jshell-probe.jar
2323
24- agentsrc.asm.cp =${libs.asm.dir}/core/asm-9.6 .jar
24+ agentsrc.asm.cp =${libs.asm.dir}/core/asm-9.7 .jar
2525agentsrc.jshell.cp =external/jshell-9.jar
Original file line number Diff line number Diff line change 5656 <!-- we use jarjar to repackage simple json, to avoid clashes with 3rd party maven plugins possibly including it in their dependencies -->
5757 <taskdef name =" jarjar" classname =" org.pantsbuild.jarjar.JarJarTask" loaderref =" lib.path.loader" >
5858 <classpath >
59- <pathelement location =" ${ libs.asm.dir } /core/asm-9.6 .jar" />
60- <pathelement location =" ${ libs.asm.dir } /core/asm-commons-9.6 .jar" />
59+ <pathelement location =" ${ libs.asm.dir } /core/asm-9.7 .jar" />
60+ <pathelement location =" ${ libs.asm.dir } /core/asm-commons-9.7 .jar" />
6161 <pathelement location =" ./external/jarjar-1.7.2.jar" />
6262 </classpath >
6363 </taskdef >
Original file line number Diff line number Diff line change 7979 <tstamp >
8080 <format property =" module.build.started.time" pattern =" yyyy-MM-dd'T'HH:mm:ss.SSSZ" />
8181 </tstamp >
82- <condition property =" asm.jar" value =" ${nbplatform.active.dir}/platform/core/asm-9.6 .jar" >
83- <available file =" ${nbplatform.active.dir}/platform/core/asm-9.6 .jar" />
82+ <condition property =" asm.jar" value =" ${nbplatform.active.dir}/platform/core/asm-9.7 .jar" >
83+ <available file =" ${nbplatform.active.dir}/platform/core/asm-9.7 .jar" />
8484 </condition >
85- <property name =" asm.jar" location =" ${platform/libs.asm.dir}/core/asm-9.6 .jar" />
85+ <property name =" asm.jar" location =" ${platform/libs.asm.dir}/core/asm-9.7 .jar" />
8686 <property name =" tsaurl" value =" " />
8787 <property name =" tsacert" value =" " />
8888 </target >
Original file line number Diff line number Diff line change 11Name: OW2 ASM
2- Version: 9.6
3- Files: asm-tree-9.6 .jar asm-commons-9.6 .jar asm-9.6 .jar
2+ Version: 9.7
3+ Files: asm-tree-9.7 .jar asm-commons-9.7 .jar asm-9.7 .jar
44License: BSD-INRIA
55Origin: OW2 Consortium
66URL: https://repository.ow2.org/nexus/content/repositories/releases/org/ow2/asm/
Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17- AA205CF0A06DBD8E04ECE91C0B37C3F5D567546A org.ow2.asm:asm:9.6
18- C0CDDA9D211E965D2A4448AA3FD86110F2F8C2DE org.ow2.asm:asm-tree:9.6
19- F1A9E5508EFF490744144565C47326C8648BE309 org.ow2.asm:asm-commons:9.6
17+ 073D7B3086E14BEB604CED229C302FEFF6449723 org.ow2.asm:asm:9.7
18+ E446A17B175BFB733B87C5C2560CCB4E57D69F1A org.ow2.asm:asm-tree:9.7
19+ E86DDA4696D3C185FCC95D8D311904E7CE38A53F org.ow2.asm:asm-commons:9.7
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ javac.compilerargs=-Xlint -Xlint:-serial
1919javac.source =1.8
2020module.jar.dir =core
2121
22- release.external/asm-9.6 .jar =core/asm-9.6 .jar
23- release.external/asm-tree-9.6 .jar =core/asm-tree-9.6 .jar
24- release.external/asm-commons-9.6 .jar =core/asm-commons-9.6 .jar
25- license.file =../external/asm-9.6 -license.txt
22+ release.external/asm-9.7 .jar =core/asm-9.7 .jar
23+ release.external/asm-tree-9.7 .jar =core/asm-tree-9.7 .jar
24+ release.external/asm-commons-9.7 .jar =core/asm-commons-9.7 .jar
25+ license.file =../external/asm-9.7 -license.txt
2626
Original file line number Diff line number Diff line change 2929 <subpackages >org</subpackages >
3030 </public-packages >
3131 <class-path-extension >
32- <runtime-relative-path >asm-9.6 .jar</runtime-relative-path >
33- <binary-origin >external/asm-9.6 .jar</binary-origin >
32+ <runtime-relative-path >asm-9.7 .jar</runtime-relative-path >
33+ <binary-origin >external/asm-9.7 .jar</binary-origin >
3434 </class-path-extension >
3535 <class-path-extension >
36- <runtime-relative-path >asm-tree-9.6 .jar</runtime-relative-path >
37- <binary-origin >external/asm-tree-9.6 .jar</binary-origin >
36+ <runtime-relative-path >asm-tree-9.7 .jar</runtime-relative-path >
37+ <binary-origin >external/asm-tree-9.7 .jar</binary-origin >
3838 </class-path-extension >
3939 <class-path-extension >
40- <runtime-relative-path >asm-commons-9.6 .jar</runtime-relative-path >
41- <binary-origin >external/asm-commons-9.6 .jar</binary-origin >
40+ <runtime-relative-path >asm-commons-9.7 .jar</runtime-relative-path >
41+ <binary-origin >external/asm-commons-9.7 .jar</binary-origin >
4242 </class-path-extension >
4343 </data >
4444 </configuration >
You can’t perform that action at this time.
0 commit comments