diff --git a/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/META-INF/MANIFEST.MF b/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/META-INF/MANIFEST.MF index 15a35b4..8084fc3 100644 --- a/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/META-INF/MANIFEST.MF +++ b/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/META-INF/MANIFEST.MF @@ -14,6 +14,7 @@ Require-Bundle: org.eclipse.swt, org.eclipse.ui.workbench, org.eclipse.core.resources, org.eclipse.osgi, + org.eclipse.equinox.ds;visibility:=reexport, org.eclipse.jface, org.eclipse.e4.ui.services, org.eclipse.e4.core.services, @@ -27,9 +28,8 @@ Require-Bundle: org.eclipse.swt, 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;bundle-version="3.114.0" -Bundle-RequiredExecutionEnvironment: JavaSE-11 + org.eclipse.ui.views +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Bundle-ClassPath: ., lib/animal-sniffer-annotations.jar, diff --git a/JavaCompilerPlugin/releng/JavaCompilerPlugin.Configuration/pom.xml b/JavaCompilerPlugin/releng/JavaCompilerPlugin.Configuration/pom.xml index 2109bef..c1fb9e7 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.11 + http://download.eclipse.org/eclipse/updates/4.7 UTF-8 true true @@ -218,7 +218,30 @@ - + + + + org.eclipse.tycho + tycho-p2-publisher-plugin + ${tycho.version} + + JavaSE-1.8,JavaSE-9,JavaSE-10,JavaSE-11,JavaSE-12,JavaSE-13 + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + true + true + /home/michael/programs/jdk/jdk8u232-b09/bin/javac + 1.8 + 1.8 + 1.8 + + diff --git a/JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/JavaCompilerPlugin.Target.target b/JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/JavaCompilerPlugin.Target.target index 9c300fb..f60045c 100644 --- a/JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/JavaCompilerPlugin.Target.target +++ b/JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/JavaCompilerPlugin.Target.target @@ -28,7 +28,7 @@ - +