Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kernel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
af3
kernel
Commits
9a546fb7
Commit
9a546fb7
authored
Aug 24, 2015
by
Vincent Aravantinos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.7.0 -> 2.8.0
parent
2ea964ff
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
28 additions
and
28 deletions
+28
-28
org.fortiss.tooling.base.ui/trunk/META-INF/MANIFEST.MF
org.fortiss.tooling.base.ui/trunk/META-INF/MANIFEST.MF
+3
-3
org.fortiss.tooling.base.ui/trunk/pom.xml
org.fortiss.tooling.base.ui/trunk/pom.xml
+1
-1
org.fortiss.tooling.base/trunk/META-INF/MANIFEST.MF
org.fortiss.tooling.base/trunk/META-INF/MANIFEST.MF
+2
-2
org.fortiss.tooling.base/trunk/pom.xml
org.fortiss.tooling.base/trunk/pom.xml
+1
-1
org.fortiss.tooling.common.ui/trunk/META-INF/MANIFEST.MF
org.fortiss.tooling.common.ui/trunk/META-INF/MANIFEST.MF
+2
-2
org.fortiss.tooling.common.ui/trunk/pom.xml
org.fortiss.tooling.common.ui/trunk/pom.xml
+1
-1
org.fortiss.tooling.common/trunk/META-INF/MANIFEST.MF
org.fortiss.tooling.common/trunk/META-INF/MANIFEST.MF
+1
-1
org.fortiss.tooling.common/trunk/pom.xml
org.fortiss.tooling.common/trunk/pom.xml
+1
-1
org.fortiss.tooling.graphicsGL.ui/trunk/META-INF/MANIFEST.MF
org.fortiss.tooling.graphicsGL.ui/trunk/META-INF/MANIFEST.MF
+3
-3
org.fortiss.tooling.graphicsGL.ui/trunk/pom.xml
org.fortiss.tooling.graphicsGL.ui/trunk/pom.xml
+1
-1
org.fortiss.tooling.graphicsGL/trunk/META-INF/MANIFEST.MF
org.fortiss.tooling.graphicsGL/trunk/META-INF/MANIFEST.MF
+2
-2
org.fortiss.tooling.graphicsGL/trunk/pom.xml
org.fortiss.tooling.graphicsGL/trunk/pom.xml
+1
-1
org.fortiss.tooling.kernel.ui/trunk/META-INF/MANIFEST.MF
org.fortiss.tooling.kernel.ui/trunk/META-INF/MANIFEST.MF
+3
-3
org.fortiss.tooling.kernel.ui/trunk/pom.xml
org.fortiss.tooling.kernel.ui/trunk/pom.xml
+1
-1
org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF
org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF
+4
-4
org.fortiss.tooling.kernel/trunk/pom.xml
org.fortiss.tooling.kernel/trunk/pom.xml
+1
-1
No files found.
org.fortiss.tooling.base.ui/trunk/META-INF/MANIFEST.MF
View file @
9a546fb7
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Base UI
Bundle-Name: Tooling Base UI
Bundle-SymbolicName: org.fortiss.tooling.base.ui;singleton:=true
Bundle-SymbolicName: org.fortiss.tooling.base.ui;singleton:=true
Bundle-Version: 2.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-Activator: org.fortiss.tooling.base.ui.ToolingBaseUIActivator
Bundle-Activator: org.fortiss.tooling.base.ui.ToolingBaseUIActivator
Require-Bundle: org.fortiss.tooling.base;bundle-version="2.
7
.0";visibility:=reexport,
Require-Bundle: org.fortiss.tooling.base;bundle-version="2.
8
.0";visibility:=reexport,
org.fortiss.tooling.kernel.ui;bundle-version="2.
7
.0";visibility:=reexport
org.fortiss.tooling.kernel.ui;bundle-version="2.
8
.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: fortiss GmbH
Bundle-Vendor: fortiss GmbH
...
...
org.fortiss.tooling.base.ui/trunk/pom.xml
View file @
9a546fb7
...
@@ -17,5 +17,5 @@
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
</project>
\ No newline at end of file
org.fortiss.tooling.base/trunk/META-INF/MANIFEST.MF
View file @
9a546fb7
...
@@ -2,12 +2,12 @@ Manifest-Version: 1.0
...
@@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Base
Bundle-Name: Tooling Base
Bundle-SymbolicName: org.fortiss.tooling.base;singleton:=true
Bundle-SymbolicName: org.fortiss.tooling.base;singleton:=true
Bundle-Version: 2.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-ClassPath: .
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.
7
.0";visibility:=reexport
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.
8
.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-ActivationPolicy: lazy
Export-Package: org.fortiss.tooling.base,
Export-Package: org.fortiss.tooling.base,
org.fortiss.tooling.base.annotation,
org.fortiss.tooling.base.annotation,
...
...
org.fortiss.tooling.base/trunk/pom.xml
View file @
9a546fb7
...
@@ -17,5 +17,5 @@
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
</project>
\ No newline at end of file
org.fortiss.tooling.common.ui/trunk/META-INF/MANIFEST.MF
View file @
9a546fb7
...
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
...
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Commons UI
Bundle-Name: Tooling Commons UI
Bundle-SymbolicName: org.fortiss.tooling.common.ui;singleton:=true
Bundle-SymbolicName: org.fortiss.tooling.common.ui;singleton:=true
Bundle-Version: 2.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.
7
.0";visibility:=reexport,
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.
8
.0";visibility:=reexport,
org.eclipse.core.resources;bundle-version="3.7.100";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;bundle-version="3.7.0";visibility:=reexport,
org.eclipse.ui.editors;bundle-version="3.7.0";visibility:=reexport,
org.eclipse.ui.editors;bundle-version="3.7.0";visibility:=reexport,
...
...
org.fortiss.tooling.common.ui/trunk/pom.xml
View file @
9a546fb7
...
@@ -17,5 +17,5 @@
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
</project>
\ No newline at end of file
org.fortiss.tooling.common/trunk/META-INF/MANIFEST.MF
View file @
9a546fb7
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Commons
Bundle-Name: Tooling Commons
Bundle-SymbolicName: org.fortiss.tooling.common;singleton:=true
Bundle-SymbolicName: org.fortiss.tooling.common;singleton:=true
Bundle-Version: 2.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
com.ibm.icu;bundle-version="4.4.2";visibility:=reexport,
com.ibm.icu;bundle-version="4.4.2";visibility:=reexport,
org.junit;visibility:=reexport
org.junit;visibility:=reexport
...
...
org.fortiss.tooling.common/trunk/pom.xml
View file @
9a546fb7
...
@@ -17,5 +17,5 @@
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
</project>
\ No newline at end of file
org.fortiss.tooling.graphicsGL.ui/trunk/META-INF/MANIFEST.MF
View file @
9a546fb7
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Graphics GL UI
Bundle-Name: Tooling Graphics GL UI
Bundle-SymbolicName: org.fortiss.tooling.graphicsGL.ui;singleton:=true
Bundle-SymbolicName: org.fortiss.tooling.graphicsGL.ui;singleton:=true
Bundle-Version: 2.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-Activator: org.fortiss.tooling.graphicsGL.ui.ToolingGraphicsGLUIActivator
Bundle-Activator: org.fortiss.tooling.graphicsGL.ui.ToolingGraphicsGLUIActivator
Require-Bundle: org.fortiss.tooling.graphicsGL;bundle-version="2.
7
.0";visibility:=reexport,
Require-Bundle: org.fortiss.tooling.graphicsGL;bundle-version="2.
8
.0";visibility:=reexport,
org.fortiss.tooling.base.ui;bundle-version="2.
7
.0";visibility:=reexport
org.fortiss.tooling.base.ui;bundle-version="2.
8
.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: fortiss GmbH
Bundle-Vendor: fortiss GmbH
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/pom.xml
View file @
9a546fb7
...
@@ -17,5 +17,5 @@
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
</project>
\ No newline at end of file
org.fortiss.tooling.graphicsGL/trunk/META-INF/MANIFEST.MF
View file @
9a546fb7
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Graphics GL
Bundle-Name: Tooling Graphics GL
Bundle-SymbolicName: org.fortiss.tooling.graphicsGL;singleton:=true
Bundle-SymbolicName: org.fortiss.tooling.graphicsGL;singleton:=true
Bundle-Version: 2.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-ClassPath: .
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
Bundle-Localization: plugin
...
@@ -23,4 +23,4 @@ Export-Package: org.fortiss.tooling.graphicsGL,
...
@@ -23,4 +23,4 @@ Export-Package: org.fortiss.tooling.graphicsGL,
org.fortiss.tooling.graphicsGL.model.scene.util,
org.fortiss.tooling.graphicsGL.model.scene.util,
org.fortiss.tooling.graphicsGL.model.util,
org.fortiss.tooling.graphicsGL.model.util,
org.fortiss.tooling.graphicsGL.util
org.fortiss.tooling.graphicsGL.util
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.
7
.0";visibility:=reexport
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.
8
.0";visibility:=reexport
org.fortiss.tooling.graphicsGL/trunk/pom.xml
View file @
9a546fb7
...
@@ -17,5 +17,5 @@
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
</project>
\ No newline at end of file
org.fortiss.tooling.kernel.ui/trunk/META-INF/MANIFEST.MF
View file @
9a546fb7
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Kernel UI
Bundle-Name: Tooling Kernel UI
Bundle-SymbolicName: org.fortiss.tooling.kernel.ui;singleton:=true
Bundle-SymbolicName: org.fortiss.tooling.kernel.ui;singleton:=true
Bundle-Version: 2.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-Activator: org.fortiss.tooling.kernel.ui.ToolingKernelUIActivator
Bundle-Activator: org.fortiss.tooling.kernel.ui.ToolingKernelUIActivator
Require-Bundle: org.fortiss.tooling.common.ui;bundle-version="2.
7
.0";visibility:=reexport,
Require-Bundle: org.fortiss.tooling.common.ui;bundle-version="2.
8
.0";visibility:=reexport,
org.fortiss.tooling.kernel;bundle-version="2.
7
.0";visibility:=reexport,
org.fortiss.tooling.kernel;bundle-version="2.
8
.0";visibility:=reexport,
org.eclipse.core.resources;bundle-version="3.7.100";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.emf.databinding;bundle-version="1.2.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-ActivationPolicy: lazy
...
...
org.fortiss.tooling.kernel.ui/trunk/pom.xml
View file @
9a546fb7
...
@@ -17,5 +17,5 @@
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
</project>
\ No newline at end of file
org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF
View file @
9a546fb7
...
@@ -2,16 +2,16 @@ Manifest-Version: 1.0
...
@@ -2,16 +2,16 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Name: %pluginName
Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true
Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true
Bundle-Version: 2.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-ClassPath: .
Bundle-ClassPath: .
Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator
Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator
Bundle-Vendor: %providerName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-Localization: plugin
Require-Bundle: org.fortiss.tooling.common;visibility:=reexport;bundle-version="2.
7
.0",
Require-Bundle: org.fortiss.tooling.common;visibility:=reexport;bundle-version="2.
8
.0",
org.eclipse.core.runtime,
org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport;bundle-version="2.
7
.0",
org.eclipse.emf.ecore;visibility:=reexport;bundle-version="2.
8
.0",
org.eclipse.emf.transaction;visibility:=reexport;bundle-version="1.4.0",
org.eclipse.emf.transaction;visibility:=reexport;bundle-version="1.4.0",
org.eclipse.emf.ecore.xmi;visibility:=reexport;bundle-version="2.
7
.0"
org.eclipse.emf.ecore.xmi;visibility:=reexport;bundle-version="2.
8
.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-ActivationPolicy: lazy
Export-Package: org.fortiss.tooling.kernel;uses:="org.eclipse.core.runtime,org.osgi.framework",
Export-Package: org.fortiss.tooling.kernel;uses:="org.eclipse.core.runtime,org.osgi.framework",
...
...
org.fortiss.tooling.kernel/trunk/pom.xml
View file @
9a546fb7
...
@@ -17,5 +17,5 @@
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
</project>
\ No newline at end of file
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