mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00

Note that FileBasedErrorParserTests had to change because of some Tycho incompatibility with JUnit's ParameterizedTest. It works in the IDE, but not in maven. The correct fix is to resolve the tycho settings, see Bug 569949 for a previous example. It may also be simply resolved by updating to Tycho 3.0.0. However I want to get this change in as at the moment CDT.setup is broken and that is impeding developers.
92 lines
5.9 KiB
XML
92 lines
5.9 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<?pde version="3.8"?>
|
|
<target name="cdt" sequenceNumber="125">
|
|
<locations>
|
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
<repository location="https://download.eclipse.org/cbi/updates/license/"/>
|
|
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
|
|
</location>
|
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
<repository location="https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/"/>
|
|
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
|
|
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
|
|
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
|
|
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
|
|
<unit id="org.eclipse.unittest.ui" version="0.0.0"/>
|
|
</location>
|
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
<repository location="https://download.eclipse.org/egit/updates"/>
|
|
<unit id="org.eclipse.egit.feature.group" version="0.0.0"/>
|
|
</location>
|
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
<repository location="https://download.eclipse.org/linuxtools/updates-docker-nightly/"/>
|
|
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0"/>
|
|
</location>
|
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
<repository location="https://download.eclipse.org/lsp4e/releases/latest/"/>
|
|
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
|
|
<unit id="org.eclipse.lsp4e.debug" version="0.0.0"/>
|
|
</location>
|
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/latest/"/>
|
|
</location>
|
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
<repository location="https://download.eclipse.org/technology/swtbot/releases/latest"/>
|
|
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
|
|
<unit id="org.eclipse.swtbot.eclipse.test.junit.feature.group" version="0.0.0"/>
|
|
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
|
|
</location>
|
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
<repository location="https://download.eclipse.org/tm4e/releases/0.4.3/"/>
|
|
<unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0"/>
|
|
</location>
|
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
<repository location="https://download.eclipse.org/tools/cdt/releases/latest"/>
|
|
<!-- We explicitly have CDT in target platform so that developers can develop org.eclipse.cdt.core/ui without requiring all the projects from CDT in their workspace. -->
|
|
<unit id="org.eclipse.cdt.feature.group" version="0.0.0"/>
|
|
</location>
|
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/0.15.0/"/>
|
|
<unit id="org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group" version="0.0.0"/>
|
|
</location>
|
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/"/>
|
|
<unit id="com.google.gson" version="0.0.0"/>
|
|
<unit id="com.sun.xml.bind" version="2.3.3.v20201118-1818"/>
|
|
<unit id="javax.activation" version="1.2.2.v20201119-1642"/>
|
|
<unit id="jakarta.xml.bind" version="2.3.3.v20201118-1818"/>
|
|
<unit id="org.antlr.runtime" version="0.0.0"/>
|
|
<unit id="org.apache.commons.compress" version="0.0.0"/>
|
|
<unit id="org.apache.log4j" version="0.0.0"/>
|
|
<unit id="org.assertj" version="0.0.0"/>
|
|
<unit id="org.freemarker" version="0.0.0"/>
|
|
<unit id="org.hamcrest" version="0.0.0"/>
|
|
<unit id="org.hamcrest.core" version="0.0.0"/>
|
|
<unit id="org.junit" version="0.0.0"/>
|
|
<unit id="org.junit.jupiter.api" version="0.0.0"/>
|
|
<unit id="org.mockito.mockito-core" version="0.0.0"/>
|
|
<unit id="org.yaml.snakeyaml" version="0.0.0"/>
|
|
<unit id="com.sun.jna" version="5.8.0.v20210503-0343"/>
|
|
<unit id="com.sun.jna.platform" version="5.8.0.v20210406-1004"/>
|
|
<unit id="javax.activation" version="2.0.0.v20201118-1818"/>
|
|
<unit id="javax.xml" version="1.4.1.v20220503-2331"/>
|
|
<unit id="org.bouncycastle.bcpg" version="1.72.0.v20221013-1810"/>
|
|
<unit id="org.bouncycastle.bcpkix" version="1.72.0.v20221013-1810"/>
|
|
<unit id="org.bouncycastle.bcprov" version="1.72.0.v20221013-1810"/>
|
|
<unit id="org.bouncycastle.bcutil" version="1.72.0.v20221013-1810"/>
|
|
</location>
|
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/"/>
|
|
<unit id="javax.xml.stream" version="0.0.0"/>
|
|
<unit id="net.sourceforge.lpg.lpgjavaruntime" version="0.0.0"/>
|
|
<unit id="org.slf4j.impl.log4j12" version="0.0.0"/>
|
|
</location>
|
|
</locations>
|
|
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
|
<launcherArgs>
|
|
<vmArgs>-Xms40m
|
|
-Xmx512M
|
|
-ea</vmArgs>
|
|
<programArgs>-consolelog</programArgs>
|
|
</launcherArgs>
|
|
</target>
|