Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Watson2018-03-12 19:01:07 +0000
committerGreg Watson2018-03-12 19:01:07 +0000
commitd82e1aafb2fc863f50083a0d408952db29679825 (patch)
treec3f1855bf02344b256a2842291c4168642e33ea5
parent14c66110e3ae9ec2cf04997d52b0e76888971aae (diff)
downloadorg.eclipse.remote-d82e1aafb2fc863f50083a0d408952db29679825.tar.gz
org.eclipse.remote-d82e1aafb2fc863f50083a0d408952db29679825.tar.xz
org.eclipse.remote-d82e1aafb2fc863f50083a0d408952db29679825.zip
Update for photon
Change-Id: Ia25b8674ef380481815ec202ec06afedc2df1ece Signed-off-by: Greg Watson <g.watson@computer.org>
-rw-r--r--releng/org.eclipse.remote.build/pom.xml4
-rw-r--r--releng/org.eclipse.remote.target/photon.target25
-rw-r--r--releng/org.eclipse.remote.target/pom.xml4
3 files changed, 29 insertions, 4 deletions
diff --git a/releng/org.eclipse.remote.build/pom.xml b/releng/org.eclipse.remote.build/pom.xml
index 1c2c22f..e53bf35 100644
--- a/releng/org.eclipse.remote.build/pom.xml
+++ b/releng/org.eclipse.remote.build/pom.xml
@@ -16,7 +16,7 @@
<properties>
<remote-release>nightly</remote-release>
- <tycho-version>0.26.0</tycho-version>
+ <tycho-version>1.1.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/ptp/org.eclipse.remote.git</tycho.scmUrl>
<platform-version>4.5</platform-version>
@@ -162,7 +162,7 @@
<groupId>org.eclipse.remote</groupId>
<artifactId>org.eclipse.remote.target</artifactId>
<version>3.0.0-SNAPSHOT</version>
- <classifier>oxygen</classifier>
+ <classifier>photon</classifier>
</artifact>
</target>
</configuration>
diff --git a/releng/org.eclipse.remote.target/photon.target b/releng/org.eclipse.remote.target/photon.target
new file mode 100644
index 0000000..577dc36
--- /dev/null
+++ b/releng/org.eclipse.remote.target/photon.target
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?><target name="remote-photon" sequenceNumber="1">
+<locations>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.hamcrest" version="0.0.0"/>
+<unit id="org.mockito" version="0.0.0"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20170919201930/repository/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
+<repository location="http://download.eclipse.org/eclipse/updates/4.8milestones/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.cdt.core" version="0.0.0"/>
+<unit id="org.eclipse.cdt.native.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.cdt.native.serial" version="0.0.0"/>
+<repository location="http://download.eclipse.org/tools/cdt/builds/master/nightly/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.tm.terminal.control" version="0.0.0"/>
+<repository location="http://download.eclipse.org/tm/terminal/builds/development/nightly/"/>
+</location>
+</locations>
+</target>
diff --git a/releng/org.eclipse.remote.target/pom.xml b/releng/org.eclipse.remote.target/pom.xml
index b61c33f..7b7421c 100644
--- a/releng/org.eclipse.remote.target/pom.xml
+++ b/releng/org.eclipse.remote.target/pom.xml
@@ -30,9 +30,9 @@
<configuration>
<artifacts>
<artifact>
- <file>oxygen.target</file>
+ <file>photon.target</file>
<type>target</type>
- <classifier>remote-oxygen</classifier>
+ <classifier>remote-photon</classifier>
</artifact>
</artifacts>
</configuration>

Back to the top