diff --git a/releng/org.eclipse.cdt.releng/.cvsignore b/releng/org.eclipse.cdt.releng/.cvsignore deleted file mode 100644 index 86417542da4..00000000000 --- a/releng/org.eclipse.cdt.releng/.cvsignore +++ /dev/null @@ -1,10 +0,0 @@ -eclipse-SDK.zip -results -workspace -cdt-map.txt -build.log -compile.log -mail.txt -eclipse-SDK-new.zip -message.txt -index.html diff --git a/releng/org.eclipse.cdt.releng/.project b/releng/org.eclipse.cdt.releng/.project deleted file mode 100644 index 1bfb61f62db..00000000000 --- a/releng/org.eclipse.cdt.releng/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - org.eclipse.cdt.releng - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/JUNIT.XSL b/releng/org.eclipse.cdt.releng/JUNIT.XSL deleted file mode 100644 index b4265723515..00000000000 --- a/releng/org.eclipse.cdt.releng/JUNIT.XSL +++ /dev/null @@ -1,455 +0,0 @@ - - - - - - - - - - - - - - - - - -
- - - -
- - - -
- - - - - - -
- - - - - - - - -

Packages

- Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers. - - - - - - - - - - - - - - - - - Failure - Error - - - - - - - - - -
- - - -
-
- - - - - - - - - - - - -

Package

- - - - - - -
- Back to top -

-

- - - - - - - - -

TestCase

- - - - - - - - - - -
- -

- - Back to top - - - - -

Summary

- - - - - - - - - - - - - - - - - Failure - Error - - - - - - - - - -
TestsFailuresErrorsSuccess rateTime
- - - - - - - -
- - - - -
- Note: failures are anticipated and checked for with assertions while errors are unanticipated. -
-
- - - - cur = TestCases['.'] = new Array(); - - - cur[''] = ''; - - - - - -

Unit Test Results

- - - - - -
Designed for use with JUnit and Ant.
-
-
- - - - Name - Tests - Errors - Failures - Time(s) - - - - - - - Name - Tests - Errors - Failures - Time(s) - - - - - - - Name - Status - Type - Time(s) - - - - - - - - - - - Failure - Error - - - - - - - - - - - - - - - - - - - - - Error - - - - - - Failure - - - - Error - - - - Success - - - - - - - - - - - - - - - - - - - - - - - - N/A - - - - - - -

