Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Leicht Vogt2012-07-06 15:29:08 +0000
committerStephan Leicht Vogt2012-09-04 19:27:54 +0000
commit5207fbd4c6ef4be758862feb594b0fbec39abdf1 (patch)
treef1b15d1c0d33ef6c06649a185b7f65bb371221ae
parent59dbd74c16a061c80976a51cbbac2b2c25611be6 (diff)
downloadorg.eclipse.scout.rt-5207fbd4c6ef4be758862feb594b0fbec39abdf1.tar.gz
org.eclipse.scout.rt-5207fbd4c6ef4be758862feb594b0fbec39abdf1.tar.xz
org.eclipse.scout.rt-5207fbd4c6ef4be758862feb594b0fbec39abdf1.zip
Creation of maven target project for Eclipse Scout Build
-rw-r--r--org.eclipse.scout.target/.project17
-rw-r--r--org.eclipse.scout.target/.settings/org.eclipse.core.resources.prefs2
-rw-r--r--org.eclipse.scout.target/.settings/org.eclipse.m2e.core.prefs4
-rw-r--r--org.eclipse.scout.target/helios.target13
-rw-r--r--org.eclipse.scout.target/indigo.target13
-rw-r--r--org.eclipse.scout.target/pom.xml60
6 files changed, 109 insertions, 0 deletions
diff --git a/org.eclipse.scout.target/.project b/org.eclipse.scout.target/.project
new file mode 100644
index 0000000000..3c2ea6dfa1
--- /dev/null
+++ b/org.eclipse.scout.target/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.scout.target</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
+ </natures>
+</projectDescription>
diff --git a/org.eclipse.scout.target/.settings/org.eclipse.core.resources.prefs b/org.eclipse.scout.target/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000000..99f26c0203
--- /dev/null
+++ b/org.eclipse.scout.target/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/org.eclipse.scout.target/.settings/org.eclipse.m2e.core.prefs b/org.eclipse.scout.target/.settings/org.eclipse.m2e.core.prefs
new file mode 100644
index 0000000000..f897a7f1cb
--- /dev/null
+++ b/org.eclipse.scout.target/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
diff --git a/org.eclipse.scout.target/helios.target b/org.eclipse.scout.target/helios.target
new file mode 100644
index 0000000000..848070c367
--- /dev/null
+++ b/org.eclipse.scout.target/helios.target
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.5"?>
+
+<target name="eclipse 3.6.2">
+<locations>
+<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+<unit id="org.eclipse.rcp.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.equinox.p2.user.ui.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
+<repository location="http://download.eclipse.org/releases/helios/"/>
+</location>
+</locations>
+</target>
diff --git a/org.eclipse.scout.target/indigo.target b/org.eclipse.scout.target/indigo.target
new file mode 100644
index 0000000000..c3f8c6eff3
--- /dev/null
+++ b/org.eclipse.scout.target/indigo.target
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.5"?>
+
+<target name="eclipse 3.7.2">
+<locations>
+<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+<unit id="org.eclipse.rcp.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.equinox.p2.user.ui.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
+<repository location="http://download.eclipse.org/releases/indigo/"/>
+</location>
+</locations>
+</target>
diff --git a/org.eclipse.scout.target/pom.xml b/org.eclipse.scout.target/pom.xml
new file mode 100644
index 0000000000..f257c9a091
--- /dev/null
+++ b/org.eclipse.scout.target/pom.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Stephan Leicht Vogt <stephan.leicht@bsiag.com>
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+-->
+
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.scout</groupId>
+ <artifactId>eclipse.scout-parent</artifactId>
+ <version>3.9.0-SNAPSHOT</version>
+ <relativePath>../org.eclipse.scout.parent</relativePath>
+ </parent>
+
+ <artifactId>org.eclipse.scout.target</artifactId>
+ <packaging>pom</packaging>
+ <name>Eclipse Scout Target Definition</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.3</version>
+ <executions>
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <file>helios.target</file>
+ <type>target</type>
+ <classifier>helios</classifier>
+ </artifact>
+ <artifact>
+ <file>indigo.target</file>
+ <type>target</type>
+ <classifier>indigo</classifier>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>

Back to the top