| @@ -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"> | <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 use="default"> | ||||
| </configIni> | </configIni> | ||||
| @@ -23,17 +24,19 @@ | |||||
| </win> | </win> | ||||
| </launcher> | </launcher> | ||||
| <vm> | <vm> | ||||
| </vm> | </vm> | ||||
| <plugins> | <plugins> | ||||
| </plugins> | </plugins> | ||||
| <features> | <features> | ||||
| <feature id="xyz.veronie.bgg.feature" installMode="root"/> | <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.common" installMode="root"/> | ||||
| <feature id="org.eclipse.emf.ecore" 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> | </features> | ||||
| <configurations> | <configurations> | ||||
| @@ -9,6 +9,5 @@ | |||||
| <attribute name="maven.pomderived" value="true"/> | <attribute name="maven.pomderived" value="true"/> | ||||
| </attributes> | </attributes> | ||||
| </classpathentry> | </classpathentry> | ||||
| <classpathentry kind="lib" path="swing2swt.jar"/> | |||||
| <classpathentry kind="output" path="target/classes"/> | <classpathentry kind="output" path="target/classes"/> | ||||
| </classpath> | </classpath> | ||||
| @@ -3,19 +3,20 @@ Bundle-ManifestVersion: 2 | |||||
| Bundle-Name: Bgg Tool Khaki Flavor | Bundle-Name: Bgg Tool Khaki Flavor | ||||
| Bundle-SymbolicName: xyz.veronie.bgg.ui;singleton:=true | Bundle-SymbolicName: xyz.veronie.bgg.ui;singleton:=true | ||||
| Bundle-Version: 1.0.0.qualifier | 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, | Require-Bundle: javax.inject, | ||||
| javax.annotation, | javax.annotation, | ||||
| org.eclipse.core.runtime, | org.eclipse.core.runtime, | ||||
| org.eclipse.e4.core.services, | org.eclipse.e4.core.services, | ||||
| org.eclipse.e4.core.di, | org.eclipse.e4.core.di, | ||||
| org.eclipse.e4.ui.workbench, | |||||
| org.eclipse.e4.ui.di, | org.eclipse.e4.ui.di, | ||||
| org.eclipse.jface, | 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 | Bundle-RequiredExecutionEnvironment: JavaSE-11 | ||||
| Import-Package: com.ibm.icu, | Import-Package: com.ibm.icu, | ||||
| com.ibm.icu.text, | |||||
| javax.annotation;version="1.0.0";resolution:=optional, | javax.annotation;version="1.0.0";resolution:=optional, | ||||
| javax.inject;version="1.0.0", | javax.inject;version="1.0.0", | ||||
| org.eclipse.e4.core.commands, | org.eclipse.e4.core.commands, | ||||