Skip to content

Commit

Permalink
remove lang3 and set version to 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauma109 committed Mar 5, 2022
1 parent 2c00200 commit 5b0cd5e
Show file tree
Hide file tree
Showing 28 changed files with 46 additions and 48 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ Used libraries:

## Changelog

* Version 3.2.5
* Fix a bug "No categorized items" in plug-in installation

* Version 3.2.4
* Removed calls to services that are no longer online

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions org.sf.feeling.decompiler.cfr.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sf.feeling.decompiler.cfr"
label="%featureName"
version="3.2.3"
version="3.2.5"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.cfr">

Expand Down Expand Up @@ -39,15 +39,14 @@
<import plugin="org.eclipse.core.expressions"/>
<import plugin="org.eclipse.ui.navigator"/>
<import plugin="org.eclipse.core.filesystem"/>
<import plugin="org.sf.feeling.decompiler" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.apache.commons.lang3"/>
<import plugin="org.sf.feeling.decompiler" version="3.2.5" match="greaterOrEqual"/>
</requires>

<plugin
id="org.sf.feeling.decompiler.cfr"
download-size="0"
install-size="0"
version="3.2.3"
version="3.2.5"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.cfr.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.cfr/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Enhanced Class Decompiler CFR Extension
Bundle-SymbolicName: org.sf.feeling.decompiler.cfr;singleton:=true
Bundle-Version: 3.2.3
Bundle-Version: 3.2.5
Bundle-Activator: org.sf.feeling.decompiler.cfr.CfrDecompilerPlugin
Require-Bundle: org.eclipse.core.runtime,
org.sf.feeling.decompiler,
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.cfr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.sf.feeling.decompiler.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sf.feeling.decompiler"
label="%featureName"
version="3.2.3"
version="3.2.5"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler">

Expand Down Expand Up @@ -50,7 +50,7 @@
id="org.sf.feeling.decompiler"
download-size="0"
install-size="0"
version="3.2.3"
version="3.2.5"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions org.sf.feeling.decompiler.jad.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sf.feeling.decompiler.jad"
label="%featureName"
version="3.2.3"
version="3.2.5"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.jad"
os="linux,macosx,win32"
Expand Down Expand Up @@ -41,8 +41,7 @@
<import plugin="org.eclipse.core.expressions"/>
<import plugin="org.eclipse.ui.navigator"/>
<import plugin="org.eclipse.core.filesystem"/>
<import plugin="org.sf.feeling.decompiler" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.apache.commons.lang3" version="3.1.0" match="greaterOrEqual"/>
<import plugin="org.sf.feeling.decompiler" version="3.2.5" match="greaterOrEqual"/>
</requires>

<plugin
Expand All @@ -51,7 +50,7 @@
arch="x86,x86_64"
download-size="0"
install-size="0"
version="3.2.3"
version="3.2.5"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jad.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jad/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Enhanced Class Decompiler Jad Extension
Bundle-SymbolicName: org.sf.feeling.decompiler.jad;singleton:=true
Bundle-Version: 3.2.3
Bundle-Version: 3.2.5
Bundle-Activator: org.sf.feeling.decompiler.jad.JadDecompilerPlugin
Require-Bundle: org.eclipse.core.runtime,
org.sf.feeling.decompiler,
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jad/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions org.sf.feeling.decompiler.jd.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sf.feeling.decompiler.jd"
label="%featureName"
version="3.2.3"
version="3.2.5"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.jd">

Expand Down Expand Up @@ -39,15 +39,14 @@
<import plugin="org.eclipse.core.expressions"/>
<import plugin="org.eclipse.ui.navigator"/>
<import plugin="org.eclipse.core.filesystem"/>
<import plugin="org.sf.feeling.decompiler" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.apache.commons.lang3" version="3.1.0" match="greaterOrEqual"/>
<import plugin="org.sf.feeling.decompiler" version="3.2.5" match="greaterOrEqual"/>
</requires>

<plugin
id="org.sf.feeling.decompiler.jd"
download-size="0"
install-size="0"
version="3.2.3"
version="3.2.5"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jd.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Enhanced Class Decompiler JD-Core Extension
Bundle-SymbolicName: org.sf.feeling.decompiler.jd;singleton:=true
Bundle-Version: 3.2.3
Bundle-Version: 3.2.5
Bundle-Activator: org.sf.feeling.decompiler.jd.JDCoreDecompilerPlugin
Require-Bundle: org.eclipse.core.runtime,
org.sf.feeling.decompiler,
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions org.sf.feeling.decompiler.procyon.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sf.feeling.decompiler.procyon"
label="%featureName"
version="3.2.3"
version="3.2.5"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.procyon">

Expand Down Expand Up @@ -39,15 +39,14 @@
<import plugin="org.eclipse.core.expressions"/>
<import plugin="org.eclipse.ui.navigator"/>
<import plugin="org.eclipse.core.filesystem"/>
<import plugin="org.sf.feeling.decompiler" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.apache.commons.lang3" version="3.1.0" match="greaterOrEqual"/>
<import plugin="org.sf.feeling.decompiler" version="3.2.5" match="greaterOrEqual"/>
</requires>

