From 5b0cd5edf1518a0427f7f2442afcbebaf1e39c95 Mon Sep 17 00:00:00 2001 From: nbauma109 Date: Sat, 5 Mar 2022 21:17:18 +0100 Subject: [PATCH] remove lang3 and set version to 3.2.5 --- README.md | 3 +++ org.sf.feeling.decompiler.assembly/pom.xml | 2 +- org.sf.feeling.decompiler.cfr.feature/feature.xml | 7 +++---- org.sf.feeling.decompiler.cfr.feature/pom.xml | 2 +- org.sf.feeling.decompiler.cfr/META-INF/MANIFEST.MF | 2 +- org.sf.feeling.decompiler.cfr/pom.xml | 2 +- org.sf.feeling.decompiler.feature/feature.xml | 4 ++-- org.sf.feeling.decompiler.feature/pom.xml | 2 +- org.sf.feeling.decompiler.jad.feature/feature.xml | 7 +++---- org.sf.feeling.decompiler.jad.feature/pom.xml | 2 +- org.sf.feeling.decompiler.jad/META-INF/MANIFEST.MF | 2 +- org.sf.feeling.decompiler.jad/pom.xml | 2 +- org.sf.feeling.decompiler.jd.feature/feature.xml | 7 +++---- org.sf.feeling.decompiler.jd.feature/pom.xml | 2 +- org.sf.feeling.decompiler.jd/META-INF/MANIFEST.MF | 2 +- org.sf.feeling.decompiler.jd/pom.xml | 2 +- .../feature.xml | 7 +++---- org.sf.feeling.decompiler.procyon.feature/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- org.sf.feeling.decompiler.procyon/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- org.sf.feeling.decompiler.source.attach/pom.xml | 2 +- org.sf.feeling.decompiler.source.feature/feature.xml | 7 +++---- org.sf.feeling.decompiler.source.feature/pom.xml | 2 +- org.sf.feeling.decompiler/META-INF/MANIFEST.MF | 2 +- org.sf.feeling.decompiler/pom.xml | 2 +- pom.xml | 2 +- site.xml | 12 ++++++------ 28 files changed, 46 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index b2998d6f..e37be65d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/org.sf.feeling.decompiler.assembly/pom.xml b/org.sf.feeling.decompiler.assembly/pom.xml index 7218e66e..982761ed 100644 --- a/org.sf.feeling.decompiler.assembly/pom.xml +++ b/org.sf.feeling.decompiler.assembly/pom.xml @@ -6,7 +6,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/org.sf.feeling.decompiler.cfr.feature/feature.xml b/org.sf.feeling.decompiler.cfr.feature/feature.xml index a9053069..89b54814 100644 --- a/org.sf.feeling.decompiler.cfr.feature/feature.xml +++ b/org.sf.feeling.decompiler.cfr.feature/feature.xml @@ -2,7 +2,7 @@ @@ -39,15 +39,14 @@ - - + diff --git a/org.sf.feeling.decompiler.cfr.feature/pom.xml b/org.sf.feeling.decompiler.cfr.feature/pom.xml index 966ce157..05a2ac22 100644 --- a/org.sf.feeling.decompiler.cfr.feature/pom.xml +++ b/org.sf.feeling.decompiler.cfr.feature/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/org.sf.feeling.decompiler.cfr/META-INF/MANIFEST.MF b/org.sf.feeling.decompiler.cfr/META-INF/MANIFEST.MF index 659ebd83..b5a17fa2 100644 --- a/org.sf.feeling.decompiler.cfr/META-INF/MANIFEST.MF +++ b/org.sf.feeling.decompiler.cfr/META-INF/MANIFEST.MF @@ -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, diff --git a/org.sf.feeling.decompiler.cfr/pom.xml b/org.sf.feeling.decompiler.cfr/pom.xml index 52cf8f72..e6acbb5c 100644 --- a/org.sf.feeling.decompiler.cfr/pom.xml +++ b/org.sf.feeling.decompiler.cfr/pom.xml @@ -6,7 +6,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/org.sf.feeling.decompiler.feature/feature.xml b/org.sf.feeling.decompiler.feature/feature.xml index 2a4c4145..ee27fc25 100644 --- a/org.sf.feeling.decompiler.feature/feature.xml +++ b/org.sf.feeling.decompiler.feature/feature.xml @@ -2,7 +2,7 @@ @@ -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"/> diff --git a/org.sf.feeling.decompiler.feature/pom.xml b/org.sf.feeling.decompiler.feature/pom.xml index 8ed912c0..0f5bd8c8 100644 --- a/org.sf.feeling.decompiler.feature/pom.xml +++ b/org.sf.feeling.decompiler.feature/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/org.sf.feeling.decompiler.jad.feature/feature.xml b/org.sf.feeling.decompiler.jad.feature/feature.xml index 7c8ff107..6fc76cf9 100644 --- a/org.sf.feeling.decompiler.jad.feature/feature.xml +++ b/org.sf.feeling.decompiler.jad.feature/feature.xml @@ -2,7 +2,7 @@ - - + diff --git a/org.sf.feeling.decompiler.jad.feature/pom.xml b/org.sf.feeling.decompiler.jad.feature/pom.xml index e7b0b276..67e51540 100644 --- a/org.sf.feeling.decompiler.jad.feature/pom.xml +++ b/org.sf.feeling.decompiler.jad.feature/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/org.sf.feeling.decompiler.jad/META-INF/MANIFEST.MF b/org.sf.feeling.decompiler.jad/META-INF/MANIFEST.MF index 28789f10..87bff3cd 100644 --- a/org.sf.feeling.decompiler.jad/META-INF/MANIFEST.MF +++ b/org.sf.feeling.decompiler.jad/META-INF/MANIFEST.MF @@ -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, diff --git a/org.sf.feeling.decompiler.jad/pom.xml b/org.sf.feeling.decompiler.jad/pom.xml index e338c5b3..07afab1d 100644 --- a/org.sf.feeling.decompiler.jad/pom.xml +++ b/org.sf.feeling.decompiler.jad/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/org.sf.feeling.decompiler.jd.feature/feature.xml b/org.sf.feeling.decompiler.jd.feature/feature.xml index 80d5a1aa..f970697b 100644 --- a/org.sf.feeling.decompiler.jd.feature/feature.xml +++ b/org.sf.feeling.decompiler.jd.feature/feature.xml @@ -2,7 +2,7 @@ @@ -39,15 +39,14 @@ - - + diff --git a/org.sf.feeling.decompiler.jd.feature/pom.xml b/org.sf.feeling.decompiler.jd.feature/pom.xml index 093d1c45..90b0ad63 100644 --- a/org.sf.feeling.decompiler.jd.feature/pom.xml +++ b/org.sf.feeling.decompiler.jd.feature/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/org.sf.feeling.decompiler.jd/META-INF/MANIFEST.MF b/org.sf.feeling.decompiler.jd/META-INF/MANIFEST.MF index fb4f4468..419c4f05 100644 --- a/org.sf.feeling.decompiler.jd/META-INF/MANIFEST.MF +++ b/org.sf.feeling.decompiler.jd/META-INF/MANIFEST.MF @@ -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, diff --git a/org.sf.feeling.decompiler.jd/pom.xml b/org.sf.feeling.decompiler.jd/pom.xml index 8255668e..9c576d11 100644 --- a/org.sf.feeling.decompiler.jd/pom.xml +++ b/org.sf.feeling.decompiler.jd/pom.xml @@ -6,7 +6,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/org.sf.feeling.decompiler.procyon.feature/feature.xml b/org.sf.feeling.decompiler.procyon.feature/feature.xml index 51ba4908..d1ce94c4 100644 --- a/org.sf.feeling.decompiler.procyon.feature/feature.xml +++ b/org.sf.feeling.decompiler.procyon.feature/feature.xml @@ -2,7 +2,7 @@ @@ -39,15 +39,14 @@ - - + diff --git a/org.sf.feeling.decompiler.procyon.feature/pom.xml b/org.sf.feeling.decompiler.procyon.feature/pom.xml index 2b42de9d..34785aef 100644 --- a/org.sf.feeling.decompiler.procyon.feature/pom.xml +++ b/org.sf.feeling.decompiler.procyon.feature/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/org.sf.feeling.decompiler.procyon/META-INF/MANIFEST.MF b/org.sf.feeling.decompiler.procyon/META-INF/MANIFEST.MF index f9a2b6f3..353870f4 100644 --- a/org.sf.feeling.decompiler.procyon/META-INF/MANIFEST.MF +++ b/org.sf.feeling.decompiler.procyon/META-INF/MANIFEST.MF @@ -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, diff --git a/org.sf.feeling.decompiler.procyon/pom.xml b/org.sf.feeling.decompiler.procyon/pom.xml index d39b1839..986d2898 100644 --- a/org.sf.feeling.decompiler.procyon/pom.xml +++ b/org.sf.feeling.decompiler.procyon/pom.xml @@ -6,7 +6,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/org.sf.feeling.decompiler.source.attach/META-INF/MANIFEST.MF b/org.sf.feeling.decompiler.source.attach/META-INF/MANIFEST.MF index 6477b313..c9ff1bb8 100644 --- a/org.sf.feeling.decompiler.source.attach/META-INF/MANIFEST.MF +++ b/org.sf.feeling.decompiler.source.attach/META-INF/MANIFEST.MF @@ -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, diff --git a/org.sf.feeling.decompiler.source.attach/pom.xml b/org.sf.feeling.decompiler.source.attach/pom.xml index bcd1bdf7..08a003c4 100644 --- a/org.sf.feeling.decompiler.source.attach/pom.xml +++ b/org.sf.feeling.decompiler.source.attach/pom.xml @@ -6,7 +6,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/org.sf.feeling.decompiler.source.feature/feature.xml b/org.sf.feeling.decompiler.source.feature/feature.xml index 00968896..1a163f66 100644 --- a/org.sf.feeling.decompiler.source.feature/feature.xml +++ b/org.sf.feeling.decompiler.source.feature/feature.xml @@ -2,7 +2,7 @@ @@ -32,17 +32,16 @@ - + - diff --git a/org.sf.feeling.decompiler.source.feature/pom.xml b/org.sf.feeling.decompiler.source.feature/pom.xml index 659f0595..6fa39521 100644 --- a/org.sf.feeling.decompiler.source.feature/pom.xml +++ b/org.sf.feeling.decompiler.source.feature/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/org.sf.feeling.decompiler/META-INF/MANIFEST.MF b/org.sf.feeling.decompiler/META-INF/MANIFEST.MF index b0df592c..78358ab1 100644 --- a/org.sf.feeling.decompiler/META-INF/MANIFEST.MF +++ b/org.sf.feeling.decompiler/META-INF/MANIFEST.MF @@ -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 diff --git a/org.sf.feeling.decompiler/pom.xml b/org.sf.feeling.decompiler/pom.xml index 2aa3830f..8e1fcc1b 100644 --- a/org.sf.feeling.decompiler/pom.xml +++ b/org.sf.feeling.decompiler/pom.xml @@ -6,7 +6,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 ../pom.xml diff --git a/pom.xml b/pom.xml index 16a74110..3866a2c3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.2.3 + 3.2.5 pom com.github.ecd-plugin.ecd diff --git a/site.xml b/site.xml index 9745b0ee..14b81af0 100644 --- a/site.xml +++ b/site.xml @@ -1,32 +1,32 @@ - + - + - + - + - + - +