Fix name of oxygen target

Change-Id: I8b8768829edcc1e51b8c6e9c42e6a727e84d3d64
Signed-off-by: Greg Watson <g.watson@computer.org>
diff --git a/releng/org.eclipse.ptp.target/mars.target b/releng/org.eclipse.ptp.target/mars.target
index c848db9..edde8a4 100644
--- a/releng/org.eclipse.ptp.target/mars.target
+++ b/releng/org.eclipse.ptp.target/mars.target
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?>
-<target name="mars" sequenceNumber="0">
+<?pde version="3.8"?><target name="ptp-mars" sequenceNumber="0">
 <locations>
 <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
 <unit id="org.eclipse.sdk.ide" version="0.0.0"/>
diff --git a/releng/org.eclipse.ptp.target/neon.target b/releng/org.eclipse.ptp.target/neon.target
index c9810d3..7670c19 100644
--- a/releng/org.eclipse.ptp.target/neon.target
+++ b/releng/org.eclipse.ptp.target/neon.target
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="neon" sequenceNumber="17">
+<?pde version="3.8"?><target name="ptp-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"/>
diff --git a/releng/org.eclipse.ptp.target/oxygen.target b/releng/org.eclipse.ptp.target/oxygen.target
index eacd5a8..7d91d0e 100644
--- a/releng/org.eclipse.ptp.target/oxygen.target
+++ b/releng/org.eclipse.ptp.target/oxygen.target
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="neon" sequenceNumber="17">
+<?pde version="3.8"?><target name="ptp-oxygen" 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.1/"/>
+<repository location="http://download.eclipse.org/tools/cdt/launchbar/neon.2.rc1/"/>
 </location>
 <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
 <unit id="com.google.gson" version="0.0.0"/>
diff --git a/releng/org.eclipse.ptp.target/pom.xml b/releng/org.eclipse.ptp.target/pom.xml
index c97e8c8..a7cd1ea 100644
--- a/releng/org.eclipse.ptp.target/pom.xml
+++ b/releng/org.eclipse.ptp.target/pom.xml
@@ -32,7 +32,7 @@
 								<artifact>
 									<file>oxygen.target</file>
 									<type>target</type>
-									<classifier>oxygen</classifier>
+									<classifier>ptp-oxygen</classifier>
 								</artifact>
 							</artifacts>
 						</configuration>