diff options
author | Uwe Stieber | 2015-02-02 05:17:53 -0500 |
---|---|---|
committer | Uwe Stieber | 2015-02-02 05:17:53 -0500 |
commit | 055278e7ec87c045283099d98714c264954a204a (patch) | |
tree | c7e7b877839b987ffbf5d19b02140ff8fa411a4a /admin/target-defs/eclipse-4.3.x-kepler.target | |
parent | 217014a05ae87622f793308701cd4116f372d0d0 (diff) | |
download | org.eclipse.tcf-055278e7ec87c045283099d98714c264954a204a.tar.gz org.eclipse.tcf-055278e7ec87c045283099d98714c264954a204a.tar.xz org.eclipse.tcf-055278e7ec87c045283099d98714c264954a204a.zip |
Releng: Update target platform definitions
Diffstat (limited to 'admin/target-defs/eclipse-4.3.x-kepler.target')
-rw-r--r-- | admin/target-defs/eclipse-4.3.x-kepler.target | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/target-defs/eclipse-4.3.x-kepler.target b/admin/target-defs/eclipse-4.3.x-kepler.target index 50aa32c1b..f2156a673 100644 --- a/admin/target-defs/eclipse-4.3.x-kepler.target +++ b/admin/target-defs/eclipse-4.3.x-kepler.target @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<?pde version="3.8"?><target name="Eclipse 4.3.x (Kepler)" sequenceNumber="33"> +<?pde version="3.8"?><target name="Eclipse 4.3.x (Kepler)" sequenceNumber="34"> <locations> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"> <unit id="org.eclipse.cdt.sdk.feature.group" version="8.3.0.201402142303"/> @@ -46,5 +46,9 @@ <unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/> <repository location="http://download.eclipse.org/cbi/updates/license"/> </location> +<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"> +<unit id="org.eclipse.remote.feature.group" version="1.1.1.201501261503"/> +<repository location="http://download.eclipse.org/tools/ptp/builds/remote/1.1.1"/> +</location> </locations> </target> |