Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
kernel
Commits
9e0e062d
Commit
9e0e062d
authored
Oct 01, 2018
by
Alexander Diewald
Browse files
Merge remote-tracking branch 'remotes/origin/photon'
Signed-off-by:
Alexander Diewald
<
diewald@fortiss.org
>
parents
24cd309f
5ca7d85d
Changes
21
Hide whitespace changes
Inline
Side-by-side
org.fortiss.tooling.base.ui/META-INF/MANIFEST.MF
View file @
9e0e062d
...
...
@@ -53,3 +53,4 @@ Bundle-ClassPath: .,
lib/de.cau.cs.kieler.klay.force-0.4.0.201602160301.jar,
lib/de.cau.cs.kieler.klay.layered-0.13.0.201602160301.jar,
lib/de.cau.cs.kieler.klay.tree-0.4.0.201602160301.jar
Automatic-Module-Name: org.fortiss.tooling.base.ui
org.fortiss.tooling.base.ui/pom.xml
deleted
100644 → 0
View file @
24cd309f
<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) 2017 fortiss GmbH -->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.tooling.base
</groupId>
<artifactId>
org.fortiss.tooling.base.ui
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom
</artifactId>
<version>
1.0
</version>
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.14.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.base/META-INF/MANIFEST.MF
View file @
9e0e062d
...
...
@@ -33,3 +33,4 @@ Export-Package: org.fortiss.tooling.base,
org.fortiss.tooling.base.model.visualization.util,
org.fortiss.tooling.base.utils
Bundle-Activator: org.fortiss.tooling.base.ToolingBaseActivator
Automatic-Module-Name: org.fortiss.tooling.base
org.fortiss.tooling.base/model/base.genmodel
View file @
9e0e062d
...
...
@@ -15,7 +15,8 @@
<genFeatures
property=
"None"
children=
"true"
createChild=
"true"
ecoreFeature=
"ecore:EReference base.ecore#//element/IModelElement/specifications"
/>
<genFeatures
notify=
"false"
createChild=
"false"
propertySortChoices=
"true"
ecoreFeature=
"ecore:EReference base.ecore#//element/IModelElement/referencedBy"
/>
<genOperations
ecoreOperation=
"base.ecore#//element/IModelElement/addSpecification"
>
<genOperations
ecoreOperation=
"base.ecore#//element/IModelElement/addSpecification"
body=
"org.fortiss.tooling.base.model.element.impl.IModelElementStaticImpl.addSpecification(this, spec);"
>
<genParameters
ecoreParameter=
"base.ecore#//element/IModelElement/addSpecification/spec"
/>
</genOperations>
</genClasses>
...
...
@@ -88,34 +89,34 @@
<genClasses
ecoreClass=
"base.ecore#//layout/Point"
>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Point/x"
/>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Point/y"
/>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/getDifference"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/getDifference"
body=
"return PointStaticImpl.getDifference(this, compPoint);"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/getDifference/compPoint"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/getTranslated"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/getTranslated"
body=
"return PointStaticImpl.getTranslated(this, offsetX, offsetY);"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/getTranslated/offsetX"
/>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/getTranslated/offsetY"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/scale"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/scale"
body=
"return PointStaticImpl.scale(this, factor);"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/scale/factor"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/translate"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/translate"
body=
"return PointStaticImpl.translate(this, dim.getWidth(), dim.getHeight());"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/translate/dim"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/translate.1"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/translate.1"
body=
"return PointStaticImpl.translate(this, offsetX, offsetY);"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/translate.1/offsetX"
/>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/translate.1/offsetY"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/translate.2"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/translate.2"
body=
"return PointStaticImpl.translate(this, point.getX(), point.getY());"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/translate.2/point"
/>
</genOperations>
</genClasses>
<genClasses
ecoreClass=
"base.ecore#//layout/Dimension"
>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Dimension/width"
/>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Dimension/height"
/>
<genOperations
ecoreOperation=
"base.ecore#//layout/Dimension/getScaled"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Dimension/getScaled"
body=
"return DimensionStaticImpl.scale(this, factor);"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Dimension/getScaled/factor"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Dimension/scale"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Dimension/scale"
body=
"return DimensionStaticImpl.scale(this, factor);"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Dimension/scale/factor"
/>
</genOperations>
</genClasses>
...
...
@@ -124,11 +125,12 @@
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Rectangle/y"
/>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Rectangle/width"
/>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Rectangle/height"
/>
<genOperations
ecoreOperation=
"base.ecore#//layout/Rectangle/setLocation"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Rectangle/setLocation"
body=
"return RectangleStaticImpl.setLocation(this, x, y);"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Rectangle/setLocation/x"
/>
<genParameters
ecoreParameter=
"base.ecore#//layout/Rectangle/setLocation/y"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Rectangle/setSize"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Rectangle/setSize"
body=
"return RectangleStaticImpl.setSize(this, width, height);"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Rectangle/setSize/width"
/>
<genParameters
ecoreParameter=
"base.ecore#//layout/Rectangle/setSize/height"
/>
</genOperations>
...
...
@@ -155,15 +157,21 @@
<genClasses
image=
"false"
ecoreClass=
"base.ecore#//base/ExitConnectorBase"
/>
<genClasses
image=
"false"
ecoreClass=
"base.ecore#//base/ConnectionSegmentBase"
/>
<genClasses
ecoreClass=
"base.ecore#//base/LibraryElementBase"
>
<genOperations
ecoreOperation=
"base.ecore#//base/LibraryElementBase/getURI"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/LibraryElementBase/getName"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/LibraryElementBase/getURI"
body=
"return LibraryElementBaseStaticImpl.getURI(this);"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/LibraryElementBase/getName"
body=
"return LibraryElementBaseStaticImpl.getName(this);"
/>
</genClasses>
<genClasses
image=
"false"
ecoreClass=
"base.ecore#//base/DerivedAnnotationBase"
>
<genTypeParameters
ecoreTypeParameter=
"base.ecore#//base/DerivedAnnotationBase/T"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/getValue"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/getDerivedFeature"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/isUserAnnotatedValuePreferred"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/getUserAnnotatedValue"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/getValue"
body=
"return DerivedAnnotationBaseStaticImpl.getValue(this);"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/getDerivedFeature"
body=
"return null;"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/isUserAnnotatedValuePreferred"
body=
"return true;"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/getUserAnnotatedValue"
body=
"return null;"
/>
</genClasses>
<genClasses
ecoreClass=
"base.ecore#//base/ConstraintInstanceContainer"
/>
<genClasses
ecoreClass=
"base.ecore#//base/ConstraintBasedProcess"
/>
...
...
org.fortiss.tooling.base/pom.xml
deleted
100644 → 0
View file @
24cd309f
<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) 2017 fortiss GmbH -->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.tooling.base
</groupId>
<artifactId>
org.fortiss.tooling.base
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom
</artifactId>
<version>
1.0
</version>
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.14.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.common.ui/META-INF/MANIFEST.MF
View file @
9e0e062d
...
...
@@ -5,21 +5,20 @@ Bundle-SymbolicName: org.fortiss.tooling.common.ui;singleton:=true
Bundle-Version: 2.14.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.14.0";visibility:=reexport,
org.eclipse.core.resources;
bundle-version="3.7.100";
visibility:=reexport,
org.eclipse.ui;
bundle-version="3.7.0";
visibility:=reexport,
org.eclipse.ui.editors;
bundle-version="3.7.0";
visibility:=reexport,
org.eclipse.core.resources;visibility:=reexport,
org.eclipse.ui;visibility:=reexport,
org.eclipse.ui.editors;visibility:=reexport,
org.junit;visibility:=reexport,
org.eclipse.core.databinding;bundle-version="1.4.0";visibility:=reexport,
org.eclipse.core.filesystem;bundle-version="1.3.100";visibility:=reexport,
org.eclipse.ui.forms;bundle-version="3.5.100";visibility:=reexport,
org.eclipse.jface.databinding;bundle-version="1.5.0";visibility:=reexport,
org.eclipse.gef;bundle-version="3.7.1";visibility:=reexport,
org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.200";visibility:=reexport,
org.eclipse.ui.ide;bundle-version="3.7.0";visibility:=reexport,
org.eclipse.jface.text;bundle-version="3.7.1";visibility:=reexport,
org.eclipse.fx.ui.workbench3;bundle-version="0.9.0";visibility:=reexport,
org.eclipse.fx.javafx;bundle-version="2.2.0";resolution:=optional;visibility:=reexport,
org.eclipse.fx.osgi.util;bundle-version="0.9.0";resolution:=optional
org.eclipse.core.databinding;visibility:=reexport,
org.eclipse.core.filesystem;visibility:=reexport,
org.eclipse.ui.forms;visibility:=reexport,
org.eclipse.jface.databinding;visibility:=reexport,
org.eclipse.gef;visibility:=reexport,
org.eclipse.ui.views.properties.tabbed;visibility:=reexport,
org.eclipse.ui.ide;visibility:=reexport,
org.eclipse.jface.text;visibility:=reexport,
org.eclipse.fx.ui.workbench3;visibility:=reexport,
org.eclipse.fx.osgi.util;resolution:=optional
Bundle-ClassPath: .,
lib/org.conqat.ide.commons.gef.jar,
lib/org.conqat.ide.commons.ui.jar,
...
...
@@ -78,3 +77,4 @@ Export-Package: org.conqat.ide.commons.gef,
Bundle-Vendor: fortiss GmbH
Bundle-Activator: org.fortiss.tooling.common.ui.ToolingCommonUIActivator
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.fortiss.tooling.common.ui
org.fortiss.tooling.common.ui/pom.xml
deleted
100644 → 0
View file @
24cd309f
<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) 2017 fortiss GmbH -->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.tooling.common
</groupId>
<artifactId>
org.fortiss.tooling.common.ui
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom
</artifactId>
<version>
1.0
</version>
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.14.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.common/META-INF/MANIFEST.MF
View file @
9e0e062d
...
...
@@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2
Bundle-Name: Tooling Commons
Bundle-SymbolicName: org.fortiss.tooling.common;singleton:=true
Bundle-Version: 2.14.0.qualifier
Require-Bundle: org.eclipse.core.runtime;
bundle-version="3.7.0";
visibility:=reexport,
com.ibm.icu;
bundle-version="4.4.2";
visibility:=reexport,
Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,
com.ibm.icu;visibility:=reexport,
org.junit;visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
...
...
@@ -85,3 +85,4 @@ Export-Package: au.com.bytecode.opencsv,
org.fortiss.tooling.common.util
Bundle-Vendor: fortiss GmbH
Bundle-Activator: org.fortiss.tooling.common.TK2CommonActivator
Automatic-Module-Name: org.fortiss.tooling.common
org.fortiss.tooling.common/pom.xml
deleted
100644 → 0
View file @
24cd309f
<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) 2017 fortiss GmbH -->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.tooling.common
</groupId>
<artifactId>
org.fortiss.tooling.common
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom
</artifactId>
<version>
1.0
</version>
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.14.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.graphicsGL.ui/META-INF/MANIFEST.MF
View file @
9e0e062d
...
...
@@ -34,3 +34,4 @@ Bundle-NativeCode: lib/x64/liblwjgl.so ; lib/x64/libjemalloc.so ; osname = linux
lib/x64/lwjgl.dll ; lib/x64/jemalloc.dll ; osname = win32 ; osname = "Windows 10"; processor = x86_64 ; osname = "Windows 7" ; osname = "Windows 8" ; osname = Windows8 ; osname = Win8 ; osname = "Windows 8.1" ; osname = Windows8.1 ; osname = Win8.1 ; ; processor = x86_64,
lib/x32/lwjgl32.dll ; lib/x32/jemalloc32.dll ; osname = win32 ; processor = x86
Eclipse-BundleShape: dir
Automatic-Module-Name: org.fortiss.tooling.graphicsGL.ui
org.fortiss.tooling.graphicsGL.ui/pom.xml
deleted
100644 → 0
View file @
24cd309f
<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) 2017 fortiss GmbH -->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.tooling.graphicsGL
</groupId>
<artifactId>
org.fortiss.tooling.graphicsGL.ui
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom
</artifactId>
<version>
1.0
</version>
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.14.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.graphicsGL/META-INF/MANIFEST.MF
View file @
9e0e062d
...
...
@@ -24,3 +24,4 @@ Export-Package: org.fortiss.tooling.graphicsGL,
org.fortiss.tooling.graphicsGL.model.util,
org.fortiss.tooling.graphicsGL.util
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.14.0";visibility:=reexport
Automatic-Module-Name: org.fortiss.tooling.graphicsGL
org.fortiss.tooling.graphicsGL/model/graphics3D.genmodel
View file @
9e0e062d
...
...
@@ -98,9 +98,12 @@
<genFeatures
notify=
"false"
createChild=
"false"
propertySortChoices=
"true"
ecoreFeature=
"ecore:EReference graphics3D.ecore#//scene/Light3D/attenuation"
/>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute graphics3D.ecore#//scene/Light3D/directional"
/>
<genOperations
ecoreOperation=
"graphics3D.ecore#//scene/Light3D/getConstantAttenuation"
/>
<genOperations
ecoreOperation=
"graphics3D.ecore#//scene/Light3D/getLinearAttenuation"
/>
<genOperations
ecoreOperation=
"graphics3D.ecore#//scene/Light3D/getQuadraticAttenuation"
/>
<genOperations
ecoreOperation=
"graphics3D.ecore#//scene/Light3D/getConstantAttenuation"
body=
"return Light3DStaticImpl.getConstantAttenuation(this);"
/>
<genOperations
ecoreOperation=
"graphics3D.ecore#//scene/Light3D/getLinearAttenuation"
body=
"return Light3DStaticImpl.getLinearAttenuation(this);"
/>
<genOperations
ecoreOperation=
"graphics3D.ecore#//scene/Light3D/getQuadraticAttenuation"
body=
"return Light3DStaticImpl.getQuadraticAttenuation(this);"
/>
</genClasses>
<genClasses
ecoreClass=
"graphics3D.ecore#//scene/Scene3D"
>
<genFeatures
property=
"None"
children=
"true"
createChild=
"true"
ecoreFeature=
"ecore:EReference graphics3D.ecore#//scene/Scene3D/cameras"
/>
...
...
org.fortiss.tooling.graphicsGL/pom.xml
deleted
100644 → 0
View file @
24cd309f
<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) 2017 fortiss GmbH -->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.tooling.graphicsGL
</groupId>
<artifactId>
org.fortiss.tooling.graphicsGL
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom
</artifactId>
<version>
1.0
</version>
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.14.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.kernel.ui/META-INF/MANIFEST.MF
View file @
9e0e062d
...
...
@@ -6,8 +6,8 @@ Bundle-Version: 2.14.0.qualifier
Bundle-Activator: org.fortiss.tooling.kernel.ui.ToolingKernelUIActivator
Require-Bundle: org.fortiss.tooling.common.ui;bundle-version="2.14.0";visibility:=reexport,
org.fortiss.tooling.kernel;bundle-version="2.14.0";visibility:=reexport,
org.eclipse.core.resources;
bundle-version="3.7.100";
visibility:=reexport,
org.eclipse.emf.databinding;
bundle-version="1.2.0";
visibility:=reexport
org.eclipse.core.resources;visibility:=reexport,
org.eclipse.emf.databinding;visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: fortiss GmbH
...
...
@@ -24,3 +24,4 @@ Export-Package: org.fortiss.tooling.kernel.ui,
org.fortiss.tooling.kernel.ui.service,
org.fortiss.tooling.kernel.ui.util
Bundle-ClassPath: .
Automatic-Module-Name: org.fortiss.tooling.kernel.ui
org.fortiss.tooling.kernel.ui/pom.xml
deleted
100644 → 0
View file @
24cd309f
<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) 2017 fortiss GmbH -->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.tooling.kernel
</groupId>
<artifactId>
org.fortiss.tooling.kernel.ui
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom
</artifactId>
<version>
1.0
</version>
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.14.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.kernel/META-INF/MANIFEST.MF
View file @
9e0e062d
...
...
@@ -32,3 +32,4 @@ Export-Package: org.fortiss.tooling.kernel;uses:="org.eclipse.core.runtime, org
org.fortiss.tooling.kernel.service.base,
org.fortiss.tooling.kernel.service.listener,
org.fortiss.tooling.kernel.utils;uses:="org.eclipse.emf.ecore, org.eclipse.core.resources"
Automatic-Module-Name: org.fortiss.tooling.kernel
org.fortiss.tooling.kernel/model/kernel.genmodel
View file @
9e0e062d
...
...
@@ -67,7 +67,8 @@
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute kernel.ecore#//constraints/ConstraintInstance/constraintName"
/>
</genClasses>
<genClasses
image=
"false"
ecoreClass=
"kernel.ecore#//constraints/IConstraintInstanceStatus"
>
<genOperations
ecoreOperation=
"kernel.ecore#//constraints/IConstraintInstanceStatus/getConstraint"
/>
<genOperations
ecoreOperation=
"kernel.ecore#//constraints/IConstraintInstanceStatus/getConstraint"
body=
"return (ConstraintInstance)this.eContainer();"
/>
</genClasses>
<genClasses
ecoreClass=
"kernel.ecore#//constraints/OutdatedConstraintInstanceStatus"
/>
<genClasses
ecoreClass=
"kernel.ecore#//constraints/FailedConstraintInstanceStatus"
/>
...
...
org.fortiss.tooling.kernel/pom.xml
deleted
100644 → 0
View file @
24cd309f
<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) 2017 fortiss GmbH -->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.tooling.kernel
</groupId>
<artifactId>
org.fortiss.tooling.kernel
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom
</artifactId>
<version>
1.0
</version>
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.14.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.spiderchart.ui/META-INF/MANIFEST.MF
View file @
9e0e062d
...
...
@@ -11,6 +11,7 @@ Export-Package: org.fortiss.tooling.spiderchart.model,
org.fortiss.tooling.spiderchart.style,
org.fortiss.tooling.spiderchart.util,
org.fortiss.tooling.spiderchart.widget
Require-Bundle: org.eclipse.swt
;bundle-version="3.102.1"
,
Require-Bundle: org.eclipse.swt,
org.fortiss.tooling.base.ui;bundle-version="2.14.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.fortiss.tooling.spiderchart.ui
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment