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

phoenix version number

refs 370
parent 1a3a744c
No related branches found
No related tags found
No related merge requests found
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fortiss Tooling UI Commons
Bundle-Name: Fortiss Tooling Commons UI
Bundle-SymbolicName: org.fortiss.tooling.common.ui
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.fortiss.tooling.common;bundle-version="1.0.0",
org.eclipse.core.runtime;visibility:=reexport,
org.eclipse.core.resources;visibility:=reexport,
org.eclipse.ui;visibility:=reexport,
org.eclipse.ui.editors;visibility:=reexport,
org.junit4;visibility:=reexport,
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,
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.0.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.junit4;bundle-version="4.8.1";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
Bundle-ClassPath: .,
lib/org.conqat.ide.commons.gef.jar,
......@@ -63,3 +62,4 @@ Export-Package: org.conqat.ide.commons.gef,
org.conqat.ide.commons.ui.xmlmodel.undo,
org.eclipse.gmf.runtime.draw2d.ui.figures,
org.eclipse.wb.swt
Bundle-Vendor: fortiss GmbH
......@@ -4,6 +4,4 @@ bin.includes = META-INF/,\
jars.compile.order = .
source.. = src/
output.. = build/
src.includes = lib/,\
META-INF/,\
src/
src.includes = lib/
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fortiss Tooling Common Package
Bundle-Name: Fortiss Tooling Commons
Bundle-SymbolicName: org.fortiss.tooling.common
Bundle-Version: 1.0.0.qualifier
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.eclipse.core.runtime;bundle-version="3.7.0",
Bundle-Version: 2.0.0.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
org.junit4;bundle-version="4.8.1";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
......@@ -45,3 +44,4 @@ Export-Package: org.conqat.lib.commons.algo,
org.conqat.lib.commons.version,
org.conqat.lib.commons.visitor,
org.conqat.lib.commons.xml
Bundle-Vendor: fortiss GmbH
bin.includes = META-INF/,\
lib/org.conqat.ide.commons.jar
src.includes = META-INF/,\
lib/
src.includes = lib/
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fortiss Tooling Kernel User Interface
Bundle-Name: Fortiss Tooling Kernel UI
Bundle-SymbolicName: org.fortiss.tooling.kernel.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.fortiss.tooling.kernel.ui.ToolingKernelUIActivator
Require-Bundle: org.fortiss.tooling.common.ui;bundle-version="1.0.0";visibility:=reexport,
org.fortiss.tooling.kernel;bundle-version="0.0.1";visibility:=reexport,
org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
Require-Bundle: org.fortiss.tooling.common.ui;bundle-version="2.0.0";visibility:=reexport,
org.fortiss.tooling.kernel;bundle-version="2.0.0";visibility:=reexport,
org.eclipse.core.resources;bundle-version="3.7.100";visibility:=reexport,
org.eclipse.gef;bundle-version="3.7.0";visibility:=reexport,
org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.200";visibility:=reexport,
org.eclipse.jface.databinding;bundle-version="1.5.0";visibility:=reexport,
org.eclipse.emf.databinding;bundle-version="1.2.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: fortiss
Bundle-Vendor: fortiss GmbH
Export-Package: org.fortiss.tooling.kernel.ui,
org.fortiss.tooling.kernel.ui.databinding,
org.fortiss.tooling.kernel.ui.dnd,
......
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Kernel
Bundle-Name: Fortiss Tooling Kernel
Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true
Bundle-Version: 0.0.1.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator
Bundle-Vendor: fortiss
Bundle-Vendor: fortiss GmbH
Require-Bundle: org.fortiss.tooling.common;bundle-version="1.0.0";visibility:=reexport,
org.eclipse.emf.ecore.xmi;bundle-version="2.7.0";visibility:=reexport,
org.eclipse.emf.transaction;bundle-version="1.4.0";visibility:=reexport
org.eclipse.emf.ecore;bundle-version="2.7.0";visibility:=reexport,
org.eclipse.emf.transaction;bundle-version="1.4.0";visibility:=reexport,
org.eclipse.emf.ecore.xmi;bundle-version="2.7.0";visibility:=reexport
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: org.fortiss.tooling.kernel;uses:="org.eclipse.core.runtime,org.osgi.framework",
......
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