1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Rename targets. Update to build using oxygen.

Change-Id: I779c1eba8395d9442a907d503f3947f015a23a07
Signed-off-by: Greg Watson <g.watson@computer.org>
This commit is contained in:
Greg Watson 2016-12-07 09:57:46 -05:00
parent 57114ebc1d
commit df4fb93a5a
5 changed files with 6 additions and 7 deletions

View file

@ -156,7 +156,7 @@
<groupId>org.eclipse.remote</groupId> <groupId>org.eclipse.remote</groupId>
<artifactId>org.eclipse.remote.target</artifactId> <artifactId>org.eclipse.remote.target</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.0.0-SNAPSHOT</version>
<classifier>neon</classifier> <classifier>oxygen</classifier>
</artifact> </artifact>
</target> </target>
</configuration> </configuration>

View file

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?> <?pde version="3.8"?><target name="remote-mars" sequenceNumber="0">
<target name="mars" sequenceNumber="0">
<locations> <locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="0.0.0"/> <unit id="org.eclipse.sdk.ide" version="0.0.0"/>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?> <?pde version="3.8"?>
<target name="neon" sequenceNumber="0"> <target name="remote-neon" sequenceNumber="0">
<locations> <locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="0.0.0"/> <unit id="org.eclipse.sdk.ide" version="0.0.0"/>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?> <?pde version="3.8"?>
<target name="oxygen" sequenceNumber="0"> <target name="remote-oxygen" sequenceNumber="0">
<locations> <locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="0.0.0"/> <unit id="org.eclipse.sdk.ide" version="0.0.0"/>

View file

@ -30,9 +30,9 @@
<configuration> <configuration>
<artifacts> <artifacts>
<artifact> <artifact>
<file>neon.target</file> <file>oxygen.target</file>
<type>target</type> <type>target</type>
<classifier>neon</classifier> <classifier>remote-oxygen</classifier>
</artifact> </artifact>
</artifacts> </artifacts>
</configuration> </configuration>