#24 removed swing2swt.jar dependency

Open
Veronie wants to merge 1 commits from no_swing into master
  1. +4
    -1
      xyz.veronie.bgg.product/bggtool.product
  2. +0
    -1
      xyz.veronie.bgg.ui/.classpath
  3. +5
    -4
      xyz.veronie.bgg.ui/META-INF/MANIFEST.MF

+ 4
- 1
xyz.veronie.bgg.product/bggtool.product View File

@@ -3,6 +3,7 @@
<product name="BggToolAnother" uid="bggtoolanother" id="xyz.veronie.bgg.ui.bggtoolanother" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="1.0.0" useFeatures="true" includeLaunchers="true">
<configIni use="default">
</configIni>
@@ -23,17 +24,19 @@
</win>
</launcher>
<vm>
</vm>
<plugins>
</plugins>
<features>
<feature id="xyz.veronie.bgg.feature" installMode="root"/>
<feature id="org.eclipse.e4.rcp" installMode="root"/>
<feature id="org.eclipse.emf.common" installMode="root"/>
<feature id="org.eclipse.emf.ecore" installMode="root"/>
<feature id="org.eclipse.e4.rcp" version="4.22.0.v20211123-0851" installMode="root"/>
</features>
<configurations>


+ 0
- 1
xyz.veronie.bgg.ui/.classpath View File

@@ -9,6 +9,5 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="swing2swt.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

+ 5
- 4
xyz.veronie.bgg.ui/META-INF/MANIFEST.MF View File

@@ -3,19 +3,20 @@ Bundle-ManifestVersion: 2
Bundle-Name: Bgg Tool Khaki Flavor
Bundle-SymbolicName: xyz.veronie.bgg.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: lib/sqlite-jdbc-3.34.0.jar,
swing2swt.jar
Bundle-ClassPath: lib/sqlite-jdbc-3.34.0.jar
Require-Bundle: javax.inject,
javax.annotation,
org.eclipse.core.runtime,
org.eclipse.e4.core.services,
org.eclipse.e4.core.di,
org.eclipse.e4.ui.workbench,
org.eclipse.e4.ui.di,
org.eclipse.jface,
org.eclipse.e4.ui.model.workbench
org.eclipse.e4.ui.model.workbench,
org.eclipse.e4.ui.workbench.swt,
org.eclipse.e4.ui.workbench
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: com.ibm.icu,
com.ibm.icu.text,
javax.annotation;version="1.0.0";resolution:=optional,
javax.inject;version="1.0.0",
org.eclipse.e4.core.commands,


Loading…
Cancel
Save