From: Tuukka Lehtonen Date: Thu, 29 Aug 2019 21:21:15 +0000 (+0300) Subject: Move plant3d test-product specific contributions to product plugin. X-Git-Tag: v1.43.0~196^2 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=34ad96ca09c4a1c6b6eee7af3af3967ca6b02047;p=simantics%2F3d.git Move plant3d test-product specific contributions to product plugin. This prevents polluting any products including the plant3d modeling feature with unwanted UI contributions. gitlab #29 Change-Id: I28ceb91db0d12da19afcd41789cf94397142bd06 --- diff --git a/org.simantics.plant3d.product/META-INF/MANIFEST.MF b/org.simantics.plant3d.product/META-INF/MANIFEST.MF index 4730f353..199456f5 100644 --- a/org.simantics.plant3d.product/META-INF/MANIFEST.MF +++ b/org.simantics.plant3d.product/META-INF/MANIFEST.MF @@ -5,7 +5,9 @@ Bundle-SymbolicName: org.simantics.plant3d.product;singleton:=true Bundle-Version: 1.0.0.qualifier Bundle-Activator: org.simantics.plant3d.product.Activator Require-Bundle: org.eclipse.core.runtime, - org.eclipse.ui;bundle-version="3.7.0" + org.eclipse.ui;bundle-version="3.7.0", + org.simantics.plant3d;bundle-version="1.0.0", + org.simantics.project;bundle-version="1.0.1" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-Vendor: VTT diff --git a/org.simantics.plant3d.product/plugin.xml b/org.simantics.plant3d.product/plugin.xml index c7215caf..490a25e1 100644 --- a/org.simantics.plant3d.product/plugin.xml +++ b/org.simantics.plant3d.product/plugin.xml @@ -18,4 +18,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.simantics.plant3d/.settings/org.eclipse.jdt.core.prefs b/org.simantics.plant3d/.settings/org.eclipse.jdt.core.prefs index c537b630..0c68a61d 100644 --- a/org.simantics.plant3d/.settings/org.eclipse.jdt.core.prefs +++ b/org.simantics.plant3d/.settings/org.eclipse.jdt.core.prefs @@ -1,7 +1,7 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/org.simantics.plant3d/plugin.xml b/org.simantics.plant3d/plugin.xml index 29f03e32..fe2eb710 100644 --- a/org.simantics.plant3d/plugin.xml +++ b/org.simantics.plant3d/plugin.xml @@ -21,84 +21,8 @@ type_uris="http://www.simantics.org/Plant3D-0.1/Plant"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -233,19 +157,6 @@ commandId="org.simantics.plant3d.newCSGModel"> - - - - - - - - - - -