<plugin
id="org.sf.feeling.decompiler.procyon"
download-size="0"
install-size="0"
version="3.2.3"
version="3.2.5"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.procyon.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.procyon/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Enhanced Class Decompiler Procyon Extension
Bundle-SymbolicName: org.sf.feeling.decompiler.procyon;singleton:=true
Bundle-Version: 3.2.3
Bundle-Version: 3.2.5
Bundle-Activator: org.sf.feeling.decompiler.procyon.ProcyonDecompilerPlugin
Require-Bundle: org.eclipse.core.runtime,
org.sf.feeling.decompiler,
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.procyon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Enhanced Class Decompiler Source Attach
Bundle-SymbolicName: org.sf.feeling.decompiler.source.attach;singleton:=true
Bundle-Version: 3.2.3
Bundle-Version: 3.2.5
Bundle-Activator: org.sf.feeling.decompiler.source.attach.SourceAttachPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.source.attach/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions org.sf.feeling.decompiler.source.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sf.feeling.decompiler.source"
label="%featureName"
version="3.2.3"
version="3.2.5"
provider-name="%providerName">

<description url="%aboutURL">
Expand Down Expand Up @@ -32,17 +32,16 @@
<import plugin="org.eclipse.core.databinding"/>
<import plugin="org.eclipse.jface.databinding"/>
<import plugin="org.eclipse.core.databinding.beans"/>
<import plugin="org.sf.feeling.decompiler" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.sf.feeling.decompiler" version="3.2.5" match="greaterOrEqual"/>
<import plugin="org.apache.ant"/>
<import plugin="org.apache.commons.io" version="2.2.0" match="greaterOrEqual"/>
<import plugin="org.apache.commons.lang3" version="3.1.0" match="greaterOrEqual"/>
</requires>

<plugin
id="org.sf.feeling.decompiler.source.attach"
download-size="0"
install-size="0"
version="3.2.3"
version="3.2.5"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.source.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
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 @@ -35,7 +35,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.help.base,
org.apache.commons.codec
Bundle-Vendor: ECD Project Team
Bundle-Version: 3.2.3
Bundle-Version: 3.2.5
Bundle-ManifestVersion: 2
Bundle-Activator: org.sf.feeling.decompiler.JavaDecompilerPlugin
Bundle-SymbolicName: org.sf.feeling.decompiler;singleton:=true
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<packaging>pom</packaging>

<name>com.github.ecd-plugin.ecd</name>
Expand Down
12 changes: 6 additions & 6 deletions site.xml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<!-- CFR -->
<feature url="features/org.sf.feeling.decompiler.cfr-3.2.3.jar" id="org.sf.feeling.decompiler.cfr" version="3.2.3">
<feature url="features/org.sf.feeling.decompiler.cfr_3.2.5.jar" id="org.sf.feeling.decompiler.cfr" version="3.2.5">
<category name="org.sf.feeling.decompiler.cfr"/>
</feature>
<category-def name="org.sf.feeling.decompiler.cfr" label="CFR Plug-in for Enhanced Class Decompiler"/>
<!-- Procyon -->
<feature url="features/org.sf.feeling.decompiler.procyon-3.2.3.jar" id="org.sf.feeling.decompiler.procyon" version="3.2.3">
<feature url="features/org.sf.feeling.decompiler.procyon_3.2.5.jar" id="org.sf.feeling.decompiler.procyon" version="3.2.5">
<category name="org.sf.feeling.decompiler.procyon"/>
</feature>
<category-def name="org.sf.feeling.decompiler.procyon" label="Procyon Plug-in for Enhanced Class Decompiler"/>
<!-- JD -->
<feature url="features/org.sf.feeling.decompiler.jd-3.2.3.jar" id="org.sf.feeling.decompiler.jd" version="3.2.3">
<feature url="features/org.sf.feeling.decompiler.jd_3.2.5.jar" id="org.sf.feeling.decompiler.jd" version="3.2.5">
<category name="org.sf.feeling.decompiler.jd"/>
</feature>
<category-def name="org.sf.feeling.decompiler.jd" label="JD Plug-in for Enhanced Class Decompiler"/>
<!-- JAD -->
<feature url="features/org.sf.feeling.decompiler.jad-3.2.3.jar" id="org.sf.feeling.decompiler.jad" version="3.2.3">
<feature url="features/org.sf.feeling.decompiler.jad_3.2.5.jar" id="org.sf.feeling.decompiler.jad" version="3.2.5">
<category name="org.sf.feeling.decompiler.jad"/>
</feature>
<category-def name="org.sf.feeling.decompiler.jad" label="JAD Plug-in for Enhanced Class Decompiler"/>
<!-- Fernflower -->
<feature url="features/org.sf.feeling.decompiler-3.2.3.jar" id="org.sf.feeling.decompiler" version="3.2.3">
<feature url="features/org.sf.feeling.decompiler_3.2.5.jar" id="org.sf.feeling.decompiler" version="3.2.5">
<category name="org.sf.feeling.decompiler"/>
</feature>
<category-def name="org.sf.feeling.decompiler" label="Fernflower Plug-in for Enhanced Class Decompiler"/>
<!-- Source attachment -->
<feature url="features/org.sf.feeling.decompiler.source-3.2.3.jar" id="org.sf.feeling.decompiler.source" version="3.2.3">
<feature url="features/org.sf.feeling.decompiler.source_3.2.5.jar" id="org.sf.feeling.decompiler.source" version="3.2.5">
<category name="org.sf.feeling.decompiler.source"/>
</feature>
<category-def name="org.sf.feeling.decompiler.source" label="Source Attachment Plug-in for Enhanced Class Decompiler"/>
Expand Down

0 comments on commit 5b0cd5e

Please sign in to comment.