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

added Maven/Tycho build configs refs 1411

parent 4c83e1b1
No related branches found
No related tags found
No related merge requests found
Showing
with 136 additions and 16 deletions
......@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fortiss Tooling Base UI
Bundle-SymbolicName: org.fortiss.tooling.base.ui;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Activator: org.fortiss.tooling.base.ui.ToolingBaseUIActivator
Require-Bundle: org.fortiss.tooling.base;bundle-version="2.3.0";visibility:=reexport,
org.fortiss.tooling.kernel.ui;bundle-version="2.3.0";visibility:=reexport,
Require-Bundle: org.fortiss.tooling.base;bundle-version="2.4.0";visibility:=reexport,
org.fortiss.tooling.kernel.ui;bundle-version="2.4.0";visibility:=reexport,
org.eclipse.jface.text;bundle-version="3.7.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
......
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fortiss.tooling.base</groupId>
<artifactId>org.fortiss.tooling.base.ui</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.fortiss.std.pom</groupId>
<artifactId>std-parent-pom-indigo</artifactId>
<version>1.0</version>
<relativePath>../fortiss-std-env/pom.xml</relativePath>
</parent>
<version>2.4.0-SNAPSHOT</version>
</project>
\ No newline at end of file
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fortiss Tooling Base
Bundle-SymbolicName: org.fortiss.tooling.base;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
......
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fortiss.tooling.base</groupId>
<artifactId>org.fortiss.tooling.base</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.fortiss.std.pom</groupId>
<artifactId>std-parent-pom-indigo</artifactId>
<version>1.0</version>
<relativePath>../fortiss-std-env/pom.xml</relativePath>
</parent>
<version>2.4.0-SNAPSHOT</version>
</project>
\ No newline at end of file
......@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fortiss Tooling Commons UI
Bundle-SymbolicName: org.fortiss.tooling.common.ui
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.3.0";visibility:=reexport,
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.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,
......
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fortiss.tooling.common</groupId>
<artifactId>org.fortiss.tooling.common.ui</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.fortiss.std.pom</groupId>
<artifactId>std-parent-pom-indigo</artifactId>
<version>1.0</version>
<relativePath>../fortiss-std-env/pom.xml</relativePath>
</parent>
<version>2.4.0-SNAPSHOT</version>
</project>
\ No newline at end of file
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fortiss Tooling Commons
Bundle-SymbolicName: org.fortiss.tooling.common
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
org.junit4;bundle-version="4.8.1";visibility:=reexport,
com.ibm.icu;bundle-version="4.4.2";visibility:=reexport
......
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fortiss.tooling.common</groupId>
<artifactId>org.fortiss.tooling.common</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.fortiss.std.pom</groupId>
<artifactId>std-parent-pom-indigo</artifactId>
<version>1.0</version>
<relativePath>../fortiss-std-env/pom.xml</relativePath>
</parent>
<version>2.4.0-SNAPSHOT</version>
</project>
\ No newline at end of file
......@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fortiss Tooling Graphics GL UI
Bundle-SymbolicName: org.fortiss.tooling.graphicsGL.ui;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Activator: org.fortiss.tooling.graphicsGL.ui.ToolingGraphicsGLUIActivator
Require-Bundle: org.fortiss.tooling.graphicsGL;bundle-version="2.3.0";visibility:=reexport,
org.fortiss.tooling.base.ui;bundle-version="2.3.0";visibility:=reexport,
Require-Bundle: org.fortiss.tooling.graphicsGL;bundle-version="2.4.0";visibility:=reexport,
org.fortiss.tooling.base.ui;bundle-version="2.4.0";visibility:=reexport,
org.lwjgl;bundle-version="2.8.4";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
......
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fortiss.tooling.graphicsGL</groupId>
<artifactId>org.fortiss.tooling.graphicsGL.ui</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.fortiss.std.pom</groupId>
<artifactId>std-parent-pom-indigo</artifactId>
<version>1.0</version>
<relativePath>../fortiss-std-env/pom.xml</relativePath>
</parent>
<version>2.4.0-SNAPSHOT</version>
</project>
\ No newline at end of file
......@@ -2,14 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fortiss Tooling Graphics GL
Bundle-SymbolicName: org.fortiss.tooling.graphicsGL;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.fortiss.tooling.graphicsGL.ToolingGraphicsGLActivator
Require-Bundle: org.fortiss.af3.project
Export-Package: org.fortiss.tooling.graphicsGL,
org.fortiss.tooling.graphicsGL.model,
org.fortiss.tooling.graphicsGL.model.graph,
......@@ -24,3 +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.4.0";visibility:=reexport
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fortiss.tooling.graphicsGL</groupId>
<artifactId>org.fortiss.tooling.graphicsGL</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.fortiss.std.pom</groupId>
<artifactId>std-parent-pom-indigo</artifactId>
<version>1.0</version>
<relativePath>../fortiss-std-env/pom.xml</relativePath>
</parent>
<version>2.4.0-SNAPSHOT</version>
</project>
\ No newline at end of file
......@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fortiss Tooling Kernel UI
Bundle-SymbolicName: org.fortiss.tooling.kernel.ui;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Activator: org.fortiss.tooling.kernel.ui.ToolingKernelUIActivator
Require-Bundle: org.fortiss.tooling.common.ui;bundle-version="2.3.0";visibility:=reexport,
org.fortiss.tooling.kernel;bundle-version="2.3.0";visibility:=reexport,
org.fortiss.tooling.kernel;bundle-version="2.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
......
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fortiss.tooling.kernel</groupId>
<artifactId>org.fortiss.tooling.kernel.ui</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.fortiss.std.pom</groupId>
<artifactId>std-parent-pom-indigo</artifactId>
<version>1.0</version>
<relativePath>../fortiss-std-env/pom.xml</relativePath>
</parent>
<version>2.4.0-SNAPSHOT</version>
</project>
\ No newline at end of file
......@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fortiss Tooling Kernel
Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator
Bundle-Vendor: fortiss GmbH
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.3.0";visibility:=reexport,
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.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
......
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fortiss.tooling.kernel</groupId>
<artifactId>org.fortiss.tooling.kernel</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.fortiss.std.pom</groupId>
<artifactId>std-parent-pom-indigo</artifactId>
<version>1.0</version>
<relativePath>../fortiss-std-env/pom.xml</relativePath>
</parent>
<version>2.4.0-SNAPSHOT</version>
</project>
\ No newline at end of file
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