Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.eef.releng/targetplatforms')
-rw-r--r--releng/org.eclipse.eef.releng/targetplatforms/2019-12/2019-12.target31
-rw-r--r--releng/org.eclipse.eef.releng/targetplatforms/2019-12/2019-12.tpd30
-rw-r--r--releng/org.eclipse.eef.releng/targetplatforms/2019-12/pom.xml29
3 files changed, 90 insertions, 0 deletions
diff --git a/releng/org.eclipse.eef.releng/targetplatforms/2019-12/2019-12.target b/releng/org.eclipse.eef.releng/targetplatforms/2019-12/2019-12.target
new file mode 100644
index 000000000..f18a5f7fe
--- /dev/null
+++ b/releng/org.eclipse.eef.releng/targetplatforms/2019-12/2019-12.target
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde?>
+<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
+<target name="Eclipse 2019-12" sequenceNumber="1548934042">
+ <locations>
+ <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/2019-12"/>
+ </location>
+ <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
+ <unit id="org.eclipse.license.feature.group" version="0.0.0"/>
+ <repository id="Eclipse-Shared-License" location="http://download.eclipse.org/cbi/updates/license"/>
+ </location>
+ <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
+ <unit id="org.eclipse.sirius.interpreter.feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.sirius.runtime.feature.group" version="0.0.0"/>
+ <repository id="Sirius" location="http://download.eclipse.org/sirius/updates/releases/6.3.0/photon"/>
+ </location>
+ <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
+ <unit id="org.hamcrest.library" version="1.3.0.v20180524-2246"/>
+ <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20181128170323/repository"/>
+ </location>
+ </locations>
+</target>
diff --git a/releng/org.eclipse.eef.releng/targetplatforms/2019-12/2019-12.tpd b/releng/org.eclipse.eef.releng/targetplatforms/2019-12/2019-12.tpd
new file mode 100644
index 000000000..f371cbaa6
--- /dev/null
+++ b/releng/org.eclipse.eef.releng/targetplatforms/2019-12/2019-12.tpd
@@ -0,0 +1,30 @@
+target "Eclipse 2019-12"
+
+include "http://download.eclipse.org/sirius/updates/nightly/targets/modules/aql-nightly.tpd"
+
+with source requirements
+
+location Eclipse-Luna "http://download.eclipse.org/releases/2019-12" {
+ 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 Eclipse-Shared-License "http://download.eclipse.org/cbi/updates/license" {
+ org.eclipse.license.feature.group lazy
+}
+
+location Sirius "http://download.eclipse.org/sirius/updates/releases/6.3.0/photon" {
+ org.eclipse.sirius.interpreter.feature.feature.group lazy
+ org.eclipse.sirius.runtime.feature.group lazy
+}
+
+location "http://download.eclipse.org/tools/orbit/downloads/drops/R20181128170323/repository" {
+ org.hamcrest.library
+}
diff --git a/releng/org.eclipse.eef.releng/targetplatforms/2019-12/pom.xml b/releng/org.eclipse.eef.releng/targetplatforms/2019-12/pom.xml
new file mode 100644
index 000000000..a5619f0cd
--- /dev/null
+++ b/releng/org.eclipse.eef.releng/targetplatforms/2019-12/pom.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright (c) 2020 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>2.1.3-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <artifactId>2019-12</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-target-definition</packaging>
+
+ <name>EEF 2019-12 Target Definition</name>
+
+</project> \ No newline at end of file

Back to the top