mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 12:05:21 +02:00
[releng] Platform and CDT RC3 like Linuxtools, get rid of TCF, restore terminal-local.
This commit is contained in:
parent
e7ccb4ca3f
commit
cb7b7ee69f
3 changed files with 27 additions and 9 deletions
|
@ -60,11 +60,11 @@
|
||||||
<includes
|
<includes
|
||||||
id="org.eclipse.tm.terminal.test"
|
id="org.eclipse.tm.terminal.test"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
<!--
|
||||||
<includes
|
<includes
|
||||||
id="org.eclipse.tm.tcf.feature"
|
id="org.eclipse.tm.tcf.feature"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
-->
|
||||||
<plugin
|
<plugin
|
||||||
id="org.apache.commons.net"
|
id="org.apache.commons.net"
|
||||||
download-size="0"
|
download-size="0"
|
||||||
|
|
|
@ -31,11 +31,13 @@ JAVA60_HOME=${JAVA_HOME}
|
||||||
JAVA50_HOME=${JAVA_HOME}
|
JAVA50_HOME=${JAVA_HOME}
|
||||||
JAVA14_HOME=${JAVA_HOME}
|
JAVA14_HOME=${JAVA_HOME}
|
||||||
|
|
||||||
repositoryURLs=\
|
#<MOB_20100529>
|
||||||
http://download.jboss.org/jbosstools/updates/helios/
|
#repositoryURLs=\
|
||||||
#http://download.eclipse.org/releases/helios/
|
#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
|
#
|
||||||
|
#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+\
|
#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+\
|
#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,\
|
#http://download.eclipse.org/eclipse/downloads/drops/S-3.6RC2-201005201744/eclipse-SDK-3.6RC2-linux-gtk-ppc.tar.gz,\
|
||||||
|
|
||||||
dependencyURLs=\
|
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/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
|
http://download.eclipse.org/athena/runnables/RXTX-runtime-I20071016-1945.zip
|
||||||
|
|
||||||
#dependencyURLs=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)
|
# use this to omit pack200 step (does not yet work on Windows - https://bugs.eclipse.org/bugs/show_bug.cgi?id=268405)
|
||||||
#skipPack=true
|
#skipPack=true
|
||||||
#skipSign=true
|
skipSign=true
|
||||||
## END PROJECT BUILD PROPERTIES ##
|
## END PROJECT BUILD PROPERTIES ##
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,21 @@
|
||||||
-->
|
-->
|
||||||
</target>
|
</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">
|
<target name="extraPackaging">
|
||||||
<!-- USE PDE PACKAGER TO ASSEMBLE THESE ZIPS -->
|
<!-- USE PDE PACKAGER TO ASSEMBLE THESE ZIPS -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue