mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
Add templates.core to target.
This commit is contained in:
parent
7139dc2f1e
commit
7ca2032810
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="10">
|
<?pde version="3.8"?><target name="cdt" sequenceNumber="11">
|
||||||
<locations>
|
<locations>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
<unit id="org.apache.commons.compress" version="0.0.0"/>
|
<unit id="org.apache.commons.compress" version="0.0.0"/>
|
||||||
|
@ -68,6 +68,7 @@
|
||||||
<repository location="http://download.eclipse.org/releases/neon/"/>
|
<repository location="http://download.eclipse.org/releases/neon/"/>
|
||||||
</location>
|
</location>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
|
<unit id="org.eclipse.tools.templates.core" version="0.0.0"/>
|
||||||
<unit id="org.eclipse.tools.templates.freemarker" version="0.0.0"/>
|
<unit id="org.eclipse.tools.templates.freemarker" version="0.0.0"/>
|
||||||
<unit id="org.eclipse.tools.templates.ui" version="0.0.0"/>
|
<unit id="org.eclipse.tools.templates.ui" version="0.0.0"/>
|
||||||
<repository location="https://hudson.eclipse.org/cdt/job/tools-templates-master/lastSuccessfulBuild/artifact/repo/target/repository/"/>
|
<repository location="https://hudson.eclipse.org/cdt/job/tools-templates-master/lastSuccessfulBuild/artifact/repo/target/repository/"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue