Skip to content

Commit 8552b36

Browse files
committed
java.lang.NoClassDefFoundError after another version of the plugin has been uninstalled #93
Moved wrapped jars to separate subfolders
1 parent b4b62c0 commit 8552b36

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.formatter46
33
OpenIDE-Module-Layer: de/markiewb/netbeans/plugins/eclipse/formatter/v46/layer.xml
44
OpenIDE-Module-Localizing-Bundle: de/markiewb/netbeans/plugins/eclipse/formatter/v46/Bundle.properties
5-
OpenIDE-Module-Specification-Version: 1.12.1.46
5+
OpenIDE-Module-Specification-Version: 1.12.2.46

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.100.v20160418-1621.jar=release/modules/ext/org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar
10-
file.reference.org.eclipse.core.jobs_3.8.0.v20160509-0411.jar=release/modules/ext/org.eclipse.core.jobs_3.8.0.v20160509-0411.jar
11-
file.reference.org.eclipse.core.resources_3.11.0.v20160503-1608.jar=release/modules/ext/org.eclipse.core.resources_3.11.0.v20160503-1608.jar
12-
file.reference.org.eclipse.core.runtime_3.12.0.v20160606-1342.jar=release/modules/ext/org.eclipse.core.runtime_3.12.0.v20160606-1342.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.8.0.v20160509-1230.jar=release/modules/ext/org.eclipse.equinox.common_3.8.0.v20160509-1230.jar
15-
file.reference.org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar=release/modules/ext/org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar
16-
file.reference.org.eclipse.jdt.core_3.12.1.v20160829-0950.jar=release/modules/ext/org.eclipse.jdt.core_3.12.1.v20160829-0950.jar
17-
file.reference.org.eclipse.text_3.6.0.v20160503-1849.jar=release/modules/ext/org.eclipse.text_3.6.0.v20160503-1849.jar
6+
file.reference.commons-beanutils-1.8.3.jar=release/modules/eclipseformatter46/commons-beanutils-1.8.3.jar
7+
file.reference.commons-digester3-3.2.jar=release/modules/eclipseformatter46/commons-digester3-3.2.jar
8+
file.reference.commons-logging-1.1.3.jar=release/modules/eclipseformatter46/commons-logging-1.1.3.jar
9+
file.reference.org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar=release/modules/eclipseformatter46/org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar
10+
file.reference.org.eclipse.core.jobs_3.8.0.v20160509-0411.jar=release/modules/eclipseformatter46/org.eclipse.core.jobs_3.8.0.v20160509-0411.jar
11+
file.reference.org.eclipse.core.resources_3.11.0.v20160503-1608.jar=release/modules/eclipseformatter46/org.eclipse.core.resources_3.11.0.v20160503-1608.jar
12+
file.reference.org.eclipse.core.runtime_3.12.0.v20160606-1342.jar=release/modules/eclipseformatter46/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar
13+
file.reference.org.eclipse.core.runtime_3.9.0.v20130326-1255.jar=release/modules/eclipseformatter46/org.eclipse.core.runtime_3.9.0.v20130326-1255.jar
14+
file.reference.org.eclipse.equinox.common_3.8.0.v20160509-1230.jar=release/modules/eclipseformatter46/org.eclipse.equinox.common_3.8.0.v20160509-1230.jar
15+
file.reference.org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar=release/modules/eclipseformatter46/org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar
16+
file.reference.org.eclipse.jdt.core_3.12.1.v20160829-0950.jar=release/modules/eclipseformatter46/org.eclipse.jdt.core_3.12.1.v20160829-0950.jar
17+
file.reference.org.eclipse.text_3.6.0.v20160503-1849.jar=release/modules/eclipseformatter46/org.eclipse.text_3.6.0.v20160503-1849.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.equinox.preferences_3.6.1.v20160815-1406.jar</runtime-relative-path>
236-
<binary-origin>release/modules/ext/org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar</binary-origin>
235+
<runtime-relative-path>eclipseformatter46/org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar</runtime-relative-path>
236+
<binary-origin>release/modules/eclipseformatter46/org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar</binary-origin>
237237
</class-path-extension>
238238
<class-path-extension>
239-
<runtime-relative-path>ext/org.eclipse.text_3.6.0.v20160503-1849.jar</runtime-relative-path>
240-
<binary-origin>release/modules/ext/org.eclipse.text_3.6.0.v20160503-1849.jar</binary-origin>
239+
<runtime-relative-path>eclipseformatter46/org.eclipse.text_3.6.0.v20160503-1849.jar</runtime-relative-path>
240+
<binary-origin>release/modules/eclipseformatter46/org.eclipse.text_3.6.0.v20160503-1849.jar</binary-origin>
241241
</class-path-extension>
242242
<class-path-extension>
243-
<runtime-relative-path>ext/org.eclipse.core.jobs_3.8.0.v20160509-0411.jar</runtime-relative-path>
244-
<binary-origin>release/modules/ext/org.eclipse.core.jobs_3.8.0.v20160509-0411.jar</binary-origin>
243+
<runtime-relative-path>eclipseformatter46/org.eclipse.core.jobs_3.8.0.v20160509-0411.jar</runtime-relative-path>
244+
<binary-origin>release/modules/eclipseformatter46/org.eclipse.core.jobs_3.8.0.v20160509-0411.jar</binary-origin>
245245
</class-path-extension>
246246
<class-path-extension>
247-
<runtime-relative-path>ext/org.eclipse.equinox.common_3.8.0.v20160509-1230.jar</runtime-relative-path>
248-
<binary-origin>release/modules/ext/org.eclipse.equinox.common_3.8.0.v20160509-1230.jar</binary-origin>
247+
<runtime-relative-path>eclipseformatter46/org.eclipse.equinox.common_3.8.0.v20160509-1230.jar</runtime-relative-path>
248+
<binary-origin>release/modules/eclipseformatter46/org.eclipse.equinox.common_3.8.0.v20160509-1230.jar</binary-origin>
249249
</class-path-extension>
250250
<class-path-extension>
251-
<runtime-relative-path>ext/commons-digester3-3.2.jar</runtime-relative-path>
252-
<binary-origin>release/modules/ext/commons-digester3-3.2.jar</binary-origin>
251+
<runtime-relative-path>eclipseformatter46/commons-digester3-3.2.jar</runtime-relative-path>
252+
<binary-origin>release/modules/eclipseformatter46/commons-digester3-3.2.jar</binary-origin>
253253
</class-path-extension>
254254
<class-path-extension>
255-
<runtime-relative-path>ext/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar</runtime-relative-path>
256-
<binary-origin>release/modules/ext/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar</binary-origin>
255+
<runtime-relative-path>eclipseformatter46/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar</runtime-relative-path>
256+
<binary-origin>release/modules/eclipseformatter46/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar</binary-origin>
257257
</class-path-extension>
258258
<class-path-extension>
259-
<runtime-relative-path>ext/commons-beanutils-1.8.3.jar</runtime-relative-path>
260-
<binary-origin>release/modules/ext/commons-beanutils-1.8.3.jar</binary-origin>
259+
<runtime-relative-path>eclipseformatter46/commons-beanutils-1.8.3.jar</runtime-relative-path>
260+
<binary-origin>release/modules/eclipseformatter46/commons-beanutils-1.8.3.jar</binary-origin>
261261
</class-path-extension>
262262
<class-path-extension>
263-
<runtime-relative-path>ext/org.eclipse.core.resources_3.11.0.v20160503-1608.jar</runtime-relative-path>
264-
<binary-origin>release/modules/ext/org.eclipse.core.resources_3.11.0.v20160503-1608.jar</binary-origin>
263+
<runtime-relative-path>eclipseformatter46/org.eclipse.core.resources_3.11.0.v20160503-1608.jar</runtime-relative-path>
264+
<binary-origin>release/modules/eclipseformatter46/org.eclipse.core.resources_3.11.0.v20160503-1608.jar</binary-origin>
265265
</class-path-extension>
266266
<class-path-extension>
267-
<runtime-relative-path>ext/org.eclipse.jdt.core_3.12.1.v20160829-0950.jar</runtime-relative-path>
268-
<binary-origin>release/modules/ext/org.eclipse.jdt.core_3.12.1.v20160829-0950.jar</binary-origin>
267+
<runtime-relative-path>eclipseformatter46/org.eclipse.jdt.core_3.12.1.v20160829-0950.jar</runtime-relative-path>
268+
<binary-origin>release/modules/eclipseformatter46/org.eclipse.jdt.core_3.12.1.v20160829-0950.jar</binary-origin>
269269
</class-path-extension>
270270
<class-path-extension>
271-
<runtime-relative-path>ext/commons-logging-1.1.3.jar</runtime-relative-path>
272-
<binary-origin>release/modules/ext/commons-logging-1.1.3.jar</binary-origin>
271+
<runtime-relative-path>eclipseformatter46/commons-logging-1.1.3.jar</runtime-relative-path>
272+
<binary-origin>release/modules/eclipseformatter46/commons-logging-1.1.3.jar</binary-origin>
273273
</class-path-extension>
274274
<class-path-extension>
275-
<runtime-relative-path>ext/org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar</runtime-relative-path>
276-
<binary-origin>release/modules/ext/org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar</binary-origin>
275+
<runtime-relative-path>eclipseformatter46/org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar</runtime-relative-path>
276+
<binary-origin>release/modules/eclipseformatter46/org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar</binary-origin>
277277
</class-path-extension>
278278
</data>
279279
</configuration>

release/modules/ext/commons-beanutils-1.8.3.jar renamed to release/modules/eclipseformatter46/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.100.v20160418-1621.jar renamed to release/modules/eclipseformatter46/org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar

File renamed without changes.

release/modules/ext/org.eclipse.core.jobs_3.8.0.v20160509-0411.jar renamed to release/modules/eclipseformatter46/org.eclipse.core.jobs_3.8.0.v20160509-0411.jar

File renamed without changes.

release/modules/ext/org.eclipse.core.resources_3.11.0.v20160503-1608.jar renamed to release/modules/eclipseformatter46/org.eclipse.core.resources_3.11.0.v20160503-1608.jar

File renamed without changes.

release/modules/ext/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar renamed to release/modules/eclipseformatter46/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar

File renamed without changes.

0 commit comments

Comments
 (0)