Skip to content

Commit 5a80f9e

Browse files
committed
#321 - Frameworkerrors during startup
* Removed opt root for linux * removed zip for windows replaced with tgz * removed unused dependencies from core
1 parent f8301d5 commit 5a80f9e

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
lines changed

it.baeyens.arduino.core/META-INF/MANIFEST.MF

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,15 @@ Bundle-Activator: it.baeyens.arduino.ui.Activator
2626
Bundle-ClassPath: .,
2727
lib/jsch-0.1.50.jar,
2828
lib/jmdns-3.4.1.jar
29-
Require-Bundle: org.eclipse.core.resources,
30-
org.eclipse.equinox.registry,
31-
org.eclipse.jface,
32-
org.eclipse.ui.ide,
33-
org.eclipse.core.jobs,
34-
org.eclipse.equinox.preferences,
35-
org.eclipse.core.contenttype,
36-
org.eclipse.osgi,
37-
org.eclipse.cdt.managedbuilder.core,
29+
Require-Bundle: org.eclipse.cdt.managedbuilder.core,
3830
org.eclipse.core.filesystem,
39-
org.eclipse.swt,
4031
org.eclipse.cdt.core,
4132
org.apache.commons.compress,
4233
com.google.gson,
4334
org.eclipse.equinox.security,
4435
org.eclipse.ui.forms,
45-
org.eclipse.ui.workbench,
4636
org.eclipse.core.runtime,
47-
org.eclipse.core.commands,
48-
org.apache.commons.io;bundle-version="2.2.0"
37+
org.apache.commons.io,
38+
org.eclipse.core.resources,
39+
org.eclipse.ui.ide,
40+
org.eclipse.ui

it.baeyens.arduino.product/arduino.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ rights to a jury trial in any resulting litigation.</p>
348348
<plugin id="it.baeyens.arduino.application" autoStart="true" startLevel="4" />
349349
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
350350
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
351-
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="1" />
351+
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
352352
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
353353
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="0" />
354354
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />

it.baeyens.arduino.product/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</executions>
3535
<configuration>
3636
<formats>
37-
<win32>zip</win32>
37+
<win32>tar.gz</win32>
3838
<linux>tar.gz</linux>
3939
<macosx>tar.gz</macosx>
4040
</formats>
@@ -54,9 +54,6 @@
5454
/opt folder -->
5555
<!-- LSB: "binary-only packages of nonessential applications and add-on
5656
software products" -->
57-
<rootFolders>
58-
<linux>/opt/eclipseArduino/</linux>
59-
</rootFolders>
6057
</product>
6158
</products>
6259
</configuration>

0 commit comments

Comments
 (0)