Skip to content

Commit

Permalink
adapt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptonbutterfly committed Aug 17, 2022
1 parent ab45b8d commit 90ab986
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/asm-9.2.jar" sourcepath="libs/asm-9.2-sources.jar">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/asm-tree-9.2.jar" sourcepath="libs/asm-tree-9.2-sources.jar">
<classpathentry kind="lib" path="deps/asm-9.2.jar" sourcepath="deps/asm-9.2-sources.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<classpathentry kind="lib" path="deps/asm-tree-9.2.jar" sourcepath="deps/asm-tree-9.2-sources.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<attribute name="Can-Retransform-Classes" value="true"/>
<attribute name="Can-Set-Native-Method-Prefix" value="false"/> -->
</manifest>
<zipfileset dir="${libs}/CacheASM/libs" includes="asm-9.2.jar asm-tree-9.2.jar"/>
<zipfileset src="${libs}/CacheASM/libs/jar-in-jar-loader.zip"/>
<zipfileset dir="${libs}/CacheASM/deps" includes="asm-9.2.jar asm-tree-9.2.jar"/>
<zipfileset src="${libs}/CacheASM/deps/jar-in-jar-loader.zip"/>
<fileset dir="${libs}/CacheASM/bin"/>
<fileset dir="${libs}/Cache/bin" excludes="module-info.class"/>
<fileset dir="${libs}/Collections/bin" excludes="module-info.class"/>
Expand Down

0 comments on commit 90ab986

Please sign in to comment.