diff options
author | Greg Watson | 2019-09-03 13:59:40 +0000 |
---|---|---|
committer | Greg Watson | 2019-09-03 14:04:47 +0000 |
commit | e89731ccde36e47355bf17cee4b0a14eb07ade18 (patch) | |
tree | af0af836df15452985132ca27eb15039077ce6c0 | |
parent | 144bebbb3c9ad404188307daf84fe7c40192a31f (diff) | |
download | org.eclipse.photran-e89731ccde36e47355bf17cee4b0a14eb07ade18.tar.gz org.eclipse.photran-e89731ccde36e47355bf17cee4b0a14eb07ade18.tar.xz org.eclipse.photran-e89731ccde36e47355bf17cee4b0a14eb07ade18.zip |
Update target for 2019-09
Change-Id: I2e2813b35d6e4aa5b72081130ffa018821c319b1
Signed-off-by: Greg Watson <g.watson@computer.org>
-rw-r--r-- | org.eclipse.photran.target/photon.target | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/org.eclipse.photran.target/photon.target b/org.eclipse.photran.target/photon.target index ea67a01b..79a332a1 100644 --- a/org.eclipse.photran.target/photon.target +++ b/org.eclipse.photran.target/photon.target @@ -3,7 +3,7 @@ <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/2.3/launchbar-2.3.0-simrel-2019-06-rc1"/> +<repository location="https://download.eclipse.org/tools/cdt/launchbar/2.4/launchbar-2.4.0-simrel-2019-09-m1/"/> </location> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <unit id="com.google.gson" version="0.0.0"/> @@ -15,15 +15,11 @@ </location> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <unit id="org.eclipse.sdk.ide" version="0.0.0"/> -<repository location="http://download.eclipse.org/eclipse/updates/4.12milestones/"/> +<repository location="http://download.eclipse.org/eclipse/updates/4.13milestones/"/> </location> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <unit id="org.eclipse.cdt.platform.feature.group" version="0.0.0"/> -<repository location="http://download.eclipse.org/tools/cdt/builds/9.8/cdt-9.8.0-simrel-2019-06-rc1"/> -</location> -<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> -<unit id="org.eclipse.tm.terminal.control" version="0.0.0"/> -<repository location="http://download.eclipse.org/tm/terminal/updates/4.4milestones/"/> +<repository location="https://download.eclipse.org/tools/cdt/builds/9.9/cdt-9.9.0-simrel-2019-09-m3"/> </location> </locations> </target> |