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
0c9ef488
Commit
0c9ef488
authored
Sep 24, 2018
by
reaboi
Browse files
3525 kernel release version 2.14
Signed-off-by:
reaboi
<
reaboi@fortiss.org
>
parent
b7d75c81
Changes
18
Hide whitespace changes
Inline
Side-by-side
org.fortiss.tooling.base.ui/META-INF/MANIFEST.MF
View file @
0c9ef488
...
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Base UI
Bundle-SymbolicName: org.fortiss.tooling.base.ui;singleton:=true
Bundle-Version: 2.1
3
.0.qualifier
Bundle-Version: 2.1
4
.0.qualifier
Bundle-Activator: org.fortiss.tooling.base.ui.ToolingBaseUIActivator
Require-Bundle: org.fortiss.tooling.base;bundle-version="2.1
3
.0";visibility:=reexport,
org.fortiss.tooling.kernel.ui;bundle-version="2.1
3
.0";visibility:=reexport,
Require-Bundle: org.fortiss.tooling.base;bundle-version="2.1
4
.0";visibility:=reexport,
org.fortiss.tooling.kernel.ui;bundle-version="2.1
4
.0";visibility:=reexport,
org.eclipse.swt
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
...
...
org.fortiss.tooling.base.ui/pom.xml
View file @
0c9ef488
...
...
@@ -14,5 +14,5 @@
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.1
3
.0-SNAPSHOT
</version>
<version>
2.1
4
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.base/META-INF/MANIFEST.MF
View file @
0c9ef488
...
...
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Base
Bundle-SymbolicName: org.fortiss.tooling.base;singleton:=true
Bundle-Version: 2.1
3
.0.qualifier
Bundle-Version: 2.1
4
.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.fortiss.tooling.kernel;visibility:=reexport;bundle-version="2.1
3
.0"
org.fortiss.tooling.kernel;visibility:=reexport;bundle-version="2.1
4
.0"
Bundle-ActivationPolicy: lazy
Export-Package: org.fortiss.tooling.base,
org.fortiss.tooling.base.annotation,
...
...
org.fortiss.tooling.base/pom.xml
View file @
0c9ef488
...
...
@@ -14,5 +14,5 @@
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.1
3
.0-SNAPSHOT
</version>
<version>
2.1
4
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.common.ui/META-INF/MANIFEST.MF
View file @
0c9ef488
...
...
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Commons UI
Bundle-SymbolicName: org.fortiss.tooling.common.ui;singleton:=true
Bundle-Version: 2.1
3
.0.qualifier
Bundle-Version: 2.1
4
.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.1
3
.0";visibility:=reexport,
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.1
4
.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.fortiss.tooling.common.ui/pom.xml
View file @
0c9ef488
...
...
@@ -14,5 +14,5 @@
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.1
3
.0-SNAPSHOT
</version>
<version>
2.1
4
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.common/META-INF/MANIFEST.MF
View file @
0c9ef488
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Commons
Bundle-SymbolicName: org.fortiss.tooling.common;singleton:=true
Bundle-Version: 2.1
3
.0.qualifier
Bundle-Version: 2.1
4
.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,
org.junit;visibility:=reexport
...
...
org.fortiss.tooling.common/pom.xml
View file @
0c9ef488
...
...
@@ -14,5 +14,5 @@
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.1
3
.0-SNAPSHOT
</version>
<version>
2.1
4
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.graphicsGL.ui/META-INF/MANIFEST.MF
View file @
0c9ef488
...
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Graphics GL UI
Bundle-SymbolicName: org.fortiss.tooling.graphicsGL.ui;singleton:=true
Bundle-Version: 2.1
3
.0.qualifier
Bundle-Version: 2.1
4
.0.qualifier
Bundle-Activator: org.fortiss.tooling.graphicsGL.ui.ToolingGraphicsGLUIActivator
Require-Bundle: org.fortiss.tooling.graphicsGL;bundle-version="2.1
3
.0";visibility:=reexport,
org.fortiss.tooling.base.ui;bundle-version="2.1
3
.0";visibility:=reexport
Require-Bundle: org.fortiss.tooling.graphicsGL;bundle-version="2.1
4
.0";visibility:=reexport,
org.fortiss.tooling.base.ui;bundle-version="2.1
4
.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: fortiss GmbH
...
...
org.fortiss.tooling.graphicsGL.ui/pom.xml
View file @
0c9ef488
...
...
@@ -14,5 +14,5 @@
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.1
3
.0-SNAPSHOT
</version>
<version>
2.1
4
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.graphicsGL/META-INF/MANIFEST.MF
View file @
0c9ef488
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Graphics GL
Bundle-SymbolicName: org.fortiss.tooling.graphicsGL;singleton:=true
Bundle-Version: 2.1
3
.0.qualifier
Bundle-Version: 2.1
4
.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
...
...
@@ -23,4 +23,4 @@ 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.1
3
.0";visibility:=reexport
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.1
4
.0";visibility:=reexport
org.fortiss.tooling.graphicsGL/pom.xml
View file @
0c9ef488
...
...
@@ -14,5 +14,5 @@
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.1
3
.0-SNAPSHOT
</version>
<version>
2.1
4
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.kernel.ui/META-INF/MANIFEST.MF
View file @
0c9ef488
...
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Kernel UI
Bundle-SymbolicName: org.fortiss.tooling.kernel.ui;singleton:=true
Bundle-Version: 2.1
3
.0.qualifier
Bundle-Version: 2.1
4
.0.qualifier
Bundle-Activator: org.fortiss.tooling.kernel.ui.ToolingKernelUIActivator
Require-Bundle: org.fortiss.tooling.common.ui;bundle-version="2.1
3
.0";visibility:=reexport,
org.fortiss.tooling.kernel;bundle-version="2.1
3
.0";visibility:=reexport,
Require-Bundle: org.fortiss.tooling.common.ui;bundle-version="2.1
4
.0";visibility:=reexport,
org.fortiss.tooling.kernel;bundle-version="2.1
4
.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
Bundle-ActivationPolicy: lazy
...
...
org.fortiss.tooling.kernel.ui/pom.xml
View file @
0c9ef488
...
...
@@ -14,5 +14,5 @@
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.1
3
.0-SNAPSHOT
</version>
<version>
2.1
4
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.kernel/META-INF/MANIFEST.MF
View file @
0c9ef488
...
...
@@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true
Bundle-Version: 2.1
3
.0.qualifier
Bundle-Version: 2.1
4
.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.fortiss.tooling.common;visibility:=reexport;bundle-version="2.1
3
.0",
Require-Bundle: org.fortiss.tooling.common;visibility:=reexport;bundle-version="2.1
4
.0",
org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport;bundle-version="2.7.0",
org.eclipse.emf.transaction;visibility:=reexport;bundle-version="1.4.0",
...
...
org.fortiss.tooling.kernel/pom.xml
View file @
0c9ef488
...
...
@@ -14,5 +14,5 @@
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.1
3
.0-SNAPSHOT
</version>
<version>
2.1
4
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.tooling.spiderchart.ui/META-INF/MANIFEST.MF
View file @
0c9ef488
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Spider Chart
Bundle-SymbolicName: org.fortiss.tooling.spiderchart.ui
Bundle-Version: 2.1
3
.0.qualifier
Bundle-Version: 2.1
4
.0.qualifier
Bundle-Vendor: fortiss GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Developer: Amit Kumar Mondal (admin@amitinside.com)
...
...
@@ -12,5 +12,5 @@ Export-Package: org.fortiss.tooling.spiderchart.model,
org.fortiss.tooling.spiderchart.util,
org.fortiss.tooling.spiderchart.widget
Require-Bundle: org.eclipse.swt;bundle-version="3.102.1",
org.fortiss.tooling.base.ui;bundle-version="2.1
3
.0";visibility:=reexport
org.fortiss.tooling.base.ui;bundle-version="2.1
4
.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
org.fortiss.tooling.spiderchart.ui/pom.xml
View file @
0c9ef488
...
...
@@ -14,5 +14,5 @@
<version>
1.0
</version>
<relativePath>
../../parent-pom.xml
</relativePath>
</parent>
<version>
2.1
3
.0-SNAPSHOT
</version>
<version>
2.1
4
.0-SNAPSHOT
</version>
</project>
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