mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Target platform definition for Mars.
This commit is contained in:
parent
565aae76ba
commit
099a88b980
1 changed files with 49 additions and 0 deletions
49
releng/org.eclipse.cdt.target/cdt-e4.5.target
Normal file
49
releng/org.eclipse.cdt.target/cdt-e4.5.target
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<?pde version="3.8"?><target name="cdt_e4.5" sequenceNumber="17">
|
||||||
|
<locations>
|
||||||
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
|
<unit id="org.eclipse.jetty.bundles.f.feature.group" version="0.0.0"/>
|
||||||
|
<repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x"/>
|
||||||
|
</location>
|
||||||
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
|
<unit id="org.apache.log4j" version="0.0.0"/>
|
||||||
|
<unit id="org.apache.log4j.source" version="0.0.0"/>
|
||||||
|
<unit id="net.sourceforge.lpg.lpgjavaruntime" version="0.0.0"/>
|
||||||
|
<unit id="org.junit" version="0.0.0"/>
|
||||||
|
<unit id="org.junit.source" version="0.0.0"/>
|
||||||
|
<unit id="org.mockito" version="0.0.0"/>
|
||||||
|
<unit id="org.hamcrest" version="0.0.0"/>
|
||||||
|
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
|
||||||
|
</location>
|
||||||
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
|
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
|
||||||
|
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
|
||||||
|
<unit id="org.eclipse.swtbot.eclipse.test.junit.feature.group" version="0.0.0"/>
|
||||||
|
<repository location="http://download.eclipse.org/technology/swtbot/releases/latest/"/>
|
||||||
|
</location>
|
||||||
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
|
<unit id="org.eclipse.rse.feature.group" version="0.0.0"/>
|
||||||
|
<repository location="http://download.eclipse.org/tm/updates/3.6milestones/"/>
|
||||||
|
</location>
|
||||||
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
|
<unit id="org.eclipse.remote.feature.group" version="0.0.0"/>
|
||||||
|
<repository location="http://download.eclipse.org/tools/ptp/builds/remote/luna/nightly/"/>
|
||||||
|
</location>
|
||||||
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
|
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
|
||||||
|
<repository location="http://download.eclipse.org/cbi/updates/license/"/>
|
||||||
|
</location>
|
||||||
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
|
<unit id="org.eclipse.test.feature.group" version="3.6.100.v20140726-1616"/>
|
||||||
|
<unit id="org.eclipse.sdk.ide" version="4.5.0.I20140806-2000"/>
|
||||||
|
<repository location="http://download.eclipse.org/eclipse/updates/4.5milestones/"/>
|
||||||
|
</location>
|
||||||
|
</locations>
|
||||||
|
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||||
|
<launcherArgs>
|
||||||
|
<vmArgs>-Xms40m
|
||||||
|
-Xmx512M
|
||||||
|
-XX:MaxPermSize=256m</vmArgs>
|
||||||
|
<programArgs>-consolelog</programArgs>
|
||||||
|
</launcherArgs>
|
||||||
|
</target>
|
Loading…
Add table
Reference in a new issue