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

phoenix version numbers

refs 370
parent 5bbb5d7f
No related branches found
No related tags found
No related merge requests found
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fortiss Tooling Kernel Base User Interface
Bundle-Name: Fortiss Tooling Base UI
Bundle-SymbolicName: org.fortiss.tooling.base.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.fortiss.tooling.base.ui.ToolingBaseUIActivator
Require-Bundle: org.fortiss.tooling.base;bundle-version="1.0.0";visibility:=reexport,
org.fortiss.tooling.kernel.ui;bundle-version="1.0.0";visibility:=reexport,
org.eclipse.jface.text;bundle-version="3.7.0"
Require-Bundle: org.fortiss.tooling.base;bundle-version="2.0.0";visibility:=reexport,
org.fortiss.tooling.kernel.ui;bundle-version="2.0.0";visibility:=reexport,
org.eclipse.jface.text;bundle-version="3.7.1";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: fortiss
Bundle-Vendor: fortiss GmbH
Export-Package: org.fortiss.tooling.base.ui,
org.fortiss.tooling.base.ui.command,
org.fortiss.tooling.base.ui.compose,
......
......@@ -2,4 +2,6 @@ source.. = src/
output.. = build/
bin.includes = META-INF/,\
.,\
plugin.xml
plugin.xml,\
icons/
src.includes = icons/
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Name: Fortiss Tooling Base
Bundle-SymbolicName: org.fortiss.tooling.base;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 2.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="0.0.1";visibility:=reexport
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.0.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Export-Package: org.fortiss.tooling.base,
org.fortiss.tooling.base.decompose,
......@@ -22,3 +22,4 @@ Export-Package: org.fortiss.tooling.base,
org.fortiss.tooling.base.model.layout.impl,
org.fortiss.tooling.base.model.layout.util,
org.fortiss.tooling.base.utils
Bundle-Activator: org.fortiss.tooling.base.ToolingBaseActivator
# <copyright>
# </copyright>
#
# $Id$
pluginName = Base Model
providerName = www.example.org
# (c) 2011 ForTISS GmbH
pluginName = Model Model
providerName = www.example.org
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