Skip to content

Commit 52dd201

Browse files
committed
java.lang.NoClassDefFoundError after another version of the plugin has been uninstalled #93
Moved wrapped jars to separate subfolders
1 parent 4da33dd commit 52dd201

16 files changed

+36
-36
lines changed

manifest.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Manifest-Version: 1.0
22
OpenIDE-Module: de.markiewb.netbeans.plugins.eclipse.formatter45
33
OpenIDE-Module-Layer: de/markiewb/netbeans/plugins/eclipse/formatter/v45/layer.xml
44
OpenIDE-Module-Localizing-Bundle: de/markiewb/netbeans/plugins/eclipse/formatter/v45/Bundle.properties
5-
OpenIDE-Module-Specification-Version: 1.12.1.45
5+
OpenIDE-Module-Specification-Version: 1.12.2.45

nbproject/project.properties

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ auxiliary.de-markiewb-netbeans-plugins-eclipse-formatter.eclipseFormatterLocatio
33
auxiliary.de-markiewb-netbeans-plugins-eclipse-formatter.enableFormatAsSaveAction=false
44
auxiliary.de-markiewb-netbeans-plugins-eclipse-formatter.showNotifications=true
55
auxiliary.de-markiewb-netbeans-plugins-eclipse-formatter.useProjectSettings=false
6-
file.reference.commons-beanutils-1.8.3.jar=release/modules/ext/commons-beanutils-1.8.3.jar
7-
file.reference.commons-digester3-3.2.jar=release/modules/ext/commons-digester3-3.2.jar
8-
file.reference.commons-logging-1.1.3.jar=release/modules/ext/commons-logging-1.1.3.jar
9-
file.reference.org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar=release/modules/ext/org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar
10-
file.reference.org.eclipse.core.jobs_3.7.0.v20150330-2103.jar=release/modules/ext/org.eclipse.core.jobs_3.7.0.v20150330-2103.jar
11-
file.reference.org.eclipse.core.resources_3.10.1.v20150725-1910.jar=release/modules/ext/org.eclipse.core.resources_3.10.1.v20150725-1910.jar
12-
file.reference.org.eclipse.core.runtime_3.11.1.v20150903-1804.jar=release/modules/ext/org.eclipse.core.runtime_3.11.1.v20150903-1804.jar
13-
file.reference.org.eclipse.core.runtime_3.9.0.v20130326-1255.jar=release/modules/ext/org.eclipse.core.runtime_3.9.0.v20130326-1255.jar
14-
file.reference.org.eclipse.equinox.common_3.7.0.v20150402-1709.jar=release/modules/ext/org.eclipse.equinox.common_3.7.0.v20150402-1709.jar
15-
file.reference.org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar=release/modules/ext/org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar
16-
file.reference.org.eclipse.jdt.core_3.11.2.v20160128-0629.jar=release/modules/ext/org.eclipse.jdt.core_3.11.2.v20160128-0629.jar
17-
file.reference.org.eclipse.text_3.5.400.v20150505-1044.jar=release/modules/ext/org.eclipse.text_3.5.400.v20150505-1044.jar
6+
file.reference.commons-beanutils-1.8.3.jar=release/modules/eclipseformatter45/commons-beanutils-1.8.3.jar
7+
file.reference.commons-digester3-3.2.jar=release/modules/eclipseformatter45/commons-digester3-3.2.jar
8+
file.reference.commons-logging-1.1.3.jar=release/modules/eclipseformatter45/commons-logging-1.1.3.jar
9+
file.reference.org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar=release/modules/eclipseformatter45/org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar
10+
file.reference.org.eclipse.core.jobs_3.7.0.v20150330-2103.jar=release/modules/eclipseformatter45/org.eclipse.core.jobs_3.7.0.v20150330-2103.jar
11+
file.reference.org.eclipse.core.resources_3.10.1.v20150725-1910.jar=release/modules/eclipseformatter45/org.eclipse.core.resources_3.10.1.v20150725-1910.jar
12+
file.reference.org.eclipse.core.runtime_3.11.1.v20150903-1804.jar=release/modules/eclipseformatter45/org.eclipse.core.runtime_3.11.1.v20150903-1804.jar
13+
file.reference.org.eclipse.core.runtime_3.9.0.v20130326-1255.jar=release/modules/eclipseformatter45/org.eclipse.core.runtime_3.9.0.v20130326-1255.jar
14+
file.reference.org.eclipse.equinox.common_3.7.0.v20150402-1709.jar=release/modules/eclipseformatter45/org.eclipse.equinox.common_3.7.0.v20150402-1709.jar
15+
file.reference.org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar=release/modules/eclipseformatter45/org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar
16+
file.reference.org.eclipse.jdt.core_3.11.2.v20160128-0629.jar=release/modules/eclipseformatter45/org.eclipse.jdt.core_3.11.2.v20160128-0629.jar
17+
file.reference.org.eclipse.text_3.5.400.v20150505-1044.jar=release/modules/eclipseformatter45/org.eclipse.text_3.5.400.v20150505-1044.jar
1818
javac.source=1.7
1919
javac.compilerargs=-Xlint -Xlint:-serial
2020
license.file=Eclipse Public License - Version 1.0.htm

