Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2016-04-07 14:49:25 +0000
committerPierre-Charles David2016-04-13 09:16:58 +0000
commit7e4d64ec215c0b13fcc0cea3ef91c21181d60d51 (patch)
tree6425bb0b2234a9b62ddc90270563535c721fbde6 /releng/org.eclipse.eef.releng/targetplatforms
parent6b8ac58400ce2b7cd7ff3a52a31a3f5e207b8b7e (diff)
downloadorg.eclipse.eef-7e4d64ec215c0b13fcc0cea3ef91c21181d60d51.tar.gz
org.eclipse.eef-7e4d64ec215c0b13fcc0cea3ef91c21181d60d51.tar.xz
org.eclipse.eef-7e4d64ec215c0b13fcc0cea3ef91c21181d60d51.zip
Make EEF 1.6 build on Luna
Change-Id: I1ecd7606b6b9f27f5e3a1d243a3bb203ba137512 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Diffstat (limited to 'releng/org.eclipse.eef.releng/targetplatforms')
-rw-r--r--releng/org.eclipse.eef.releng/targetplatforms/luna/luna.target27
-rw-r--r--releng/org.eclipse.eef.releng/targetplatforms/luna/luna.tpd37
-rw-r--r--releng/org.eclipse.eef.releng/targetplatforms/luna/pom.xml29
3 files changed, 93 insertions, 0 deletions
diff --git a/releng/org.eclipse.eef.releng/targetplatforms/luna/luna.target b/releng/org.eclipse.eef.releng/targetplatforms/luna/luna.target
new file mode 100644
index 000000000..44e4878f2
--- /dev/null
+++ b/releng/org.eclipse.eef.releng/targetplatforms/luna/luna.target
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde?>
+<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
+<target name="Eclipse Luna" sequenceNumber="1460038035">
+ <locations>
+ <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
+ <unit id="org.eclipse.acceleo.query.feature.group" version="0.0.0"/>
+ <unit id="org.antlr.runtime" version="4.3.0.v201502022030"/>
+ <repository id="Acceleo-Nightly" location="http://download.eclipse.org/acceleo/updates/nightly/latest"/>
+ </location>
+ <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
+ <unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.uml2.uml.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.uml2.uml.editor" version="0.0.0"/>
+ <unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.xtend.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.emf.mwe2.runtime.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.emf.transaction.feature.group" version="0.0.0"/>
+ <repository id="Eclipse-Luna" location="http://download.eclipse.org/releases/luna"/>
+ </location>
+ <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
+ <unit id="org.eclipse.sirius.incubation.interpreter.feature.group" version="0.0.0"/>
+ <repository id="Sirius-Incubation" location="http://download.eclipse.org/sirius/updates/nightly/latest/mars/incubation"/>
+ </location>
+ </locations>
+</target>
diff --git a/releng/org.eclipse.eef.releng/targetplatforms/luna/luna.tpd b/releng/org.eclipse.eef.releng/targetplatforms/luna/luna.tpd
new file mode 100644
index 000000000..3f6651c63
--- /dev/null
+++ b/releng/org.eclipse.eef.releng/targetplatforms/luna/luna.tpd
@@ -0,0 +1,37 @@
+target "Eclipse Luna"
+
+include "http://download.eclipse.org/sirius/updates/nightly/targets/modules/aql-nightly.tpd"
+
+with source requirements
+
+location Eclipse-Luna "http://download.eclipse.org/releases/luna" {
+ org.eclipse.platform.feature.group lazy
+ org.eclipse.sdk.feature.group lazy
+ org.eclipse.uml2.uml.feature.group lazy
+ org.eclipse.uml2.uml.editor lazy
+ org.eclipse.xtext.sdk.feature.group lazy
+ org.eclipse.xtend.sdk.feature.group lazy
+ org.eclipse.emf.mwe2.runtime.sdk.feature.group lazy
+ org.eclipse.emf.transaction.feature.group lazy
+}
+
+/*location Sirius-Core "http://download.eclipse.org/sirius/updates/nightly/latest/neon" {
+ org.eclipse.sirius.doc.feature.feature.group lazy
+ org.eclipse.sirius.runtime.acceleo.feature.group lazy
+ org.eclipse.sirius.runtime.feature.group lazy
+ org.eclipse.sirius.runtime.ide.eef.feature.group lazy
+ org.eclipse.sirius.runtime.ide.ui.acceleo.feature.group lazy
+ org.eclipse.sirius.runtime.ide.ui.feature.group lazy
+ org.eclipse.sirius.runtime.ide.xtext.feature.group lazy
+ org.eclipse.sirius.runtime.ocl.feature.group lazy
+ org.eclipse.sirius.runtime.aql.feature.group lazy
+ org.eclipse.sirius.samples.feature.group lazy
+ org.eclipse.sirius.specifier.ide.ui.acceleo.feature.group lazy
+ org.eclipse.sirius.specifier.ide.ui.aql.feature.group lazy
+ org.eclipse.sirius.specifier.ide.ui.feature.group lazy
+ org.eclipse.sirius.tests.support.feature.group lazy
+}*/
+
+location Sirius-Incubation "http://download.eclipse.org/sirius/updates/nightly/latest/mars/incubation" {
+ org.eclipse.sirius.incubation.interpreter.feature.group lazy
+}
diff --git a/releng/org.eclipse.eef.releng/targetplatforms/luna/pom.xml b/releng/org.eclipse.eef.releng/targetplatforms/luna/pom.xml
new file mode 100644
index 000000000..ae3f8cb58
--- /dev/null
+++ b/releng/org.eclipse.eef.releng/targetplatforms/luna/pom.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright (c) 2016 Obeo.
+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
+
+Contributors:
+ Obeo - initial API and implementation
+-->
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.eef</groupId>
+ <artifactId>org.eclipse.eef.parent</artifactId>
+ <version>1.6.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <artifactId>luna</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-target-definition</packaging>
+
+ <name>EEF Luna Target Definition</name>
+
+</project> \ No newline at end of file

Back to the top