Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2016-03-09 03:20:10 +0000
committerGerrit Code Review @ Eclipse.org2016-03-14 20:16:27 +0000
commitf326794be80decb2f51f90dc4d874f8324c40141 (patch)
tree65ffbc627df3b9d3066f1ac100c23413c23e58f6 /releng/org.eclipse.cdt.releng/platform
parent1d09e0e2af1258795ff05b7b4578d8405e76e462 (diff)
downloadorg.eclipse.cdt-f326794be80decb2f51f90dc4d874f8324c40141.tar.gz
org.eclipse.cdt-f326794be80decb2f51f90dc4d874f8324c40141.tar.xz
org.eclipse.cdt-f326794be80decb2f51f90dc4d874f8324c40141.zip
Remove old releng plugin
Diffstat (limited to 'releng/org.eclipse.cdt.releng/platform')
-rw-r--r--releng/org.eclipse.cdt.releng/platform/.cvsignore1
-rw-r--r--releng/org.eclipse.cdt.releng/platform/build.properties112
-rw-r--r--releng/org.eclipse.cdt.releng/platform/customTargets.xml190
3 files changed, 0 insertions, 303 deletions
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 @@
-<project name="Build specific targets and properties" default="noDefault" >
-
-<!-- ===================================================================== -->
-<!-- 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" />
- </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.aix.motif.ppc">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="cdt-${branchVersion}-${buildId}-aix.ppc.tar.gz"/>
- </ant>
-</target>
-
-<target name="assemble.org.eclipse.cdt.linux.gtk.x86">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="cdt-${branchVersion}-${buildId}-linux.x86.tar.gz"/>
- </ant>
-</target>
-
-<target name="assemble.org.eclipse.cdt.linux.gtk.x86_64">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="cdt-${branchVersion}-${buildId}-linux.x86_64.tar.gz"/>
- </ant>
-</target>
-
-<target name="assemble.org.eclipse.cdt.linux.gtk.ppc">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="cdt-${branchVersion}-${buildId}-linux.ppc.tar.gz"/>
- </ant>
-</target>
-
-<target name="assemble.org.eclipse.cdt.linux.gtk.ppc64">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="cdt-${branchVersion}-${buildId}-linux.ppc64.tar.gz"/>
- </ant>
-</target>
-
-<target name="assemble.org.eclipse.cdt.linux.gtk.ia64">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="cdt-${branchVersion}-${buildId}-linux.ia64.tar.gz"/>
- </ant>
-</target>
-
-<target name="assemble.org.eclipse.cdt.macosx.carbon.ppc">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="cdt-${branchVersion}-${buildId}-macosx.ppc.tar.gz"/>
- </ant>
-</target>
-
-<target name="assemble.org.eclipse.cdt.qnx.photon.x86">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="cdt-${branchVersion}-${buildId}-qnx.x86.tar.gz"/>
- </ant>
-</target>
-
-<target name="assemble.org.eclipse.cdt.solaris.motif.sparc">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="cdt-${branchVersion}-${buildId}-solaris.sparc.tar.gz"/>
- </ant>
-</target>
-
-<target name="assemble.org.eclipse.cdt.win32.win32.x86">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="cdt-${branchVersion}-${buildId}-win32.x86.zip"/>
- </ant>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Check out map files from correct repository -->
-<!-- Replace values for cvsRoot, package and mapVersionTag as desired. -->
-<!-- ===================================================================== -->
-<target name="getMapFiles">
- <copy file="${builder}/../maps/cdt.map" todir="${buildDirectory}/maps"/>
- <replace file="${buildDirectory}/maps/cdt.map">
- <replacefilter token="@cdtTag@" value="${cdtTag}"/>
- </replace>
-</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">
- <condition property="patchesAvailable">
- <available file="${builder}/patch.xml"/>
- </condition>
- <antcall target="applyPatches"/>
-</target>
-
-<target name="applyPatches" if="patchesAvailable">
- <ant antfile="${builder}/patch.xml"/>
-</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