Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvs2svn2004-04-01 18:41:02 +0000
committercvs2svn2004-04-01 18:41:02 +0000
commitae27d3988317b8ef98070059daac016ae1b84d07 (patch)
treefa6e2b2eda7c2130aec3dd3e357377a26a42c4c5 /releng/org.eclipse.cdt.releng/testing
parent98583fe50fe504d3249bfb0abd2bb27f6e7c8633 (diff)
downloadorg.eclipse.cdt-ae27d3988317b8ef98070059daac016ae1b84d07.tar.gz
org.eclipse.cdt-ae27d3988317b8ef98070059daac016ae1b84d07.tar.xz
org.eclipse.cdt-ae27d3988317b8ef98070059daac016ae1b84d07.zip
This commit was manufactured by cvs2svn to create tag 'CDT_2_0_M8'.CDT_2_0_M8
Sprout from master 2004-04-01 18:41:01 UTC Bogdan Gheorghe <gheorghe@ca.ibm.com> 'Fix for build hang caused by Indexer; DependencyTest fix' Delete: doc/org.eclipse.cdt.doc.isv/.project releng/org.eclipse.cdt.releng/.cvsignore releng/org.eclipse.cdt.releng/.project releng/org.eclipse.cdt.releng/build.sh releng/org.eclipse.cdt.releng/build.xml releng/org.eclipse.cdt.releng/builders/build.properties releng/org.eclipse.cdt.releng/builders/customTargets.xml releng/org.eclipse.cdt.releng/cdt-map.in releng/org.eclipse.cdt.releng/index.xsl releng/org.eclipse.cdt.releng/maps/cdt.map releng/org.eclipse.cdt.releng/message.txt releng/org.eclipse.cdt.releng/platform/build.properties releng/org.eclipse.cdt.releng/platform/customTargets.xml releng/org.eclipse.cdt.releng/plugin.xsl releng/org.eclipse.cdt.releng/site.in releng/org.eclipse.cdt.releng/site.xsl releng/org.eclipse.cdt.releng/testing/build.properties releng/org.eclipse.cdt.releng/testing/customTargets.xml releng/org.eclipse.cdt.testing-feature/.project releng/org.eclipse.cdt.testing-feature/build.properties releng/org.eclipse.cdt.testing-feature/cpl-v10.html releng/org.eclipse.cdt.testing-feature/eclipse_update_120.jpg releng/org.eclipse.cdt.testing-feature/feature.properties releng/org.eclipse.cdt.testing-feature/feature.xml releng/org.eclipse.cdt.testing-feature/license.html releng/org.eclipse.cdt.testing/.project releng/org.eclipse.cdt.testing/about.html releng/org.eclipse.cdt.testing/about.ini releng/org.eclipse.cdt.testing/about.mappings releng/org.eclipse.cdt.testing/about.properties releng/org.eclipse.cdt.testing/build.properties releng/org.eclipse.cdt.testing/cpl-v10.html releng/org.eclipse.cdt.testing/eclipse32.gif releng/org.eclipse.cdt.testing/notice.html releng/org.eclipse.cdt.testing/plugin.properties releng/org.eclipse.cdt.testing/plugin.xml releng/org.eclipse.cdt.testing/test.xml
Diffstat (limited to 'releng/org.eclipse.cdt.releng/testing')
-rw-r--r--releng/org.eclipse.cdt.releng/testing/build.properties81
-rw-r--r--releng/org.eclipse.cdt.releng/testing/customTargets.xml130
2 files changed, 0 insertions, 211 deletions
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 aa12a1152a4..00000000000
--- a/releng/org.eclipse.cdt.releng/testing/build.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-#####################
-# 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
-
-
-############## 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=*,*,*
-
-#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=false
-
-# Whether or not to fail the build if there are compiler errors
-javacfailonerror=true
-
-# The version of the source code
-#javaSource=1.3
-
-# The version of the byte code targeted
-#javacTarget=1.1
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 b8fa302c549..00000000000
--- a/releng/org.eclipse.cdt.releng/testing/customTargets.xml
+++ /dev/null
@@ -1,130 +0,0 @@
-<project name="Build specific targets and properties" default="noDefault" >
-
-<property name="basews" value="gtk" />
-<property name="baseos" value="linux" />
-<property name="basearch" value="x86" />
-<property name="basenl" value="en_US" />
-
-<!-- ===================================================================== -->
-<!-- Run a given ${target} on all elements being built -->
-<!-- Add on <ant> task for each top level element being built. -->
-<!-- ===================================================================== -->
-<target name="allElements">
- <ant antfile="${genericTargets}" target="${target}" >
- <property name="type" value="feature" />
- <property name="id" value="org.eclipse.cdt.testing" />
- </ant>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Targets to assemble the built elements for particular configurations -->
-<!-- These generally call the generated assemble scripts (named in -->
-<!-- ${assembleScriptName}) but may also add pre and post processing -->
-<!-- Add one target for each root element and each configuration -->
-<!-- ===================================================================== -->
-
-<target name="assemble.org.eclipse.cdt.testing">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Check out map files from correct repository -->
-<!-- Replace values for cvsRoot, package and mapVersionTag as desired. -->
-<!-- ===================================================================== -->
-<target name="getMapFiles">
- <copy todir="${buildDirectory}/maps">
- <fileset dir="${builder}/../maps"/>
- </copy>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do before setup -->
-<!-- ===================================================================== -->
-<target name="preSetup">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after setup but before starting the build proper -->
-<!-- ===================================================================== -->
-<target name="postSetup">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do before fetching the build elements -->
-<!-- ===================================================================== -->
-<target name="preFetch">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after fetching the build elements -->
-<!-- ===================================================================== -->
-<target name="postFetch">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do before generating the build scripts. -->
-<!-- ===================================================================== -->
-<target name="preGenerate">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after generating the build scripts. -->
-<!-- ===================================================================== -->
-<target name="postGenerate">
-</target>
-
-
-<!-- ===================================================================== -->
-<!-- Steps to do before running the build.xmls for the elements being built. -->
-<!-- ===================================================================== -->
-<target name="preProcess">
- <replace dir="${buildDirectory}/plugins" value="${timestamp}" token="@build@">
- <include name="**/about.mappings" />
- </replace>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after running the build.xmls for the elements being built. -->
-<!-- ===================================================================== -->
-<target name="postProcess">
-</target>
-
-
-<!-- ===================================================================== -->
-<!-- Steps to do before running assemble. -->
-<!-- ===================================================================== -->
-<target name="preAssemble">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after running assemble. -->
-<!-- ===================================================================== -->
-<target name="postAssemble">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after the build is done. -->
-<!-- ===================================================================== -->
-<target name="postBuild">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do to test the build results -->
-<!-- ===================================================================== -->
-<target name="test">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do to publish the build results -->
-<!-- ===================================================================== -->
-<target name="publish">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Default target -->
-<!-- ===================================================================== -->
-<target name="noDefault">
- <echo message="You must specify a target when invoking this file" />
-</target>
-
-</project>

Back to the top