Skip to content
Snippets Groups Projects
Commit 4a71385b authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

officialized some changes that are automatically done by ecore generator

refs 1868
parent 2bd2e491
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,9 @@ Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.5.0";visibility:=reexport
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.fortiss.tooling.kernel;visibility:=reexport;bundle-version="2.5.0"
Bundle-ActivationPolicy: lazy
Export-Package: org.fortiss.tooling.base,
org.fortiss.tooling.base.decompose,
......
......@@ -14,6 +14,7 @@ Export-Package: org.fortiss.tooling.graphicsGL,
org.fortiss.tooling.graphicsGL.model.graph,
org.fortiss.tooling.graphicsGL.model.graph.impl,
org.fortiss.tooling.graphicsGL.model.graph.util,
org.fortiss.tooling.graphicsGL.model.impl,
org.fortiss.tooling.graphicsGL.model.mesh,
org.fortiss.tooling.graphicsGL.model.mesh.impl,
org.fortiss.tooling.graphicsGL.model.mesh.util,
......@@ -22,4 +23,6 @@ Export-Package: org.fortiss.tooling.graphicsGL,
org.fortiss.tooling.graphicsGL.model.scene.util,
org.fortiss.tooling.graphicsGL.model.util,
org.fortiss.tooling.graphicsGL.util
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.5.0";visibility:=reexport
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.fortiss.tooling.kernel;visibility:=reexport;bundle-version="2.5.0"
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