mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +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:
parent
57114ebc1d
commit
df4fb93a5a
5 changed files with 6 additions and 7 deletions
|
@ -156,7 +156,7 @@
|
|||
<groupId>org.eclipse.remote</groupId>
|
||||
<artifactId>org.eclipse.remote.target</artifactId>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
<classifier>neon</classifier>
|
||||
<classifier>oxygen</classifier>
|
||||
</artifact>
|
||||
</target>
|
||||
</configuration>
|
||||
|
|
|
@ -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="remote-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"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?>
|
||||
<target name="neon" sequenceNumber="0">
|
||||
<target name="remote-neon" sequenceNumber="0">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?>
|
||||
<target name="oxygen" sequenceNumber="0">
|
||||
<target name="remote-oxygen" sequenceNumber="0">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
|
||||
|
|
|
@ -30,9 +30,9 @@
|
|||
<configuration>
|
||||
<artifacts>
|
||||
<artifact>
|
||||
<file>neon.target</file>
|
||||
<file>oxygen.target</file>
|
||||
<type>target</type>
|
||||
<classifier>neon</classifier>
|
||||
<classifier>remote-oxygen</classifier>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
</configuration>
|
||||
|
|
Loading…
Add table
Reference in a new issue