Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Watson2016-11-24 02:32:46 +0000
committerGreg Watson2016-11-24 02:32:46 +0000
commit477c616f271f0cfa41616d152d4b255f31012e7a (patch)
tree41650131515902e5c9bafbabc46c3476a7e06556
parent57599ea91e3a5092471686ce10b8c50db89a636f (diff)
downloadorg.eclipse.photran-477c616f271f0cfa41616d152d4b255f31012e7a.tar.gz
org.eclipse.photran-477c616f271f0cfa41616d152d4b255f31012e7a.tar.xz
org.eclipse.photran-477c616f271f0cfa41616d152d4b255f31012e7a.zip
Update target definition names.
Change-Id: I83bdd4846ac88e8ea2c864076634f207049c64d8 Signed-off-by: Greg Watson <g.watson@computer.org>
-rw-r--r--org.eclipse.photran.target/neon.target6
-rw-r--r--org.eclipse.photran.target/oxygen.target8
-rw-r--r--org.eclipse.photran.target/pom.xml2
3 files changed, 10 insertions, 6 deletions
diff --git a/org.eclipse.photran.target/neon.target b/org.eclipse.photran.target/neon.target
index e68c48e5..572d4b16 100644
--- a/org.eclipse.photran.target/neon.target
+++ b/org.eclipse.photran.target/neon.target
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="mars" sequenceNumber="17">
+<?pde version="3.8"?><target name="photran-neon" sequenceNumber="17">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.launchbar.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/cdt/launchbar/neon.m6/"/>
+<repository location="http://download.eclipse.org/tools/cdt/launchbar/neon.rc4/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson" version="0.0.0"/>
@@ -19,7 +19,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.cdt.sdk.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/cdt/builds/neon/milestones/"/>
+<repository location="http://download.eclipse.org/tools/cdt/builds/neon/milestones/rc4"/>
</location>
</locations>
</target>
diff --git a/org.eclipse.photran.target/oxygen.target b/org.eclipse.photran.target/oxygen.target
index b7130fa0..21054916 100644
--- a/org.eclipse.photran.target/oxygen.target
+++ b/org.eclipse.photran.target/oxygen.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="mars" sequenceNumber="17">
+<?pde version="3.8"?><target name="photran-oxygen" sequenceNumber="18">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.launchbar.feature.group" version="0.0.0"/>
@@ -19,7 +19,11 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.cdt.sdk.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/cdt/builds/neon/milestones/"/>
+<repository location="http://download.eclipse.org/tools/cdt/builds/neon/milestones/ur1-rc4/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.tm.terminal.control.feature.feature.group" version="4.2.0.201609201752"/>
+<repository location="http://download.eclipse.org/tm/terminal/updates/4.2milestones/"/>
</location>
</locations>
</target>
diff --git a/org.eclipse.photran.target/pom.xml b/org.eclipse.photran.target/pom.xml
index 69f80948..6f1f3eac 100644
--- a/org.eclipse.photran.target/pom.xml
+++ b/org.eclipse.photran.target/pom.xml
@@ -32,7 +32,7 @@
<artifact>
<file>oxygen.target</file>
<type>target</type>
- <classifier>oxygen</classifier>
+ <classifier>photran-oxygen</classifier>
</artifact>
</artifacts>
</configuration>

Back to the top