Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brörkens2013-06-11 23:05:22 +0000
committerMark Brörkens2013-06-11 23:05:22 +0000
commit0a7f14ee3b2f491802be8521bac8b56bc8824dea (patch)
treee82d2b0b0a0d8eddd955bb4fa8908c89ceb94b9f
parent436ec85a8bc4747c7bf8444a13cf10966b34a66a (diff)
downloadorg.eclipse.rmf-0a7f14ee3b2f491802be8521bac8b56bc8824dea.tar.gz
org.eclipse.rmf-0a7f14ee3b2f491802be8521bac8b56bc8824dea.tar.xz
org.eclipse.rmf-0a7f14ee3b2f491802be8521bac8b56bc8824dea.zip
[376942] Third-Party Tool Extensions not handled correctly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=376942 added KEPLER RC3 Target in order to validate compatibility and EMF performance improvements
-rw-r--r--org.eclipse.rmf.releng.target/KEPLER_4_3_0.target30
-rw-r--r--org.eclipse.rmf.releng.target/pom.xml32
-rw-r--r--org.eclipse.rmf.releng/launcher/KEPLER_4_3_0.launch15
-rw-r--r--org.eclipse.rmf.releng/pom.xml56
4 files changed, 132 insertions, 1 deletions
diff --git a/org.eclipse.rmf.releng.target/KEPLER_4_3_0.target b/org.eclipse.rmf.releng.target/KEPLER_4_3_0.target
new file mode 100644
index 00000000..2b47c662
--- /dev/null
+++ b/org.eclipse.rmf.releng.target/KEPLER_4_3_0.target
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?><target name="KEPLER_4_3_0" sequenceNumber="6">
+<locations>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.sphinx.core.feature.group" version="0.7.0.201306070826"/>
+<repository location="http://download.eclipse.org/sphinx/updates/interim"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.agilemore.agilegrid.feature.feature.group" version="1.3.3"/>
+<repository location="http://agilegrid.sourceforge.net/agilegrid/updatesite-rmf/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
+<unit id="com.google.guava" version="12.0.0.v201212092141"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.jdt.feature.group" version="3.9.0.v20130530-1629"/>
+<unit id="org.eclipse.emf.sdk.feature.group" version="2.9.0.v20130603-0742"/>
+<unit id="org.eclipse.emf.compare.source.feature.group" version="2.1.0.201306041352"/>
+<unit id="org.eclipse.emf.compare.ide.ui.source.feature.group" version="2.1.0.201306041352"/>
+<unit id="org.eclipse.equinox.compendium.sdk.feature.group" version="3.8.0.v20130515-2026"/>
+<unit id="org.eclipse.equinox.core.sdk.feature.group" version="3.8.0.v20130529-1710"/>
+<unit id="org.eclipse.equinox.p2.sdk.feature.group" version="3.8.0.v20130528-2154"/>
+<unit id="org.eclipse.equinox.sdk.feature.group" version="3.9.0.v20130529-1710"/>
+<unit id="org.eclipse.xsd.sdk.feature.group" version="2.9.0.v20130603-0742"/>
+<repository location="http://download.eclipse.org/releases/kepler/"/>
+</location>
+</locations>
+</target>
diff --git a/org.eclipse.rmf.releng.target/pom.xml b/org.eclipse.rmf.releng.target/pom.xml
index 7b6cc613..0767223d 100644
--- a/org.eclipse.rmf.releng.target/pom.xml
+++ b/org.eclipse.rmf.releng.target/pom.xml
@@ -81,5 +81,37 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>KEPLER_4_3_0.target</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>${build-helper-version}</version>
+ <executions>
+ <!-- make target file available for incremental builds -->
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <!-- note: the file name must be ${classifier}.target -->
+ <file>KEPLER_4_3_0.target</file>
+ <type>target</type>
+ <classifier>KEPLER_4_3_0</classifier>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
</project> \ No newline at end of file
diff --git a/org.eclipse.rmf.releng/launcher/KEPLER_4_3_0.launch b/org.eclipse.rmf.releng/launcher/KEPLER_4_3_0.launch
new file mode 100644
index 00000000..9a0255d3
--- /dev/null
+++ b/org.eclipse.rmf.releng/launcher/KEPLER_4_3_0.launch
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
+<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
+<stringAttribute key="M2_GOALS" value="clean install"/>
+<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
+<booleanAttribute key="M2_OFFLINE" value="false"/>
+<stringAttribute key="M2_PROFILES" value="KEPLER_4_3_0.target"/>
+<listAttribute key="M2_PROPERTIES"/>
+<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
+<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
+<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
+<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
+<stringAttribute key="bad_container_name" value="/org.eclipse.rmf.releng/launcher"/>
+<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.rmf.releng}"/>
+</launchConfiguration>
diff --git a/org.eclipse.rmf.releng/pom.xml b/org.eclipse.rmf.releng/pom.xml
index af7dc226..af0f6053 100644
--- a/org.eclipse.rmf.releng/pom.xml
+++ b/org.eclipse.rmf.releng/pom.xml
@@ -217,6 +217,56 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>KEPLER_4_3_0.target</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <!-- add target file content to target platform -->
+ <target>
+ <artifact>
+ <groupId>org.eclipse.rmf</groupId>
+ <artifactId>org.eclipse.rmf.target</artifactId>
+ <version>0.7.0-SNAPSHOT</version>
+ <classifier>KEPLER_4_3_0</classifier>
+ </artifact>
+ </target>
+ <environments>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86</arch>
+ </environment>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86</arch>
+ </environment>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
+ <arch>x86_64</arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
<pluginRepositories>
@@ -269,12 +319,16 @@
<module>../org.eclipse.rmf.rif11.model</module>
<module>../org.eclipse.rmf.rif11.xsd.model</module>
<module>../org.eclipse.rmf.rif11.resource</module>
+ <!-- deactivated for kepler build
<module>../org.eclipse.rmf.rif11.model.test</module>
+ -->
<module>../org.eclipse.rmf.rif12.model</module>
<module>../org.eclipse.rmf.rif12.xsd.model</module>
<module>../org.eclipse.rmf.rif12.resource</module>
- <module>../org.eclipse.rmf.rif12.model.test</module>
+ <!-- deactivated for kepler build
+ <module>../org.eclipse.rmf.rif12.model.test</module>
+ -->
</modules>

Back to the top