diff --git a/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/META-INF/MANIFEST.MF b/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/META-INF/MANIFEST.MF
index 1a4cddd..15a35b4 100644
--- a/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/META-INF/MANIFEST.MF
+++ b/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: TypinferenzPlugin;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Vendor: de.dhbwstuttgart
Bundle-Activator: typinferenzplugin.Activator
-Require-Bundle: org.eclipse.ui,
+Require-Bundle: org.eclipse.swt,
javax.inject,
org.eclipse.core.runtime,
org.eclipse.jface.text,
@@ -13,7 +13,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.editors,
org.eclipse.ui.workbench,
org.eclipse.core.resources,
- org.eclipse.swt,
org.eclipse.osgi,
org.eclipse.jface,
org.eclipse.e4.ui.services,
@@ -28,7 +27,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.equinox.p2.repository;bundle-version="2.3.200",
org.eclipse.equinox.p2.metadata;bundle-version="2.3.100",
org.eclipse.ui.ide,
- org.eclipse.ui.views
+ org.eclipse.ui.views,
+ org.eclipse.ui;bundle-version="3.114.0"
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
diff --git a/JavaCompilerPlugin/pom.xml b/JavaCompilerPlugin/pom.xml
index b93044b..54dd661 100644
--- a/JavaCompilerPlugin/pom.xml
+++ b/JavaCompilerPlugin/pom.xml
@@ -15,4 +15,38 @@
features
releng
+
+
+
+
+ org.eclipse.tycho
+ target-platform-configuration
+ ${tycho.version}
+
+
+
+ linux
+ gtk
+ x86_64
+
+
+ win32
+ win32
+ x86_64
+
+
+ win32
+ win32
+ x86
+
+
+ macosx
+ cocoa
+ x86_64
+
+
+
+
+
+
\ No newline at end of file
diff --git a/JavaCompilerPlugin/releng/JavaCompilerPlugin.Configuration/pom.xml b/JavaCompilerPlugin/releng/JavaCompilerPlugin.Configuration/pom.xml
index 55c6c58..f690d8b 100644
--- a/JavaCompilerPlugin/releng/JavaCompilerPlugin.Configuration/pom.xml
+++ b/JavaCompilerPlugin/releng/JavaCompilerPlugin.Configuration/pom.xml
@@ -7,7 +7,7 @@
1.5.1
- http://download.eclipse.org/eclipse/updates/4.14milestones
+ http://download.eclipse.org/eclipse/updates/4.11
UTF-8
true
true
@@ -25,7 +25,7 @@
de.dhbwstuttgart
JavaTXcompiler
- 0.2
+ 0.1
org.antlr
@@ -66,11 +66,12 @@
tycho-compiler-plugin
${tycho.version}
+ false
de.dhbwstuttgart
JavaTXcompiler
- 0.2.0
+ 0.1.0
org.antlr
@@ -111,6 +112,33 @@
tycho-maven-plugin
${tycho.version}
true
+
+
+ linux
+ gtk
+ x86
+
+
+ linux
+ gtk
+ x86_64
+
+
+ win32
+ win32
+ x86_64
+
+
+ win32
+ win32
+ x86
+
+
+ macosx
+ cocoa
+ x86_64
+
+
@@ -122,6 +150,41 @@
+
+
+ org.eclipse.tycho
+ target-platform-configuration
+ ${tycho.version}
+
+
+
+ de.dhbwstuttgart
+ JavaCompilerPlugin.Target
+ 0.1.0-SNAPSHOT
+
+
+
+
+
+ linux
+ gtk
+ x86_64
+
+
+ win32
+ win32
+ x86_64
+
+
+ macosx
+ cocoa
+ x86_64
+
+
+
+
+
+
org.eclipse.tycho
tycho-packaging-plugin
@@ -138,4 +201,4 @@
-
\ No newline at end of file
+
diff --git a/JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/JavaCompilerPlugin.Target.target b/JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/JavaCompilerPlugin.Target.target
index 15fa70e..9c300fb 100644
--- a/JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/JavaCompilerPlugin.Target.target
+++ b/JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/JavaCompilerPlugin.Target.target
@@ -1,7 +1,43 @@
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+ linux
+ gtk
+ x86_64
+
+
\ No newline at end of file
diff --git a/JavaCompilerPlugin/releng/pom.xml b/JavaCompilerPlugin/releng/pom.xml
index bfee510..eb64deb 100644
--- a/JavaCompilerPlugin/releng/pom.xml
+++ b/JavaCompilerPlugin/releng/pom.xml
@@ -12,6 +12,7 @@
+ JavaCompilerPlugin.Target
JavaCompilerPlugin.Update