Skip to content
Snippets Groups Projects
Commit f5c10378 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Merge branch '3620' into 'master'

3620

See merge request !46
parents 0e62ea23 08719e8a
No related branches found
No related tags found
1 merge request!463620
Showing
with 161 additions and 238 deletions
/*/bin/ /*/bin/
/*/build/ /*/build/
/*/generated-src/ /*/generated-src/
/*/target/
/target/
*.rej
.DS_Store
._.DS_Store
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="build"/> <classpathentry kind="output" path="build"/>
......
...@@ -20,21 +20,6 @@ ...@@ -20,21 +20,6 @@
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand>
<name>org.fortiss.ide.dev_tools.warnings.RemoveWarningsBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.fortiss.ide.dev_tools.warnings.GuidelinesChecker</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name> <name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name>
<arguments> <arguments>
...@@ -52,7 +37,6 @@ ...@@ -52,7 +37,6 @@
</buildCommand> </buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature> <nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature>
......
...@@ -8,7 +8,7 @@ Require-Bundle: org.fortiss.tooling.base;bundle-version="2.14.0";visibility:=ree ...@@ -8,7 +8,7 @@ Require-Bundle: org.fortiss.tooling.base;bundle-version="2.14.0";visibility:=ree
org.fortiss.tooling.kernel.ui;bundle-version="2.14.0";visibility:=reexport, org.fortiss.tooling.kernel.ui;bundle-version="2.14.0";visibility:=reexport,
org.eclipse.swt org.eclipse.swt
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: fortiss GmbH Bundle-Vendor: fortiss GmbH
Export-Package: org.fortiss.tooling.base.ui, Export-Package: org.fortiss.tooling.base.ui,
org.fortiss.tooling.base.ui.annotation, org.fortiss.tooling.base.ui.annotation,
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="generated-src"/> <classpathentry kind="src" path="generated-src"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
......
...@@ -5,11 +5,6 @@ ...@@ -5,11 +5,6 @@
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand>
<name>org.fortiss.ide.dev_tools.emf.builder.EcoreBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.systemfocus.tooling.emfgeneration.git.EcoreBuilderGIT</name> <name>org.eclipse.systemfocus.tooling.emfgeneration.git.EcoreBuilderGIT</name>
<arguments> <arguments>
...@@ -30,21 +25,6 @@ ...@@ -30,21 +25,6 @@
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand>
<name>org.fortiss.ide.dev_tools.warnings.RemoveWarningsBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.fortiss.ide.dev_tools.warnings.GuidelinesChecker</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name> <name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name>
<arguments> <arguments>
...@@ -62,7 +42,6 @@ ...@@ -62,7 +42,6 @@
</buildCommand> </buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature> <nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature>
......
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Tooling Base Bundle-Name: %pluginName
Bundle-SymbolicName: org.fortiss.tooling.base;singleton:=true Bundle-SymbolicName: org.fortiss.tooling.base;singleton:=true
Bundle-Version: 2.14.0.qualifier Bundle-Version: 2.14.0.qualifier
Bundle-ClassPath: . Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.core.runtime, Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport, org.eclipse.emf.ecore;visibility:=reexport,
org.fortiss.tooling.kernel;visibility:=reexport;bundle-version="2.14.0" org.fortiss.tooling.kernel;visibility:=reexport;bundle-version="2.14.0"
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Export-Package: org.fortiss.tooling.base, Export-Package: org.fortiss.tooling.base,
org.fortiss.tooling.base.annotation, org.fortiss.tooling.base.annotation,
org.fortiss.tooling.base.annotation.valueprovider, org.fortiss.tooling.base.annotation.valueprovider,
org.fortiss.tooling.base.compose, org.fortiss.tooling.base.compose,
org.fortiss.tooling.base.dnd, org.fortiss.tooling.base.dnd,
org.fortiss.tooling.base.layout, org.fortiss.tooling.base.layout,
org.fortiss.tooling.base.library, org.fortiss.tooling.base.library,
org.fortiss.tooling.base.migration, org.fortiss.tooling.base.migration,
org.fortiss.tooling.base.model.base, org.fortiss.tooling.base.model.base,
org.fortiss.tooling.base.model.base.impl, org.fortiss.tooling.base.model.base.impl,
org.fortiss.tooling.base.model.base.util, org.fortiss.tooling.base.model.base.util,
org.fortiss.tooling.base.model.element, org.fortiss.tooling.base.model.element,
org.fortiss.tooling.base.model.element.impl, org.fortiss.tooling.base.model.element.impl,
org.fortiss.tooling.base.model.element.util, org.fortiss.tooling.base.model.element.util,
org.fortiss.tooling.base.model.layout, org.fortiss.tooling.base.model.layout,
org.fortiss.tooling.base.model.layout.impl, org.fortiss.tooling.base.model.layout.impl,
org.fortiss.tooling.base.model.layout.util, org.fortiss.tooling.base.model.layout.util,
org.fortiss.tooling.base.model.visualization, org.fortiss.tooling.base.model.visualization,
org.fortiss.tooling.base.model.visualization.impl, org.fortiss.tooling.base.model.visualization.impl,
org.fortiss.tooling.base.model.visualization.util, org.fortiss.tooling.base.model.visualization.util,
org.fortiss.tooling.base.utils org.fortiss.tooling.base.utils
Bundle-Activator: org.fortiss.tooling.base.ToolingBaseActivator Bundle-Activator: org.fortiss.tooling.base.ToolingBaseActivator
Automatic-Module-Name: org.fortiss.tooling.base Automatic-Module-Name: org.fortiss.tooling.base
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?> <?eclipse version="3.0"?>
<!-- (c) 2011 fortiss GmbH --> <!-- (c) 2011 fortiss GmbH -->
<plugin> <plugin>
<extension-point id="annotation" name="Annotation" schema="schema/annotation.exsd"/> <extension-point id="annotation" name="Annotation" schema="schema/annotation.exsd"/>
<extension point="org.eclipse.emf.ecore.generated_package"> <extension point="org.eclipse.emf.ecore.generated_package">
<package <package
uri="http://www.fortiss.org/tooling/base/model/element" uri="http://www.fortiss.org/tooling/base/model/element"
class="org.fortiss.tooling.base.model.element.ElementPackage" class="org.fortiss.tooling.base.model.element.ElementPackage"
genModel="model/base.genmodel"/> genModel="model/base.genmodel"/>
</extension> </extension>
<extension point="org.eclipse.emf.ecore.generated_package"> <extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated base --> <!-- @generated base -->
<package <package
uri="http://www.fortiss.org/tooling/base/model/layout" uri="http://www.fortiss.org/tooling/base/model/layout"
class="org.fortiss.tooling.base.model.layout.LayoutPackage"/> class="org.fortiss.tooling.base.model.layout.LayoutPackage"
</extension> genModel="model/base.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated base --> <extension point="org.eclipse.emf.ecore.generated_package">
<package <!-- @generated base -->
uri="http://www.fortiss.org/tooling/base/model/base" <package
class="org.fortiss.tooling.base.model.base.BasePackage"/> uri="http://www.fortiss.org/tooling/base/model/base"
</extension> class="org.fortiss.tooling.base.model.base.BasePackage"
genModel="model/base.genmodel"/>
<extension point="org.eclipse.emf.ecore.generated_package"> </extension>
<!-- @generated base -->
<package <extension point="org.eclipse.emf.ecore.generated_package">
uri="http://www.fortiss.org/tooling/base/model/visualization" <!-- @generated base -->
class="org.fortiss.tooling.base.model.visualization.VisualizationPackage"/> <package
</extension> uri="http://www.fortiss.org/tooling/base/model/visualization"
class="org.fortiss.tooling.base.model.visualization.VisualizationPackage"
<extension point="org.fortiss.tooling.kernel.migrationProvider"> genModel="model/base.genmodel"/>
<migrationProvider migrationProvider="org.fortiss.tooling.base.migration.RemoveDuplicatedAnnotationsMigrationProvider"> </extension>
<objectClass objectClass="org.fortiss.tooling.kernel.extension.data.ITopLevelElement"/>
</migrationProvider> <extension point="org.fortiss.tooling.kernel.migrationProvider">
<migrationProvider migrationProvider="org.fortiss.tooling.base.migration.RemoveDuplicatedAnnotationsMigrationProvider">
</extension> <objectClass objectClass="org.fortiss.tooling.kernel.extension.data.ITopLevelElement"/>
</plugin> </migrationProvider>
</extension>
</plugin>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="external-src"/> <classpathentry kind="src" path="external-src"/>
<classpathentry kind="src" path="res"/> <classpathentry kind="src" path="res"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/org.conqat.ide.commons.gef.jar"/> <classpathentry exported="true" kind="lib" path="lib/org.conqat.ide.commons.gef.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.conqat.ide.commons.ui.jar"/> <classpathentry exported="true" kind="lib" path="lib/org.conqat.ide.commons.ui.jar"/>
<classpathentry exported="true" kind="lib" path="lib/swt-grouplayout.jar"/> <classpathentry kind="lib" path="lib/swt-grouplayout.jar"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="build"/> <classpathentry kind="output" path="build"/>
</classpath> </classpath>
...@@ -20,21 +20,6 @@ ...@@ -20,21 +20,6 @@
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand>
<name>org.fortiss.ide.dev_tools.warnings.RemoveWarningsBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.fortiss.ide.dev_tools.warnings.GuidelinesChecker</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name> <name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name>
<arguments> <arguments>
...@@ -52,7 +37,6 @@ ...@@ -52,7 +37,6 @@
</buildCommand> </buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature> <nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature>
......
...@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 ...@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Tooling Commons UI Bundle-Name: Tooling Commons UI
Bundle-SymbolicName: org.fortiss.tooling.common.ui;singleton:=true Bundle-SymbolicName: org.fortiss.tooling.common.ui;singleton:=true
Bundle-Version: 2.14.0.qualifier Bundle-Version: 2.14.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.14.0";visibility:=reexport, Require-Bundle: org.fortiss.tooling.common;bundle-version="2.14.0";visibility:=reexport,
org.eclipse.core.resources;visibility:=reexport, org.eclipse.core.resources;visibility:=reexport,
org.eclipse.ui;visibility:=reexport, org.eclipse.ui;visibility:=reexport,
...@@ -17,8 +17,10 @@ Require-Bundle: org.fortiss.tooling.common;bundle-version="2.14.0";visibility:=r ...@@ -17,8 +17,10 @@ Require-Bundle: org.fortiss.tooling.common;bundle-version="2.14.0";visibility:=r
org.eclipse.ui.views.properties.tabbed;visibility:=reexport, org.eclipse.ui.views.properties.tabbed;visibility:=reexport,
org.eclipse.ui.ide;visibility:=reexport, org.eclipse.ui.ide;visibility:=reexport,
org.eclipse.jface.text;visibility:=reexport, org.eclipse.jface.text;visibility:=reexport,
org.eclipse.fx.ui.workbench3;visibility:=reexport, org.openjfx.controls;bundle-version="11.0.2";visibility:=reexport,
org.eclipse.fx.osgi.util;resolution:=optional org.openjfx.base;bundle-version="11.0.2";visibility:=reexport,
org.openjfx.fxml;bundle-version="11.0.2";visibility:=reexport,
org.eclipse.fx.ui.workbench3;bundle-version="3.5.0";visibility:=reexport
Bundle-ClassPath: ., Bundle-ClassPath: .,
lib/org.conqat.ide.commons.gef.jar, lib/org.conqat.ide.commons.gef.jar,
lib/org.conqat.ide.commons.ui.jar, lib/org.conqat.ide.commons.ui.jar,
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/org.conqat.ide.commons.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<classpathentry exported="true" kind="lib" path="lib/opencsv-2.3.jar"/> <attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/apache-commons/commons-lang-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/apache-commons/commons-lang3-3.7.jar" sourcepath="lib/apache-commons/commons-lang3-3.7-sources.jar"> <classpathentry exported="true" kind="lib" path="lib/apache-commons/commons-lang3-3.7.jar" sourcepath="lib/apache-commons/commons-lang3-3.7-sources.jar">
<attributes> <attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/org.fortiss.tooling.common/lib/apache-commons/commons-lang3-3.7-javadoc.jar!/"/> <attribute name="javadoc_location" value="jar:platform:/resource/org.fortiss.tooling.common/lib/apache-commons/commons-lang3-3.7-javadoc.jar!/"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry exported="true" kind="lib" path="lib/apache-commons/commons-lang-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/apache-commons/commons-io-2.4.jar" sourcepath="lib/apache-commons/commons-io-2.4-sources.jar"/> <classpathentry exported="true" kind="lib" path="lib/apache-commons/commons-io-2.4.jar" sourcepath="lib/apache-commons/commons-io-2.4-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/opencsv-2.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.conqat.ide.commons.jar"/>
<classpathentry kind="output" path="build"/> <classpathentry kind="output" path="build"/>
</classpath> </classpath>
...@@ -5,11 +5,6 @@ ...@@ -5,11 +5,6 @@
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand>
<name>org.fortiss.ide.dev_tools.emf.builder.EcoreBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.systemfocus.tooling.emfgeneration.git.EcoreBuilderGIT</name> <name>org.eclipse.systemfocus.tooling.emfgeneration.git.EcoreBuilderGIT</name>
<arguments> <arguments>
...@@ -30,21 +25,6 @@ ...@@ -30,21 +25,6 @@
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand>
<name>org.fortiss.ide.dev_tools.warnings.RemoveWarningsBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.fortiss.ide.dev_tools.warnings.GuidelinesChecker</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name> <name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name>
<arguments> <arguments>
...@@ -62,7 +42,6 @@ ...@@ -62,7 +42,6 @@
</buildCommand> </buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature> <nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature>
......
...@@ -7,7 +7,7 @@ Require-Bundle: org.eclipse.core.runtime;visibility:=reexport, ...@@ -7,7 +7,7 @@ Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,
com.ibm.icu;visibility:=reexport, com.ibm.icu;visibility:=reexport,
org.junit;visibility:=reexport org.junit;visibility:=reexport
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ClassPath: ., Bundle-ClassPath: .,
lib/apache-commons/commons-lang-2.6.jar, lib/apache-commons/commons-lang-2.6.jar,
lib/apache-commons/commons-lang3-3.7.jar, lib/apache-commons/commons-lang3-3.7.jar,
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry exported="true" kind="lib" path="lib/lwjgl.jar" sourcepath="lib/lwjgl-src.zip"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/lwjgl.jar" sourcepath="lib/lwjgl-src.zip"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test-src"/> <classpathentry kind="src" path="test-src"/>
<classpathentry kind="src" path="external-src"/> <classpathentry kind="src" path="external-src"/>
......
...@@ -20,21 +20,6 @@ ...@@ -20,21 +20,6 @@
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand>
<name>org.fortiss.ide.dev_tools.warnings.RemoveWarningsBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.fortiss.ide.dev_tools.warnings.GuidelinesChecker</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name> <name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name>
<arguments> <arguments>
...@@ -52,7 +37,6 @@ ...@@ -52,7 +37,6 @@
</buildCommand> </buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature> <nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature>
......
...@@ -7,7 +7,7 @@ Bundle-Activator: org.fortiss.tooling.graphicsGL.ui.ToolingGraphicsGLUIActivator ...@@ -7,7 +7,7 @@ Bundle-Activator: org.fortiss.tooling.graphicsGL.ui.ToolingGraphicsGLUIActivator
Require-Bundle: org.fortiss.tooling.graphicsGL;bundle-version="2.14.0";visibility:=reexport, Require-Bundle: org.fortiss.tooling.graphicsGL;bundle-version="2.14.0";visibility:=reexport,
org.fortiss.tooling.base.ui;bundle-version="2.14.0";visibility:=reexport org.fortiss.tooling.base.ui;bundle-version="2.14.0";visibility:=reexport
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: fortiss GmbH Bundle-Vendor: fortiss GmbH
Export-Package: org.fortiss.tooling.graphicsGL.ui, Export-Package: org.fortiss.tooling.graphicsGL.ui,
org.fortiss.tooling.graphicsGL.ui.camera, org.fortiss.tooling.graphicsGL.ui.camera,
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="generated-src"/> <classpathentry kind="src" path="generated-src"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
......
...@@ -5,11 +5,6 @@ ...@@ -5,11 +5,6 @@
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand>
<name>org.fortiss.ide.dev_tools.emf.builder.EcoreBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.systemfocus.tooling.emfgeneration.git.EcoreBuilderGIT</name> <name>org.eclipse.systemfocus.tooling.emfgeneration.git.EcoreBuilderGIT</name>
<arguments> <arguments>
...@@ -30,21 +25,6 @@ ...@@ -30,21 +25,6 @@
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand>
<name>org.fortiss.ide.dev_tools.warnings.RemoveWarningsBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.fortiss.ide.dev_tools.warnings.GuidelinesChecker</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name> <name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name>
<arguments> <arguments>
...@@ -62,7 +42,6 @@ ...@@ -62,7 +42,6 @@
</buildCommand> </buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature> <nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature>
......
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Tooling Graphics GL Bundle-Name: %pluginName
Bundle-SymbolicName: org.fortiss.tooling.graphicsGL;singleton:=true Bundle-SymbolicName: org.fortiss.tooling.graphicsGL;singleton:=true
Bundle-Version: 2.14.0.qualifier Bundle-Version: 2.14.0.qualifier
Bundle-ClassPath: . Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-Activator: org.fortiss.tooling.graphicsGL.ToolingGraphicsGLActivator Bundle-Activator: org.fortiss.tooling.graphicsGL.ToolingGraphicsGLActivator
Export-Package: org.fortiss.tooling.graphicsGL, Export-Package: org.fortiss.tooling.graphicsGL,
org.fortiss.tooling.graphicsGL.model, org.fortiss.tooling.graphicsGL.model,
org.fortiss.tooling.graphicsGL.model.graph, org.fortiss.tooling.graphicsGL.model.graph,
org.fortiss.tooling.graphicsGL.model.graph.impl, org.fortiss.tooling.graphicsGL.model.graph.impl,
org.fortiss.tooling.graphicsGL.model.graph.util, org.fortiss.tooling.graphicsGL.model.graph.util,
org.fortiss.tooling.graphicsGL.model.impl, org.fortiss.tooling.graphicsGL.model.impl,
org.fortiss.tooling.graphicsGL.model.mesh, org.fortiss.tooling.graphicsGL.model.mesh,
org.fortiss.tooling.graphicsGL.model.mesh.impl, org.fortiss.tooling.graphicsGL.model.mesh.impl,
org.fortiss.tooling.graphicsGL.model.mesh.util, org.fortiss.tooling.graphicsGL.model.mesh.util,
org.fortiss.tooling.graphicsGL.model.scene, org.fortiss.tooling.graphicsGL.model.scene,
org.fortiss.tooling.graphicsGL.model.scene.impl, org.fortiss.tooling.graphicsGL.model.scene.impl,
org.fortiss.tooling.graphicsGL.model.scene.util, org.fortiss.tooling.graphicsGL.model.scene.util,
org.fortiss.tooling.graphicsGL.model.util, org.fortiss.tooling.graphicsGL.model.util,
org.fortiss.tooling.graphicsGL.util org.fortiss.tooling.graphicsGL.util
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.14.0";visibility:=reexport Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.14.0";visibility:=reexport
Automatic-Module-Name: org.fortiss.tooling.graphicsGL Automatic-Module-Name: org.fortiss.tooling.graphicsGL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment