Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2004-05-21 19:56:10 +0000
committerDoug Schaefer2004-05-21 19:56:10 +0000
commit76294909295110c5acd5af01377cb1534cbd730d (patch)
treea0e3424000a2d55a2b91f67b13e48c5e662e9380 /releng/org.eclipse.cdt.releng/build.xml
parent701ada92dfd0ed7dd8468d675f1c215320ce0543 (diff)
downloadorg.eclipse.cdt-76294909295110c5acd5af01377cb1534cbd730d.tar.gz
org.eclipse.cdt-76294909295110c5acd5af01377cb1534cbd730d.tar.xz
org.eclipse.cdt-76294909295110c5acd5af01377cb1534cbd730d.zip
Added SDK feature.
Diffstat (limited to 'releng/org.eclipse.cdt.releng/build.xml')
-rw-r--r--releng/org.eclipse.cdt.releng/build.xml43
1 files changed, 24 insertions, 19 deletions
diff --git a/releng/org.eclipse.cdt.releng/build.xml b/releng/org.eclipse.cdt.releng/build.xml
index 78ef16a65f3..ee701d9c0db 100644
--- a/releng/org.eclipse.cdt.releng/build.xml
+++ b/releng/org.eclipse.cdt.releng/build.xml
@@ -33,9 +33,9 @@
<ant antfile="build.xml" dir="${pde.build.scripts}">
<property name="builder" value="${basedir}/platform" />
</ant>
- <!--ant antfile="build.xml" dir="${pde.build.scripts}">
+ <ant antfile="build.xml" dir="${pde.build.scripts}">
<property name="builder" value="${basedir}/sdk" />
- </ant-->
+ </ant>
<concat destfile="compile.log">
<fileset dir="${buildDirectory}/plugins" includes="**/*.bin.log"/>
</concat>
@@ -68,13 +68,13 @@
</target>
<target name="updateSite" depends="init" unless="hasErrors">
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-aix.motif.ppc.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-hpux.motif.PA_RISC.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-linux.gtk.x86.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-linux.motif.x86.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-qnx.photon.x86.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-solaris.motif.sparc.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-win32.win32.x86.zip" dest="${sitedir}"/>
+ <unzip src="${zipsdir}/org.eclipse.cdt.sdk-${buildId}-aix.motif.ppc.zip" dest="${sitedir}"/>
+ <unzip src="${zipsdir}/org.eclipse.cdt.sdk-${buildId}-hpux.motif.PA_RISC.zip" dest="${sitedir}"/>
+ <unzip src="${zipsdir}/org.eclipse.cdt.sdk-${buildId}-linux.gtk.x86.zip" dest="${sitedir}"/>
+ <unzip src="${zipsdir}/org.eclipse.cdt.sdk-${buildId}-linux.motif.x86.zip" dest="${sitedir}"/>
+ <unzip src="${zipsdir}/org.eclipse.cdt.sdk-${buildId}-qnx.photon.x86.zip" dest="${sitedir}"/>
+ <unzip src="${zipsdir}/org.eclipse.cdt.sdk-${buildId}-solaris.motif.sparc.zip" dest="${sitedir}"/>
+ <unzip src="${zipsdir}/org.eclipse.cdt.sdk-${buildId}-win32.win32.x86.zip" dest="${sitedir}"/>
<antcall target="allPlugins">
<param name="target" value="updateSrcPlugin"/>
<param name="srcPlugin" value="org.eclipse.cdt.source"/>
@@ -209,11 +209,6 @@
<antcall target="${target}">
<param name="type" value="plugin"/>
<param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
<param name="id" value="org.eclipse.cdt.core"/>
</antcall>
<antcall target="${target}">
@@ -276,34 +271,44 @@
<param name="id" value="org.eclipse.cdt"/>
</antcall>
<antcall target="${target}">
+ <param name="type" value="plugin"/>
+ <param name="dir" value="plugins"/>
+ <param name="id" value="org.eclipse.cdt"/>
+ </antcall>
+ <antcall target="${target}">
+ <param name="type" value="feature"/>
+ <param name="dir" value="features"/>
+ <param name="id" value="org.eclipse.cdt.sdk"/>
+ </antcall>
+ <antcall target="${target}">
+ <param name="type" value="plugin"/>
+ <param name="dir" value="plugins"/>
+ <param name="id" value="org.eclipse.cdt.sdk"/>
+ </antcall>
+ <antcall target="${target}">
<param name="type" value="fragment"/>
<param name="dir" value="plugins"/>
<param name="id" value="org.eclipse.cdt.core.aix"/>
- <param name="srcPlugin" value="org.eclipse.cdt.source.aix.motif.ppc"/>
</antcall>
<antcall target="${target}">
<param name="type" value="fragment"/>
<param name="dir" value="plugins"/>
<param name="id" value="org.eclipse.cdt.core.linux"/>
- <param name="srcPlugin" value="org.eclipse.cdt.source"/>
</antcall>
<antcall target="${target}">
<param name="type" value="fragment"/>
<param name="dir" value="plugins"/>
<param name="id" value="org.eclipse.cdt.core.qnx"/>
- <param name="srcPlugin" value="org.eclipse.cdt.source"/>
</antcall>
<antcall target="${target}">
<param name="type" value="fragment"/>
<param name="dir" value="plugins"/>
<param name="id" value="org.eclipse.cdt.core.solaris"/>
- <param name="srcPlugin" value="org.eclipse.cdt.source"/>
</antcall>
<antcall target="${target}">
<param name="type" value="fragment"/>
<param name="dir" value="plugins"/>
<param name="id" value="org.eclipse.cdt.core.win32"/>
- <param name="srcPlugin" value="org.eclipse.cdt.source"/>
</antcall>
<antcall target="${target}">
<param name="type" value="plugin"/>

Back to the top