- - - - - - - - - - - - - \\ - - - - - - - - - - - - - - - - -
- - - -
- - - -
-
- - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/build.sh b/releng/org.eclipse.cdt.releng/build.sh deleted file mode 100644 index 510a3f1fc54..00000000000 --- a/releng/org.eclipse.cdt.releng/build.sh +++ /dev/null @@ -1,36 +0,0 @@ -#******************************************************************************* -# Copyright (c) 2005, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -#******************************************************************************* - -# The CDT build script, set up the environment to run the build.xml ant script -# We are running on build.eclipse.org - -# export display for running the tests -export DISPLAY=:1 - -# set up to use the Java 5 JRE -export PATH=/opt/public/common/jdk-1.5.0_16/bin:/usr/local/bin:$PATH -#export PATH=/opt/public/common/ibm-java2-ppc-50/bin/java:/usr/local/bin:$PATH - -# make sure we're in the releng project dir -cd `dirname $0` - -# Checkout basebuilder to run the build -mkdir -p tools -cd tools -cvs -d /cvsroot/eclipse co -r r36x_v20101125 org.eclipse.releng.basebuilder -cp /home/data/httpd/download.eclipse.org/technology/subversive/0.7/pde-update-site/plugins/org.eclipse.team.svn.pde.build_*.jar \ - org.eclipse.releng.basebuilder/plugins -cd .. - -# Let's go! -java $CDT_BUILD_VMARGS -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \ - -Djvm1.5=/opt/public/common/jdk-1.5.0_16/bin/java \ - -ws gtk -arch x86 -os linux -application org.eclipse.ant.core.antRunner $* diff --git a/releng/org.eclipse.cdt.releng/build.xml b/releng/org.eclipse.cdt.releng/build.xml deleted file mode 100644 index aa281376c14..00000000000 --- a/releng/org.eclipse.cdt.releng/build.xml +++ /dev/null @@ -1,385 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - @buildId@ - ]]> - - - - - - - - - - - - - - - - - ]]> - -

  • @buildId@
  • ]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/buildindex.html b/releng/org.eclipse.cdt.releng/buildindex.html deleted file mode 100644 index b54b0db3a3f..00000000000 --- a/releng/org.eclipse.cdt.releng/buildindex.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - CDT @branchVersion@ Build @buildId@ - - -

    CDT @branchVersion@ Build @buildId@

    -

    Build Log

    -

    Compile Log

    -

    JUnit Results

    -

    CDT Master Feature

    -

    -cdt-master-@branchVersion@-@buildId@.zip -

    -

    -To install CDT: -

      -
    1. Download the master zip file and put it somewhere on your machine.
    2. -
    3. Fire up Eclipse (The Platform Run-time 3.6 is minimum recommended)
    4. -
    5. Help->Install New Software...
    6. -
    7. Add... in the master zip as an Archive site
    8. -
    9. Under CDT Main Features select the one you want. C/C++ Development -Tools is the main one. The SDK adds in the schemas and source for -building extensions to the CDT. The C/C++ Development Platform is the -Tools without the GNU toolchain support.
    10. -
    11. You can install other neat things, including the Mylyn bridge, from -the CDT Optional Features category.
    12. -
    -

    -

    This feature has everything, including:

    -
      -
    • CDT Platform Feature - includes editor, search, builders, launch, debug, user documentation
    • -
    • CDT Runtime Feature - superset of platform feature that adds gnu toolchain integrations for build, debug and DSF gdb debugger.
    • -
    • CDT SDK Feature - superset of runtime that adds source and extension point schemas
    • -
    • GDB Hardware Debugging - provides a launch configuration for launching gdb to do hardware debugging.
    • -
    • XL C/C++ Compiler Support - provides an error parser and managed build support for IBM's XL C/C++ compilers.
    • -
    • XL C/C++ Compiler Support SDK - superset of XL C/C++ Compiler support that adds source.
    • -
    • LR Parser - provides a parser for the ISO/IEC 9899:1999 variant of the C programming language (aka C99) and the C++ programming language, -generated from a grammar using the LPG parser generator. The grammar can be reused and extended to -create your own parser for variants on the C programming language.
    • -
    • LR Parser SDK - superset of LR Parser that adds source.
    • -
    • Unified Parallel C Support - Provides support for the Unified Parallel C programming language. -Provides parsing/indexing infrastructure and language definition, allowing the UPC language to be recognized by CDT. -Requires the LR parser feature.
    • -
    • Unified Parallel C Support SDK - superset of UPC support that adds source.
    • -
    • CDT Debugger Services Framework (DSF) Examples - DSF Examples including basic framework feature tutorial examples and the PDA debugger integration.
    • -
    • Eclipse Debugger for C/C++
    • -
    • Eclipse C/C++ Memory View Enhancements - Traditional Rendering, Find/Replace, Import/Export
    • -
    • CDT RSE Remote Launch - Launch configuration for launching CDT projects using the Remote Systems Explorer subsystems (includes source).
    • -
    • GCC Cross Compiler Support - Build integration and new project wizard support for GCC cross compilers.
    • -
    • CDT p2 Toolchain Installer - Eclipse p2-based installer for toolchains and libraries.
    • -
    • CDT Utilities - provides utilities for C/C++ Development Tools
    • -
    • C/C++ Code Analysis Framework (Codan) and Checkers
    • -
    • CDT Testing Feature - includes all test plugins required for running automated JUnit tests
    • -
    - - diff --git a/releng/org.eclipse.cdt.releng/buildsite.xml b/releng/org.eclipse.cdt.releng/buildsite.xml deleted file mode 100644 index 2051876c465..00000000000 --- a/releng/org.eclipse.cdt.releng/buildsite.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/c99/build.properties b/releng/org.eclipse.cdt.releng/c99/build.properties deleted file mode 100644 index 264132c29ca..00000000000 --- a/releng/org.eclipse.cdt.releng/c99/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/c99/customTargets.xml b/releng/org.eclipse.cdt.releng/c99/customTargets.xml deleted file mode 100644 index 396b9f0c337..00000000000 --- a/releng/org.eclipse.cdt.releng/c99/customTargets.xml +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/codan/build.properties b/releng/org.eclipse.cdt.releng/codan/build.properties deleted file mode 100644 index 264132c29ca..00000000000 --- a/releng/org.eclipse.cdt.releng/codan/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/codan/customTargets.xml b/releng/org.eclipse.cdt.releng/codan/customTargets.xml deleted file mode 100644 index ddbf8305abe..00000000000 --- a/releng/org.eclipse.cdt.releng/codan/customTargets.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/crossgcc/build.properties b/releng/org.eclipse.cdt.releng/crossgcc/build.properties deleted file mode 100644 index 7d68072e750..00000000000 --- a/releng/org.eclipse.cdt.releng/crossgcc/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/crossgcc/customTargets.xml b/releng/org.eclipse.cdt.releng/crossgcc/customTargets.xml deleted file mode 100644 index 998d1a3cc65..00000000000 --- a/releng/org.eclipse.cdt.releng/crossgcc/customTargets.xml +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/dsfgdb/build.properties b/releng/org.eclipse.cdt.releng/dsfgdb/build.properties deleted file mode 100644 index 264132c29ca..00000000000 --- a/releng/org.eclipse.cdt.releng/dsfgdb/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/dsfgdb/customTargets.xml b/releng/org.eclipse.cdt.releng/dsfgdb/customTargets.xml deleted file mode 100644 index 78832d2aea6..00000000000 --- a/releng/org.eclipse.cdt.releng/dsfgdb/customTargets.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/epl-v10.html b/releng/org.eclipse.cdt.releng/epl-v10.html deleted file mode 100644 index ed4b196655e..00000000000 --- a/releng/org.eclipse.cdt.releng/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
    - -

    Eclipse Public License - v 1.0 -

    - -

    THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

    - -

    1. DEFINITIONS

    - -

    "Contribution" means:

    - -

    a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
    -b) in the case of each subsequent Contributor:

    - -

    i) -changes to the Program, and

    - -

    ii) -additions to the Program;

    - -

    where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

    - -

    "Contributor" means any person or -entity that distributes the Program.

    - -

    "Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

    - -

    "Program" means the Contributions -distributed in accordance with this Agreement.

    - -

    "Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

    - -

    2. GRANT OF RIGHTS

    - -

    a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

    - -

    b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

    - -

    c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

    - -

    d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

    - -

    3. REQUIREMENTS

    - -

    A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

    - -

    a) -it complies with the terms and conditions of this Agreement; and

    - -

    b) -its license agreement:

    - -

    i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

    - -

    ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

    - -

    iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

    - -

    iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

    - -

    When the Program is made available in source -code form:

    - -

    a) -it must be made available under this Agreement; and

    - -

    b) a -copy of this Agreement must be included with each copy of the Program.

    - -

    Contributors may not remove or alter any -copyright notices contained within the Program.

    - -

    Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

    - -

    4. COMMERCIAL DISTRIBUTION

    - -

    Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

    - -

    For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

    - -

    5. NO WARRANTY

    - -

    EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

    - -

    6. DISCLAIMER OF LIABILITY

    - -

    EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

    - -

    7. GENERAL

    - -

    If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

    - -

    If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

    - -

    All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

    - -

    Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

    - -

    This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

    - -

     

    - -
    - - - - \ No newline at end of file diff --git a/releng/org.eclipse.cdt.releng/gdbjtag/build.properties b/releng/org.eclipse.cdt.releng/gdbjtag/build.properties deleted file mode 100644 index 264132c29ca..00000000000 --- a/releng/org.eclipse.cdt.releng/gdbjtag/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/gdbjtag/customTargets.xml b/releng/org.eclipse.cdt.releng/gdbjtag/customTargets.xml deleted file mode 100644 index 2d5c3d30e82..00000000000 --- a/releng/org.eclipse.cdt.releng/gdbjtag/customTargets.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/launch.remote/build.properties b/releng/org.eclipse.cdt.releng/launch.remote/build.properties deleted file mode 100644 index 264132c29ca..00000000000 --- a/releng/org.eclipse.cdt.releng/launch.remote/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/launch.remote/customTargets.xml b/releng/org.eclipse.cdt.releng/launch.remote/customTargets.xml deleted file mode 100644 index 33bb51dc54e..00000000000 --- a/releng/org.eclipse.cdt.releng/launch.remote/customTargets.xml +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/lrparser.sdk/build.properties b/releng/org.eclipse.cdt.releng/lrparser.sdk/build.properties deleted file mode 100644 index 7d68072e750..00000000000 --- a/releng/org.eclipse.cdt.releng/lrparser.sdk/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/lrparser.sdk/customTargets.xml b/releng/org.eclipse.cdt.releng/lrparser.sdk/customTargets.xml deleted file mode 100644 index 32ebb66fb30..00000000000 --- a/releng/org.eclipse.cdt.releng/lrparser.sdk/customTargets.xml +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/lrparser/build.properties b/releng/org.eclipse.cdt.releng/lrparser/build.properties deleted file mode 100644 index 7fa9a75d8d8..00000000000 --- a/releng/org.eclipse.cdt.releng/lrparser/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2008 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/lrparser/customTargets.xml b/releng/org.eclipse.cdt.releng/lrparser/customTargets.xml deleted file mode 100644 index a86d65b6414..00000000000 --- a/releng/org.eclipse.cdt.releng/lrparser/customTargets.xml +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/maps/cdt.map b/releng/org.eclipse.cdt.releng/maps/cdt.map deleted file mode 100644 index f0625c58dc8..00000000000 --- a/releng/org.eclipse.cdt.releng/maps/cdt.map +++ /dev/null @@ -1,173 +0,0 @@ -! The master -feature@org.eclipse.cdt.master=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/releng/org.eclipse.cdt.master - -! Cross platform -plugin@org.eclipse.cdt.core=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core -plugin@org.eclipse.cdt.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.ui - -plugin@org.eclipse.cdt.make.core=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.make.core -plugin@org.eclipse.cdt.make.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.make.ui - -plugin@org.eclipse.cdt.managedbuilder.core=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.core -plugin@org.eclipse.cdt.managedbuilder.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.ui -plugin@org.eclipse.cdt.managedbuilder.gnu.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.gnu.ui - -plugin@org.eclipse.cdt.debug.core=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.debug.core -plugin@org.eclipse.cdt.debug.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.debug.ui - -plugin@org.eclipse.cdt.launch=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.launch - -plugin@org.eclipse.cdt.doc.user=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.doc.user -plugin@org.eclipse.cdt.doc.isv=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.doc.isv - -plugin@org.eclipse.cdt=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt - - -! CDT Features -feature@org.eclipse.cdt.platform=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.platform-feature -feature@org.eclipse.cdt.gnu.build=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.gnu.build-feature -feature@org.eclipse.cdt.gnu.debug=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.gnu.debug-feature -feature@org.eclipse.cdt=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt-feature - - -! GDB feature -feature@org.eclipse.cdt.gdb=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.gdb-feature -plugin@org.eclipse.cdt.gdb=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.gdb -plugin@org.eclipse.cdt.gdb.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.gdb.ui - - -! Platform specific -fragment@org.eclipse.cdt.core.aix=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.aix -fragment@org.eclipse.cdt.core.linux=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux -fragment@org.eclipse.cdt.core.linux.ia64=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ia64 -fragment@org.eclipse.cdt.core.linux.ppc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ppc -fragment@org.eclipse.cdt.core.linux.ppc64=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ppc64 -fragment@org.eclipse.cdt.core.linux.ppc64le=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ppc64le -fragment@org.eclipse.cdt.core.linux.x86=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.x86 -fragment@org.eclipse.cdt.core.linux.x86_64=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.x86_64 -fragment@org.eclipse.cdt.core.macosx=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.macosx -fragment@org.eclipse.cdt.core.qnx=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.qnx -fragment@org.eclipse.cdt.core.solaris=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.solaris -fragment@org.eclipse.cdt.core.win32=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.win32 - -! Testing feature -plugin@org.eclipse.cdt.core.tests=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.tests -plugin@org.eclipse.cdt.ui.tests=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.ui.tests -plugin@org.eclipse.cdt.managedbuilder.core.tests=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.core.tests -plugin@org.eclipse.cdt.managedbuilder.ui.tests=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.ui.tests -plugin@org.eclipse.cdt.testing=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.testing -plugin@org.eclipse.test=HEAD,/cvsroot/eclipse, -fragment@org.eclipse.ant.optional.junit=HEAD,/cvsroot/eclipse, -feature@org.eclipse.cdt.testing=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.testing-feature - -! SDK Feature -plugin@org.eclipse.cdt.sdk=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.sdk -feature@org.eclipse.cdt.sdk=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.sdk-feature - -! Windows Feature -plugin@org.eclipse.cdt.msw.build=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/windows/org.eclipse.cdt.msw.build -feature@org.eclipse.cdt.msw=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/windows/org.eclipse.cdt.msw-feature - -! GDB Hardware Debugging Feature -plugin@org.eclipse.cdt.debug.gdbjtag=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag -plugin@org.eclipse.cdt.debug.gdbjtag.core=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core -plugin@org.eclipse.cdt.debug.gdbjtag.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui -feature@org.eclipse.cdt.debug.gdbjtag=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag-feature - -! XL compiler integration -plugin@org.eclipse.cdt.errorparsers.xlc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc -plugin@org.eclipse.cdt.make.xlc.core=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core -plugin@org.eclipse.cdt.managedbuilder.xlc.core=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core -plugin@org.eclipse.cdt.managedbuilder.xlc.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui -feature@org.eclipse.cdt.xlc.feature=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature -feature@org.eclipse.cdt.xlc.sdk=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.sdk-feature -plugin@org.eclipse.cdt.core.lrparser.xlc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc -plugin@org.eclipse.cdt.core.lrparser.xlc.tests=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc.tests -plugin@org.eclipse.cdt.managedbuilder.xlupc.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui - -! LR parser -plugin@org.eclipse.cdt.core.lrparser=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser -plugin@org.eclipse.cdt.core.lrparser.tests=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.tests -! newly signed LPG runtime -plugin@net.sourceforge.lpg.lpgjavaruntime,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200803061910.jar -feature@org.eclipse.cdt.core.lrparser.feature=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.feature -feature@org.eclipse.cdt.core.lrparser.sdk=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature - -! UPC parser - also uses LPG but since we already download it above no need to download again -plugin@org.eclipse.cdt.core.parser.upc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc -plugin@org.eclipse.cdt.core.parser.upc.tests=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.tests -feature@org.eclipse.cdt.core.parser.upc.feature=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.feature -feature@org.eclipse.cdt.core.parser.upc.sdk=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.sdk.feature - -! CDT Utilities -plugin@org.eclipse.cdt.util=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/util/org.eclipse.cdt.util -feature@org.eclipse.cdt.util=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/util/org.eclipse.cdt.util-feature - -! DSF -plugin@org.eclipse.cdt.dsf=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.dsf -plugin@org.eclipse.cdt.dsf.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui -plugin@org.eclipse.cdt.examples.dsf=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf -plugin@org.eclipse.cdt.examples.dsf.pda=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda -plugin@org.eclipse.cdt.examples.dsf.pda.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui -plugin@org.eclipse.cdt.tests.dsf=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.tests.dsf -feature@org.eclipse.cdt.examples.dsf=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf-feature - -! DSF-GDB Integration -plugin@org.eclipse.cdt.dsf.gdb=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb -plugin@org.eclipse.cdt.dsf.gdb.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui -plugin@org.eclipse.cdt.tests.dsf.gdb=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb -feature@org.eclipse.cdt.gnu.dsf=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature - -! CDT Memory -plugin@org.eclipse.cdt.debug.ui.memory.traditional=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional -plugin@org.eclipse.cdt.debug.ui.memory.transport=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport -plugin@org.eclipse.cdt.debug.ui.memory.search=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search -plugin@org.eclipse.cdt.debug.ui.memory.memorybrowser=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser -feature@org.eclipse.cdt.debug.ui.memory=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory-feature - -! CDT RSE Remote Launch -plugin@org.eclipse.cdt.launch.remote=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/cross/org.eclipse.cdt.launch.remote -feature@org.eclipse.cdt.launch.remote=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/cross/org.eclipse.cdt.launch.remote-feature - -! CDT Cross GCC -plugin@org.eclipse.cdt.build.crossgcc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/cross/org.eclipse.cdt.build.crossgcc -feature@org.eclipse.cdt.build.crossgcc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/cross/org.eclipse.cdt.build.crossgcc-feature - -! CDT P2 Additions -plugin@org.eclipse.cdt.p2=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/p2/org.eclipse.cdt.p2 -feature@org.eclipse.cdt.p2=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/p2/org.eclipse.cdt.p2-feature - -! EDC -plugin@org.eclipse.cdt.debug.edc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc -plugin@org.eclipse.cdt.debug.edc.linux.x86=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.linux.x86 -plugin@org.eclipse.cdt.debug.edc.x86=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.x86 -plugin@org.eclipse.cdt.debug.edc.tcf.extension=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.tcf.extension -plugin@org.eclipse.cdt.debug.edc.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.ui -plugin@org.eclipse.cdt.debug.edc.windows=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.windows -plugin@org.eclipse.cdt.debug.edc.windows.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.windows.ui -plugin@org.eclipse.cdt.debug.edc.doc.user=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.doc.user -plugin@org.eclipse.cdt.scripting=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/org.eclipse.cdt.scripting -feature@org.eclipse.cdt.debug.edc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc-feature - -! TCF Requirements for EDC -plugin@org.eclipse.tm.tcf=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=plugins/org.eclipse.tm.tcf -plugin@org.eclipse.tm.tcf.cdt.ui=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=plugins/org.eclipse.tm.tcf.cdt.ui -plugin@org.eclipse.tm.tcf.core=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=plugins/org.eclipse.tm.tcf.core -plugin@org.eclipse.tm.tcf.debug=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=plugins/org.eclipse.tm.tcf.debug -plugin@org.eclipse.tm.tcf.debug.ui=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=plugins/org.eclipse.tm.tcf.debug.ui -plugin@org.eclipse.tm.tcf.rse=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=plugins/org.eclipse.tm.tcf.rse -feature@org.eclipse.tm.tcf.feature=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=features/org.eclipse.tm.tcf.feature - -! Berkeley UPC -plugin@org.eclipse.cdt.managedbuilder.bupc.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui -feature@org.eclipse.cdt.bupc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/upc/org.eclipse.cdt.bupc-feature - -! Codan -plugin@org.eclipse.cdt.codan.core=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan.core -plugin@org.eclipse.cdt.codan.core.test=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test -plugin@org.eclipse.cdt.codan.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui -plugin@org.eclipse.cdt.codan.core.cxx=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx -plugin@org.eclipse.cdt.codan.ui.cxx=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx -plugin@org.eclipse.cdt.codan.checkers=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers -plugin@org.eclipse.cdt.codan.checkers.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui -plugin@org.eclipse.cdt.codan.examples=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan.examples diff --git a/releng/org.eclipse.cdt.releng/master/build.properties b/releng/org.eclipse.cdt.releng/master/build.properties deleted file mode 100644 index d3da51aa8b4..00000000000 --- a/releng/org.eclipse.cdt.releng/master/build.properties +++ /dev/null @@ -1,116 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# PRODUCT/PACKAGING CONTROL ############# -#generate.p2.metadata = true -#p2.metadata.repo=file:${buildDirectory}/site/eclipse -#p2.artifact.repo=file:${buildDirectory}/site/eclipse -#p2.flavor=tooling -#p2.publish.artifacts=true - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs= \ - aix,motif,ppc \ - & linux,gtk,x86 \ - & linux,gtk,x86_64 \ - & linux,gtk,ppc \ - & linux,gtk,ppc64 \ - & linux,gtk,ia64 \ - & macosx,carbon,ppc \ - & qnx,photon,x86 \ - & solaris,motif,sparc \ - & win32,win32,x86 - -outputUpdateJars=true -groupConfigurations=true - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -javacDebugInfo=on -javacVerbose=true -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 - -# Create individual source bundles -individualSourceBundles=true - -# Generate API description -generateAPIDescription=true diff --git a/releng/org.eclipse.cdt.releng/master/customAssembly.xml b/releng/org.eclipse.cdt.releng/master/customAssembly.xml deleted file mode 100644 index 9c53657d887..00000000000 --- a/releng/org.eclipse.cdt.releng/master/customAssembly.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/master/customTargets.xml b/releng/org.eclipse.cdt.releng/master/customTargets.xml deleted file mode 100644 index 099bcbdad2c..00000000000 --- a/releng/org.eclipse.cdt.releng/master/customTargets.xml +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/memory/build.properties b/releng/org.eclipse.cdt.releng/memory/build.properties deleted file mode 100644 index 7d68072e750..00000000000 --- a/releng/org.eclipse.cdt.releng/memory/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/memory/customTargets.xml b/releng/org.eclipse.cdt.releng/memory/customTargets.xml deleted file mode 100644 index 0d5f506c3c3..00000000000 --- a/releng/org.eclipse.cdt.releng/memory/customTargets.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/message.in b/releng/org.eclipse.cdt.releng/message.in deleted file mode 100644 index 8600e42f5c2..00000000000 --- a/releng/org.eclipse.cdt.releng/message.in +++ /dev/null @@ -1,6 +0,0 @@ -The build is available at - - http://download.eclipse.org/tools/cdt/builds/@branchVersion@/@buildId@ - -Cheers, -dschaefer2, the buildmaster... diff --git a/releng/org.eclipse.cdt.releng/mylyn/build.properties b/releng/org.eclipse.cdt.releng/mylyn/build.properties deleted file mode 100644 index d007923b7bc..00000000000 --- a/releng/org.eclipse.cdt.releng/mylyn/build.properties +++ /dev/null @@ -1,94 +0,0 @@ -############################################################################### -# Copyright (c) 2008 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/mylyn/customTargets.xml b/releng/org.eclipse.cdt.releng/mylyn/customTargets.xml deleted file mode 100644 index 5a9781fe78e..00000000000 --- a/releng/org.eclipse.cdt.releng/mylyn/customTargets.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/notice.html b/releng/org.eclipse.cdt.releng/notice.html deleted file mode 100644 index c51657100e0..00000000000 --- a/releng/org.eclipse.cdt.releng/notice.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - -Eclipse.org Software User Agreement - - - -

    Eclipse Foundation Software User Agreement

    -

    April 9, 2014

    - -

    Usage Of Content

    - -

    THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

    - -

    Applicable Licenses

    - -

    Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

    - -

    Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse.org CVS repository ("Repository") in CVS - modules ("Modules") and made available as downloadable archives ("Downloads").

    - -
      -
    • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
    • -
    • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
    • -
    • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
    • -
    • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
    • -
    - -

    The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

    - -
      -
    • The top-level (root) directory
    • -
    • Plug-in and Fragment directories
    • -
    • Inside Plug-ins and Fragments packaged as JARs
    • -
    • Sub-directories of the directory named "src" of certain Plug-ins
    • -
    • Feature directories
    • -
    - -

    Note: if a Feature made available by the Eclipse Foundation is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

    - -

    THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

    - - - -

    IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

    - -

    Cryptography

    - -

    Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

    - -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. - - diff --git a/releng/org.eclipse.cdt.releng/p2/build.properties b/releng/org.eclipse.cdt.releng/p2/build.properties deleted file mode 100644 index 7d68072e750..00000000000 --- a/releng/org.eclipse.cdt.releng/p2/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/p2/customTargets.xml b/releng/org.eclipse.cdt.releng/p2/customTargets.xml deleted file mode 100644 index c330e9c6cd8..00000000000 --- a/releng/org.eclipse.cdt.releng/p2/customTargets.xml +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/pack.properties b/releng/org.eclipse.cdt.releng/pack.properties deleted file mode 100644 index ecd72958b63..00000000000 --- a/releng/org.eclipse.cdt.releng/pack.properties +++ /dev/null @@ -1,11 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2008 QNX Software Systems and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# QNX Software Systems - initial API and implementation -############################################################################### -pack200.default.args=-E4 diff --git a/releng/org.eclipse.cdt.releng/platform/.cvsignore b/releng/org.eclipse.cdt.releng/platform/.cvsignore deleted file mode 100644 index 2b3be8ddce5..00000000000 --- a/releng/org.eclipse.cdt.releng/platform/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -patch.xml diff --git a/releng/org.eclipse.cdt.releng/platform/build.properties b/releng/org.eclipse.cdt.releng/platform/build.properties deleted file mode 100644 index c5f0b0a93ea..00000000000 --- a/releng/org.eclipse.cdt.releng/platform/build.properties +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=\ - aix,motif,ppc \ - & linux,gtk,x86 \ - & linux,gtk,x86_64 \ - & linux,gtk,ppc \ - & linux,gtk,ppc64 \ - & linux,gtk,ia64 \ - & macosx,carbon,ppc \ - & qnx,photon,x86 \ - & solaris,motif,sparc \ - & win32,win32,x86 - -archivesFormat=\ - aix,motif,ppc-tar \ - & linux,gtk,x86-tar \ - & linux,gtk,x86_64-tar \ - & linux,gtk,ppc-tar \ - & linux,gtk,ppc64-tar \ - & linux,gtk,ia64-tar \ - & macosx,carbon,ppc-tar \ - & qnx,photon,x86-tar \ - & solaris,motif,sparc-tar \ - & win32,win32,x86-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -javacDebugInfo=on -javacVerbose=true -javacFailOnError=false - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/platform/customTargets.xml b/releng/org.eclipse.cdt.releng/platform/customTargets.xml deleted file mode 100644 index 7d4ee12f085..00000000000 --- a/releng/org.eclipse.cdt.releng/platform/customTargets.xml +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/sdk/build.properties b/releng/org.eclipse.cdt.releng/sdk/build.properties deleted file mode 100644 index 60fbace24b3..00000000000 --- a/releng/org.eclipse.cdt.releng/sdk/build.properties +++ /dev/null @@ -1,114 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=\ - aix,motif,ppc\ - & linux,gtk,x86 \ - & linux,gtk,x86_64 \ - & linux,gtk,ppc \ - & linux,gtk,ppc64 \ - & linux,gtk,ia64 \ - & macosx,carbon,ppc \ - & qnx,photon,x86 \ - & solaris,motif,sparc \ - & win32,win32,x86 - -archivesFormat=\ - aix,motif,ppc-tar \ - & linux,gtk,x86-tar \ - & linux,gtk,x86_64-tar \ - & linux,gtk,ppc-tar \ - & linux,gtk,ppc64-tar \ - & linux,gtk,ia64-tar \ - & macosx,carbon,ppc-tar \ - & qnx,photon,x86-tar \ - & solaris,motif,sparc-tar \ - & win32,win32,x86-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/sdk/customTargets.xml b/releng/org.eclipse.cdt.releng/sdk/customTargets.xml deleted file mode 100644 index cc6a5872438..00000000000 --- a/releng/org.eclipse.cdt.releng/sdk/customTargets.xml +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/testing/build.properties b/releng/org.eclipse.cdt.releng/testing/build.properties deleted file mode 100644 index 264132c29ca..00000000000 --- a/releng/org.eclipse.cdt.releng/testing/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/testing/customTargets.xml b/releng/org.eclipse.cdt.releng/testing/customTargets.xml deleted file mode 100644 index e053e593a05..00000000000 --- a/releng/org.eclipse.cdt.releng/testing/customTargets.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/upc.sdk/build.properties b/releng/org.eclipse.cdt.releng/upc.sdk/build.properties deleted file mode 100644 index 7d68072e750..00000000000 --- a/releng/org.eclipse.cdt.releng/upc.sdk/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/upc.sdk/customTargets.xml b/releng/org.eclipse.cdt.releng/upc.sdk/customTargets.xml deleted file mode 100644 index efd123f767f..00000000000 --- a/releng/org.eclipse.cdt.releng/upc.sdk/customTargets.xml +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/upc/build.properties b/releng/org.eclipse.cdt.releng/upc/build.properties deleted file mode 100644 index 264132c29ca..00000000000 --- a/releng/org.eclipse.cdt.releng/upc/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/upc/customTargets.xml b/releng/org.eclipse.cdt.releng/upc/customTargets.xml deleted file mode 100644 index d98ecd8980c..00000000000 --- a/releng/org.eclipse.cdt.releng/upc/customTargets.xml +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/util/build.properties b/releng/org.eclipse.cdt.releng/util/build.properties deleted file mode 100644 index d007923b7bc..00000000000 --- a/releng/org.eclipse.cdt.releng/util/build.properties +++ /dev/null @@ -1,94 +0,0 @@ -############################################################################### -# Copyright (c) 2008 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/util/customTargets.xml b/releng/org.eclipse.cdt.releng/util/customTargets.xml deleted file mode 100644 index 6c16afa794e..00000000000 --- a/releng/org.eclipse.cdt.releng/util/customTargets.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/windows/build.properties b/releng/org.eclipse.cdt.releng/windows/build.properties deleted file mode 100644 index f8d880fc812..00000000000 --- a/releng/org.eclipse.cdt.releng/windows/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/windows/customTargets.xml b/releng/org.eclipse.cdt.releng/windows/customTargets.xml deleted file mode 100644 index 4a7fd2c868b..00000000000 --- a/releng/org.eclipse.cdt.releng/windows/customTargets.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/xlc.sdk/build.properties b/releng/org.eclipse.cdt.releng/xlc.sdk/build.properties deleted file mode 100644 index d007923b7bc..00000000000 --- a/releng/org.eclipse.cdt.releng/xlc.sdk/build.properties +++ /dev/null @@ -1,94 +0,0 @@ -############################################################################### -# Copyright (c) 2008 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/xlc.sdk/customTargets.xml b/releng/org.eclipse.cdt.releng/xlc.sdk/customTargets.xml deleted file mode 100644 index 72435fa7802..00000000000 --- a/releng/org.eclipse.cdt.releng/xlc.sdk/customTargets.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/xlc/build.properties b/releng/org.eclipse.cdt.releng/xlc/build.properties deleted file mode 100644 index 264132c29ca..00000000000 --- a/releng/org.eclipse.cdt.releng/xlc/build.properties +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Markus Schorn (Wind River Systems) -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - -cdtTag=HEAD - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -archivesFormat=*,*,*-zip - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -# Whether or not to include debug info in the output jars -javacDebugInfo=on - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# The version of the source code -javacSource=1.7 - -# The version of the byte code targeted -javacTarget=1.7 diff --git a/releng/org.eclipse.cdt.releng/xlc/customTargets.xml b/releng/org.eclipse.cdt.releng/xlc/customTargets.xml deleted file mode 100644 index 1a04346bb26..00000000000 --- a/releng/org.eclipse.cdt.releng/xlc/customTargets.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -