Skip to content

Commit

Permalink
Updated versions in **/MANIFEST.MF **/build.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Apr 7, 2024
1 parent 48f4ae2 commit dbb2ab5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jd/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="lib/bcel-6.7.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.12.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.12.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.16.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jd-util-1.1.16.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jd-core-1.2.26.jar"/>
<classpathentry kind="output" path="target/classes"/>
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jd/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Export-Package: org.sf.feeling.decompiler.jd.actions,
Bundle-ClassPath: .,
lib/bcel-6.7.0.jar,
lib/commons-lang3-3.12.0.jar,
lib/commons-io-2.12.0.jar,
lib/commons-io-2.16.0.jar,
lib/jd-util-1.1.16.jar,
lib/jd-core-1.2.26.jar
Automatic-Module-Name: org.sf.feeling.decompiler.jd
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.vineflower/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="lib/vineflower-1.9.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/vineflower-1.10.0.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.vineflower/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Bundle-Vendor: ECD Project Team
Export-Package: org.sf.feeling.decompiler.vineflower.actions,
org.sf.feeling.decompiler.vineflower.decompiler
Bundle-ClassPath: .,
lib/vineflower-1.9.3.jar
lib/vineflower-1.10.0.jar
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.vineflower/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
icons/,\
lib/vineflower-1.9.3.jar
lib/vineflower-1.10.0.jar
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<classpathentry exported="true" kind="lib" path="lib/com.drgarbage.asm.util_5.0.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/com.drgarbage.bytecodevisualizer.plugin_4.4.1.201408050542.jar"/>
<classpathentry exported="true" kind="lib" path="lib/com.drgarbage.core.plugin_4.4.1.201408050542.jar"/>
<classpathentry exported="true" kind="lib" path="lib/asm-9.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/asm-9.7.jar"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-ClassPath: lib/fernflower-403.jar,
lib/com.drgarbage.asm.util_5.0.3.jar,
lib/com.drgarbage.bytecodevisualizer.plugin_4.4.1.201408050542.jar,
lib/com.drgarbage.core.plugin_4.4.1.201408050542.jar,
lib/asm-9.5.jar,
lib/asm-9.7.jar,
.
Bundle-Name: Enhanced Class Decompiler
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ bin.includes = META-INF/,\
icons/,\
lib/,\
doc/,\
lib/asm-9.5.jar
lib/asm-9.7.jar
jars.compile.order = .

0 comments on commit dbb2ab5

Please sign in to comment.