From 2682e96f7a33417eef61e589bd90a31cea7dcfe8 Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Wed, 28 Jan 2009 00:13:31 +0000 Subject: bug 260292 - adding DSF plugins to CDT build --- dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/.project | 2 +- .../feature.properties | 4 +- .../org.eclipse.cdt.gnu.dsf-feature/feature.xml | 30 ++--- .../feature.properties | 4 +- .../feature.xml | 33 ++--- releng/org.eclipse.cdt.releng/build.xml | 39 ++++++ releng/org.eclipse.cdt.releng/buildsite.xml | 6 + .../org.eclipse.cdt.releng/dsfgdb/build.properties | 95 +++++++++++++++ .../dsfgdb/customTargets.xml | 133 +++++++++++++++++++++ releng/org.eclipse.cdt.releng/maps/cdt.map | 15 +++ 10 files changed, 324 insertions(+), 37 deletions(-) create mode 100644 releng/org.eclipse.cdt.releng/dsfgdb/build.properties create mode 100644 releng/org.eclipse.cdt.releng/dsfgdb/customTargets.xml diff --git a/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/.project b/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/.project index 35682e1881f..c094e6c2bbc 100644 --- a/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/.project +++ b/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/.project @@ -1,6 +1,6 @@ - org.eclipse.cdt.examples.dsf-feature + org.eclipse.cdt.gnu.dsf-feature diff --git a/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.properties b/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.properties index ed306473b91..0a9d0501ef4 100644 --- a/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.properties +++ b/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=CDT Debugger Services Framework (DSF) Examples +featureName=GDB DSF Debugger Integration # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -24,7 +24,7 @@ providerName=Eclipse.org updateSiteName=Eclipse CDT Update Site # "description" property - description of the feature -description=Examples for using the Debugger Services Framework (DSF), including basic tutorial examples and a PDA example debugger. +description=GDB DSF Debugger Integration # copyright copyright=\ diff --git a/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.xml b/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.xml index 00c088c1f43..cd3c0981de5 100644 --- a/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.xml +++ b/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.xml @@ -1,6 +1,6 @@ @@ -22,37 +22,31 @@ - + + + + + + + + + - - - - - - - - - @@ -22,32 +22,37 @@ - - - + + - + + + + + + + - - - - - - - + + + + + @@ -111,6 +114,9 @@ + + + @@ -490,5 +496,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/org.eclipse.cdt.releng/buildsite.xml b/releng/org.eclipse.cdt.releng/buildsite.xml index 067380dc128..5b99aa4fcfa 100644 --- a/releng/org.eclipse.cdt.releng/buildsite.xml +++ b/releng/org.eclipse.cdt.releng/buildsite.xml @@ -48,4 +48,10 @@ + + + + + + diff --git a/releng/org.eclipse.cdt.releng/dsfgdb/build.properties b/releng/org.eclipse.cdt.releng/dsfgdb/build.properties new file mode 100644 index 00000000000..dacffaafd2f --- /dev/null +++ b/releng/org.eclipse.cdt.releng/dsfgdb/build.properties @@ -0,0 +1,95 @@ +############################################################################### +# 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.5 + +# The version of the byte code targeted +javacTarget=1.5 diff --git a/releng/org.eclipse.cdt.releng/dsfgdb/customTargets.xml b/releng/org.eclipse.cdt.releng/dsfgdb/customTargets.xml new file mode 100644 index 00000000000..78832d2aea6 --- /dev/null +++ b/releng/org.eclipse.cdt.releng/dsfgdb/customTargets.xml @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/org.eclipse.cdt.releng/maps/cdt.map b/releng/org.eclipse.cdt.releng/maps/cdt.map index 028bfabfff1..b8ce7bbbf1a 100644 --- a/releng/org.eclipse.cdt.releng/maps/cdt.map +++ b/releng/org.eclipse.cdt.releng/maps/cdt.map @@ -98,3 +98,18 @@ feature@org.eclipse.cdt.util=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroo plugin@org.eclipse.cdt.mylyn=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/mylyn/org.eclipse.cdt.mylyn plugin@org.eclipse.cdt.mylyn.ui=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/mylyn/org.eclipse.cdt.mylyn.ui feature@org.eclipse.cdt.mylyn=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/mylyn/org.eclipse.cdt.mylyn-feature + +! DSF +plugin@org.eclipse.cdt.dsf=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.dsf +plugin@org.eclipse.cdt.dsf.ui=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui +plugin@org.eclipse.cdt.examples.dsf=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf +plugin@org.eclipse.cdt.examples.dsf.pda=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda +plugin@org.eclipse.cdt.examples.dsf.pda.ui=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui +plugin@org.eclipse.cdt.tests.dsf=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.tests.dsf +feature@org.eclipse.cdt.examples.dsf=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf-feature + +! DSF-GDB Integration +plugin@org.eclipse.cdt.dsf.gdb=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.gdb +plugin@org.eclipse.cdt.dsf.gdb.ui=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.gdb.ui +plugin@org.eclipse.cdt.tests.dsf.gdb=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.tests.dsf.gdb +feature@org.eclipse.cdt.gnu.dsf=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.gnu.dsf-feature -- cgit v1.2.3