1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

[releng] Platform and CDT RC3 like Linuxtools, get rid of TCF, restore terminal-local.

This commit is contained in:
Martin Oberhuber 2010-05-29 07:27:01 +00:00
parent e7ccb4ca3f
commit cb7b7ee69f
3 changed files with 27 additions and 9 deletions

View file

@ -60,11 +60,11 @@
<includes
id="org.eclipse.tm.terminal.test"
version="0.0.0"/>
<!--
<includes
id="org.eclipse.tm.tcf.feature"
version="0.0.0"/>
-->
<plugin
id="org.apache.commons.net"
download-size="0"

View file

@ -31,11 +31,13 @@ JAVA60_HOME=${JAVA_HOME}
JAVA50_HOME=${JAVA_HOME}
JAVA14_HOME=${JAVA_HOME}
repositoryURLs=\
http://download.jboss.org/jbosstools/updates/helios/
#http://download.eclipse.org/releases/helios/
IUsToInstall=org.eclipse.sdk.feature.group+org.eclipse.sdk.ide+org.eclipse.core.net+org.eclipse.equinox.common+org.eclipse.core.runtime+org.eclipse.debug.core+org.eclipse.rcp.feature.group
#<MOB_20100529>
#repositoryURLs=\
#http://download.jboss.org/jbosstools/updates/helios/
##http://download.eclipse.org/releases/helios/
#
#IUsToInstall=org.eclipse.sdk.feature.group+org.eclipse.sdk.ide+org.eclipse.core.net+org.eclipse.equinox.common+org.eclipse.core.runtime+org.eclipse.debug.core+org.eclipse.rcp.feature.group
#</MOB_20100529>
#IUsToInstall=org.eclipse.sdk.feature.group+org.eclipse.sdk.ide+org.eclipse.core.net+org.eclipse.equinox.common+org.eclipse.core.runtime+org.eclipse.debug.core+org.eclipse.rcp.feature.group+\
#org.eclipse.emf.feature.group+\
@ -46,8 +48,9 @@ IUsToInstall=org.eclipse.sdk.feature.group+org.eclipse.sdk.ide+org.eclipse.core.
#http://download.eclipse.org/eclipse/downloads/drops/S-3.6RC2-201005201744/eclipse-SDK-3.6RC2-linux-gtk-ppc.tar.gz,\
dependencyURLs=\
http://download.eclipse.org/eclipse/downloads/drops/S-3.6RC3-201005271700/eclipse-SDK-3.6RC3-linux-gtk-ppc.tar.gz,\
http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.6.0/S201005211545/emf-runtime-2.6.0RC2.zip,\
http://download.eclipse.org/tools/cdt/builds/7.0.0/I.I201005211239/cdt-master-7.0.0-I201005211239.zip,\
http://download.eclipse.org/tools/cdt/builds/7.0.0/I.I201005280809/cdt-master-7.0.0-I201005280809.zip,\
http://download.eclipse.org/athena/runnables/RXTX-runtime-I20071016-1945.zip
#dependencyURLs=http://download.eclipse.org/athena/runnables/RXTX-runtime-I20071016-1945.zip
@ -67,6 +70,6 @@ generateFeatureVersionSuffix=true
# use this to omit pack200 step (does not yet work on Windows - https://bugs.eclipse.org/bugs/show_bug.cgi?id=268405)
#skipPack=true
#skipSign=true
skipSign=true
## END PROJECT BUILD PROPERTIES ##

View file

@ -18,6 +18,21 @@
-->
</target>
<target name="getDependencies">
<!-- TODO: if your project requires more dependencies, add them here; if it does not require all of these, remove those not required -->
<echo message="Download, then unpack CDT and EMF" />
<ant target="getUpdateSiteDependency"
antfile="${relengCommonBuilderDir}/tools/scripts/getDependencies.xml">
<property name="url" value="${tools.cdt.master.url}" />
<property name="file" value="${tools.cdt.master.file}" />
</ant>
<ant target="getDependency"
antfile="${relengCommonBuilderDir}/tools/scripts/getDependencies.xml">
<property name="url" value="${modeling.emf.runtime.url}" />
<property name="file" value="${modeling.emf.runtime.file}" />
</ant>
</target>
<target name="extraPackaging">
<!-- USE PDE PACKAGER TO ASSEMBLE THESE ZIPS -->