nbproject/project.xml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -232,48 +232,48 @@
232232
</test-dependencies>
233233
<public-packages/>
234234
<class-path-extension>
235-
<runtime-relative-path>ext/org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar</runtime-relative-path>
236-
<binary-origin>release/modules/ext/org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar</binary-origin>
235+
<runtime-relative-path>eclipseformatter45/org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar</runtime-relative-path>
236+
<binary-origin>release/modules/eclipseformatter45/org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar</binary-origin>
237237
</class-path-extension>
238238
<class-path-extension>
239-
<runtime-relative-path>ext/org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar</runtime-relative-path>
240-
<binary-origin>release/modules/ext/org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar</binary-origin>
239+
<runtime-relative-path>eclipseformatter45/org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar</runtime-relative-path>
240+
<binary-origin>release/modules/eclipseformatter45/org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar</binary-origin>
241241
</class-path-extension>
242242
<class-path-extension>
243-
<runtime-relative-path>ext/org.eclipse.core.runtime_3.11.1.v20150903-1804.jar</runtime-relative-path>
244-
<binary-origin>release/modules/ext/org.eclipse.core.runtime_3.11.1.v20150903-1804.jar</binary-origin>
243+
<runtime-relative-path>eclipseformatter45/org.eclipse.core.runtime_3.11.1.v20150903-1804.jar</runtime-relative-path>
244+
<binary-origin>release/modules/eclipseformatter45/org.eclipse.core.runtime_3.11.1.v20150903-1804.jar</binary-origin>
245245
</class-path-extension>
246246
<class-path-extension>
247-
<runtime-relative-path>ext/commons-digester3-3.2.jar</runtime-relative-path>
248-
<binary-origin>release/modules/ext/commons-digester3-3.2.jar</binary-origin>
247+
<runtime-relative-path>eclipseformatter45/commons-digester3-3.2.jar</runtime-relative-path>
248+
<binary-origin>release/modules/eclipseformatter45/commons-digester3-3.2.jar</binary-origin>
249249
</class-path-extension>
250250
<class-path-extension>
251-
<runtime-relative-path>ext/commons-beanutils-1.8.3.jar</runtime-relative-path>
252-
<binary-origin>release/modules/ext/commons-beanutils-1.8.3.jar</binary-origin>
251+
<runtime-relative-path>eclipseformatter45/commons-beanutils-1.8.3.jar</runtime-relative-path>
252+
<binary-origin>release/modules/eclipseformatter45/commons-beanutils-1.8.3.jar</binary-origin>
253253
</class-path-extension>
254254
<class-path-extension>
255-
<runtime-relative-path>ext/org.eclipse.core.jobs_3.7.0.v20150330-2103.jar</runtime-relative-path>
256-
<binary-origin>release/modules/ext/org.eclipse.core.jobs_3.7.0.v20150330-2103.jar</binary-origin>
255+
<runtime-relative-path>eclipseformatter45/org.eclipse.core.jobs_3.7.0.v20150330-2103.jar</runtime-relative-path>
256+
<binary-origin>release/modules/eclipseformatter45/org.eclipse.core.jobs_3.7.0.v20150330-2103.jar</binary-origin>
257257
</class-path-extension>
258258
<class-path-extension>
259-
<runtime-relative-path>ext/org.eclipse.jdt.core_3.11.2.v20160128-0629.jar</runtime-relative-path>
260-
<binary-origin>release/modules/ext/org.eclipse.jdt.core_3.11.2.v20160128-0629.jar</binary-origin>
259+
<runtime-relative-path>eclipseformatter45/org.eclipse.jdt.core_3.11.2.v20160128-0629.jar</runtime-relative-path>
260+
<binary-origin>release/modules/eclipseformatter45/org.eclipse.jdt.core_3.11.2.v20160128-0629.jar</binary-origin>
261261
</class-path-extension>
262262
<class-path-extension>
263-
<runtime-relative-path>ext/org.eclipse.core.resources_3.10.1.v20150725-1910.jar</runtime-relative-path>
264-
<binary-origin>release/modules/ext/org.eclipse.core.resources_3.10.1.v20150725-1910.jar</binary-origin>
263+
<runtime-relative-path>eclipseformatter45/org.eclipse.core.resources_3.10.1.v20150725-1910.jar</runtime-relative-path>
264+
<binary-origin>release/modules/eclipseformatter45/org.eclipse.core.resources_3.10.1.v20150725-1910.jar</binary-origin>
265265
</class-path-extension>
266266
<class-path-extension>
267-
<runtime-relative-path>ext/commons-logging-1.1.3.jar</runtime-relative-path>
268-
<binary-origin>release/modules/ext/commons-logging-1.1.3.jar</binary-origin>
267+
<runtime-relative-path>eclipseformatter45/commons-logging-1.1.3.jar</runtime-relative-path>
268+
<binary-origin>release/modules/eclipseformatter45/commons-logging-1.1.3.jar</binary-origin>
269269
</class-path-extension>
270270
<class-path-extension>
271-
<runtime-relative-path>ext/org.eclipse.text_3.5.400.v20150505-1044.jar</runtime-relative-path>
272-
<binary-origin>release/modules/ext/org.eclipse.text_3.5.400.v20150505-1044.jar</binary-origin>
271+
<runtime-relative-path>eclipseformatter45/org.eclipse.text_3.5.400.v20150505-1044.jar</runtime-relative-path>
272+
<binary-origin>release/modules/eclipseformatter45/org.eclipse.text_3.5.400.v20150505-1044.jar</binary-origin>
273273
</class-path-extension>
274274
<class-path-extension>
275-
<runtime-relative-path>ext/org.eclipse.equinox.common_3.7.0.v20150402-1709.jar</runtime-relative-path>
276-
<binary-origin>release/modules/ext/org.eclipse.equinox.common_3.7.0.v20150402-1709.jar</binary-origin>
275+
<runtime-relative-path>eclipseformatter45/org.eclipse.equinox.common_3.7.0.v20150402-1709.jar</runtime-relative-path>
276+
<binary-origin>release/modules/eclipseformatter45/org.eclipse.equinox.common_3.7.0.v20150402-1709.jar</binary-origin>
277277
</class-path-extension>
278278
</data>
279279
</configuration>

release/modules/ext/commons-beanutils-1.8.3.jar renamed to release/modules/eclipseformatter45/commons-beanutils-1.8.3.jar

File renamed without changes.
File renamed without changes.
File renamed without changes.

release/modules/ext/org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar renamed to release/modules/eclipseformatter45/org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar

File renamed without changes.

release/modules/ext/org.eclipse.core.jobs_3.7.0.v20150330-2103.jar renamed to release/modules/eclipseformatter45/org.eclipse.core.jobs_3.7.0.v20150330-2103.jar

File renamed without changes.

release/modules/ext/org.eclipse.core.resources_3.10.1.v20150725-1910.jar renamed to release/modules/eclipseformatter45/org.eclipse.core.resources_3.10.1.v20150725-1910.jar

File renamed without changes.

release/modules/ext/org.eclipse.core.runtime_3.11.1.v20150903-1804.jar renamed to release/modules/eclipseformatter45/org.eclipse.core.runtime_3.11.1.v20150903-1804.jar

File renamed without changes.

0 commit comments

Comments
 (0)