Skip to content
Snippets Groups Projects
Commit c888f390 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

Fixed plugin versions for dependencies.

parent ea0264b5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......@@ -5,21 +5,21 @@ Bundle-SymbolicName: org.fortiss.tooling.common.ui;singleton:=true
Bundle-Version: 2.13.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.13.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.javafx;resolution:=optional;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 +78,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
......@@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2
Bundle-Name: Tooling Commons
Bundle-SymbolicName: org.fortiss.tooling.common;singleton:=true
Bundle-Version: 2.13.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
......@@ -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
......@@ -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.13.0";visibility:=reexport
Automatic-Module-Name: org.fortiss.tooling.graphicsGL
......@@ -6,8 +6,8 @@ Bundle-Version: 2.13.0.qualifier
Bundle-Activator: org.fortiss.tooling.kernel.ui.ToolingKernelUIActivator
Require-Bundle: org.fortiss.tooling.common.ui;bundle-version="2.13.0";visibility:=reexport,
org.fortiss.tooling.kernel;bundle-version="2.13.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
......@@ -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
......@@ -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.13.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.fortiss.tooling.spiderchart.ui
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