|
From: <mba...@us...> - 2007-05-14 06:44:29
|
Revision: 2470
http://svn.sourceforge.net/rubyeclipse/?rev=2470&view=rev
Author: mbarchfe
Date: 2007-05-13 23:44:25 -0700 (Sun, 13 May 2007)
Log Message:
-----------
files oboleted by org.rubypeople.pluginbuilder
Removed Paths:
-------------
trunk/org.rubypeople.rdt.build/cruiseControl/build-RDT.properties
trunk/org.rubypeople.rdt.build/cruiseControl/build-RDT.xml
trunk/org.rubypeople.rdt.build/cruiseControl/build.properties
Deleted: trunk/org.rubypeople.rdt.build/cruiseControl/build-RDT.properties
===================================================================
--- trunk/org.rubypeople.rdt.build/cruiseControl/build-RDT.properties 2007-05-11 18:56:59 UTC (rev 2469)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/build-RDT.properties 2007-05-14 06:44:25 UTC (rev 2470)
@@ -1,43 +0,0 @@
-rdtBuildHome=/home/rdt
-# buildDirectory is the directory into which the source are checked out and
-# where the build takes place
-buildDirectory=${rdtBuildHome}/cruiseControlWorkspace/checkout/RDT
-
-# the eclipse instance used for building
-eclipseDir=${rdtBuildHome}/eclipse/eclipse-3.2RC7
-
-# the pdeBuildPluginVersion is needed in order to construct the directory
-# where the pde build scripts are located
-pdeBuildPluginVersion=3.2.0.v20060601
-buildfile=${eclipseDir}/plugins/org.eclipse.pde.build_${pdeBuildPluginVersion}/scripts/build.xml
-
-# customTargets.xml and a corresponding build.properties are found in the the builderDirectory
-builderDirectory=${rdtBuildHome}/cruiseControlWorkspace
-
-# Make Ant verbose
-#verboseAnt=-verbose
-verboseAnt=
-
-eclipseAutomatedTestHome=${rdtBuildHome}/rdt/eclipse-testing
-rubyInterpreter=/usr/bin/ruby1.6
-docbookRoot=${rdtBuildHome}/rdt/docbook
-
-
-os=linux
-ws=gtk
-arch=x86
-usePserver=-DDontusePserver=true
-# the default is to clean up before testing, it can be avoided by defining noclean
-#testNoclean=-Dnoclean=true
-testNoclean=-Dxx=true
-#dontRunTests=-DdontRunTests=true
-dontRunTests=-Dxxx=true
-
-
-
-# buildTarget can be one of the build targets defined in $buildfile:
-# main, preBuild, fetch, generate, process, assemble, package, postBuild, clean
-buildTarget=main
-#buildTarget=postBuild
-
-extraArgs=-DnoExtraArgs
Deleted: trunk/org.rubypeople.rdt.build/cruiseControl/build-RDT.xml
===================================================================
--- trunk/org.rubypeople.rdt.build/cruiseControl/build-RDT.xml 2007-05-11 18:56:59 UTC (rev 2469)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/build-RDT.xml 2007-05-14 06:44:25 UTC (rev 2470)
@@ -1,172 +0,0 @@
-<!-- Delegating build script, used by cruisecontrol to build MY_PROJECT_1.
- Note that the basedir is set to the checked out project -->
-<project name="build-RDT" default="build">
- <!--
- basedir="/home/markus/java/cruiseControlWorkingArea/checkout/RDT"> -->
- <target name="propertiesCCBuild">
- <property file="build-RDT.properties" />
- </target>
-
- <target name="clean">
- <echo message="Cleaning directory ${buildDirectory}"/>
- <delete dir="${buildDirectory}" verbose="false"/>
- <mkdir dir="${buildDirectory}"/>
- </target>
-
- <target name="featureVersion">
- <!-- use the label provided from the EclipseLableProvider -->
- <!-- <echo message="Using feature version ${label}"/> -->
- <echo file="${buildDirectory}/version.properties" message="featureVersion=${label}"/>
- </target>
-
- <target name="build">
-
- <java classname="org.eclipse.core.launcher.Main" fork="true" failonerror="true" jvmargs="${extraArgs}">
- <arg value="-ws" />
- <arg value="${ws}" />
- <arg value="-os" />
- <arg value="${os}" />
- <arg value="-application" />
- <arg value="org.eclipse.ant.core.antRunner" />
- <arg value="-buildfile" />
- <arg value="${buildfile}" />
- <arg value="${buildTarget}" />
- <arg value="-data" />
- <arg value="${buildDirectory}/workspace" />
- <arg value="${verboseAnt}" />
- <jvmarg value="${dontRunTests}" />
- <jvmarg value="-Dbasews=${ws}" />
- <jvmarg value="-Dbaseos=${os}" />
- <jvmarg value="-Dbasearch=${arch}" />
- <jvmarg value="-Dbuilder=${builderDirectory}" />
- <jvmarg value="${testNoclean}"/>
- <jvmarg value="-DjavacFailOnError=true"/>
- <jvmarg value="-DbuildDirectory=${buildDirectory}"/>
- <jvmarg value="-DbaseLocation=${eclipseDir}"/>
- <jvmarg value="-DeclipseAutomatedTestHome=${eclipseAutomatedTestHome}"/>
- <jvmarg value="-Drdt.rubyInterpreter=${rubyInterpreter}" />
- <jvmarg value="-Drdt-tests-workspace=${buildDirectory}/workspace-rdt-tests" />
- <jvmarg value="-Ddocbook.root=${docbookRoot}" />
- <!--<jvmarg value="${extraArgs}"/>-->
- <classpath>
- <pathelement location="${eclipseDir}/startup.jar" />
- </classpath>
- </java>
- </target>
-
-
- <target name="dist" depends="propertiesCCBuild,clean,featureVersion,build">
- </target>
-
- <target name="0.8.0">
- <property name="cvsLabel" value="R2006-04-27_0-8-0"/>
- <property name="label" value="0.8.0.604272100PRD"/>
- <antcall target="release"/>
- </target>
-
- <target name="0.8.0.RC1">
- <property name="cvsLabel" value="R2006-04-09_0-8-0_RC1"/>
- <property name="label" value="0.8.0.604092300RC1"/>
- <antcall target="integration"/>
- </target>
-
- <target name="0.7.0.RC1">
- <property name="cvsLabel" value="R2005-12-22_0-7-0_RC1"/>
- <property name="label" value="0.7.0.512282200RC1"/>
- <antcall target="integration"/>
- </target>
-
- <target name="0.7.0">
- <property name="cvsLabel" value="R2006-01-19_0-7-0"/>
- <property name="label" value="0.7.0.601192300PRD"/>
- <antcall target="release"/>
- </target>
-
- <target name="release">
- <property name="buildType" value="-DbuildType='S'"/>
- <antcall target="manual-build"/>
- </target>
-
- <target name="integration">
- <property name="buildType" value="-DbuildType='I'"/>
- <antcall target="manual-build"/>
- </target>
-
- <target name="manual-build">
- <!-- the only difference to a nightly build is the buildType which leads to setting a differnt
- updateSiteUrl in feature.xml -->
- <property name="buildDirectory" value="/tmp/rdt-${label}"/>
- <!-- properties which should override the values of org.rubypeople.rdt/bootstrap/build.properties must be
- specified via -D arguments for the call to eclipseRunner -->
- <property name="extraArgs" value="${buildType} -DfetchTag=${cvsLabel}"/>
- <property file="build-RDT.properties" />
- <antcall target="clean"/>
- <antcall target="featureVersion"/>
- <antcall target="build"/>
- </target>
-
- <target name="updateSiteXml" if="label">
- <property name="siteXmlFile" value="site.xml"/>
- <property name="placeHolder" value="<!--AddNewFeatureElementHere-->"/>
- <property name="featureUrl" value="features/org.rubypeople.rdt_${label}.jar"/>
- <!-- replacevalue nested element does not support variable replacement. Therefore a two step approach:
- 1. add a feature element
- 2. add newline -->
- <echo message="Adding feature version ${label} to ${siteXmlFile}"/>
- <replace file="${siteXmlFile}" token="${placeHolder}" value="<feature url="${featureUrl}" id="org.rubypeople.rdt" version="${label}"> <category name="RubyEclipseIntegrationBuilds"/> </feature> ${placeHolder}"/>
- <replace file="${siteXmlFile}" token="${placeHolder}">
- <replacevalue>
- <!--AddNewFeatureElementHere--></replacevalue>
- </replace>
- </target>
-
- <target name="deploy" if="label">
- <!-- This target is used for manually deploying integration and release builds
- Nightly builds are deployed using cruise controls config.xml file -->
- <property name="downloadUser" value="rubypeople"/>
- <property name="downloadHost" value="download.rubypeople.org"/>
- <property name="buildTypeDirectory" value="integration"/>
- <property name="downloadDirectory" value="~/subdomains/download/httpdocs/${buildTypeDirectory}/${label}"/>
- <property name="updateSiteDirectory" value="~/subdomains/updatesite/httpdocs/${buildTypeDirectory}"/>
- <property name="buildDirectory" value="/tmp/rdt-${label}/dist"/>
- <echo message="Copying ${buildDirectory} to ${downloadUser}@${downloadHost}:${downloadDirectory}"/>
- <sshexec host="${downloadHost}"
- username="${downloadUser}"
- keyfile="${user.home}/.ssh/id_download"
- command="mkdir --parents ${downloadDirectory}"/>
- <scp todir="${downloadUser}:usekeyinsteadofpw@${downloadHost}:${downloadDirectory}"
- keyfile="${user.home}/.ssh/id_download"
- passphrase="">
- <fileset dir="${buildDirectory}"/>
- </scp>
- <echo message="Copying files to updatesite: ${downloadUser}@${downloadHost}:${downloadDirectory}"/>
- <property name="updateSiteScpUrl" value="${downloadUser}@${downloadHost}:${updateSiteDirectory}"/>
- <scp todir="${updateSiteScpUrl}"
- keyfile="${user.home}/.ssh/id_download"
- passphrase="">
- <fileset dir="${buildDirectory}/updateSite">
- <exclude name="site.xml"/>
- </fileset>
- </scp>
- <echo message="Updating site.xml"/>
- <property name="siteXmlFile" value="/tmp/site.xml"/>
- <scp file="${updateSiteScpUrl}/site.xml"
- localTofile="${siteXmlFile}"
- keyfile="${user.home}/.ssh/id_download"
- passphrase=""/>
- <antcall target="updateSiteXml"/>
- <scp file="${siteXmlFile}"
- todir="${updateSiteScpUrl}"
- keyfile="${user.home}/.ssh/id_download"
- passphrase=""/>
- </target>
-
- <target name="deploy-sourceforge" if="label">
- <property name="buildDirectory" value="/tmp/rdt-${label}/dist"/>
- <ftp server="upload.sf.net" remotedir="incoming" userid="anonymous" password="mba...@us...">
- <fileset dir="${buildDirectory}">
- <include name="org.rubypeople.rdt-${label}.zip"/>
- </fileset>
- </ftp>
- </target>
-</project>
Deleted: trunk/org.rubypeople.rdt.build/cruiseControl/build.properties
===================================================================
--- trunk/org.rubypeople.rdt.build/cruiseControl/build.properties 2007-05-11 18:56:59 UTC (rev 2469)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/build.properties 2007-05-14 06:44:25 UTC (rev 2470)
@@ -1,146 +0,0 @@
-###############################################################################
-# Copyright (c) 2003, 2004 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Common Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-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
-############## BUILD / GENERATION CONTROL ################
-# The directory into which the build elements will be fetched and where
-# the build will take place.
-# Do not enter relative paths, because otherwise the directory.txt file
-# won't be found
-# If relative , the directory would be relative to the $builder directory
-#buildDirectory=D:\\Temp\\buildresult3
-
-# Type of build. Used in naming the build output. Typically this value is
-# one of I, N, M, S, ...
-# If you change this, please also see the featureVersion and baseFeatureVersion properties below
-buildType=N
-
-# ID of the build. Used in naming the build output. (the zip file)
-# buildId is set in customTargets.xml in order to consider a dynamic featureVersion for nightlyBuild
-#buildId=${featureVersion}
-
-# Label for the build. Used in naming the build output (the directory)
-# buildLabel is set in customTargets.xml in order to consider a dynamic featureVersion for nightlyBuild
-#buildLabel=${featureVersion}
-
-# 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=D:\\eclipse-3.0
-
-#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 is a subdirectory of $buildDirectory
-# Set collectingFolder and archivePrefix to . if you want to create archives without
-# trailing eclipse in the paths of the included files
-collectingFolder=.
-
-# The prefix that will be used in the generated archive.
-# Does not make sense to use a different archivePrefix than collectingFolder,
-# because zip wouldn't find any files to include into the target zip otherwise
-archivePrefix=.
-
-# 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
-# Doesn't work
-#zipArgs=-z "RDT: extract into eclipse-installation directory"
-
-############# 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
-#bootclasspath=D:\\java\\j2sdk1.4.2_05\\jre\\lib\\rt.jar
-
-# Whether or not to include debug info in the output jars
-javacDebugInfo=true
-
-# 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
-
-#collPlace=eclipse
-#collBase=.
-#collectingFolder=eclipse
-#archivePrefix=eclipse
-
-# Depending on the build type, define either baseFeatureVersion or featureVersion
-# A) Nightly Build
-# In the case of a nightly build the property featureVersion will be created in
-# customTargets.xml. It will include a timestamp in the minor version number.
-# The baseFeatureVersion must be set, because it is used to replace the version in the
-# feature.xml files of the rdt feature.xml and the test feature.xml with the created featureVersion
-baseFeatureVersion=0.0.0
-
-# B) Every other Build type
-# featureVersion is used for setting the version of org.rubypeople.rdt.doc.user/plugin.xml
-# and for calling the appropriate test suite in customTargets.xml
-#
-#featureVersion=0.6.0
-
-# if the buildType is N a property featureVersion will be created in
-# customTargets.xml. The featureVersion consists of the nightlyBuildFeatureVersionPrefix
-# concatenated with a timestamp in the format yyyyMMddhhmm
-# Please mind that this property is not used from cruiseControl. CruiseControl needs to
-# calculate the build label by its own with a label incrementer. See config.xml for
-# how to change the prefix for the eclipse label incrementer
-nightlyBuildFeatureVersionPrefix=0.8.0.
-
-# the buildResultsDirectory specifies a directory into which the build results are copied
-# after a successful build
-buildResultsDirectory=${buildDirectory}/dist
-
-# There are three update site URLs for three streams of RDT builds: releases, integration
-# and nightly builds. For each build the appropriate URL must be placed into feature.xml
-# The feature.xml file contains the release update site by default
-
-releaseUpdateSiteURL=http://rubyeclipse.sourceforge.net/updatesite
-
-# in case of a nightly or integration build the releaseUpdateSiteURL in feature.xml is
-# replaced with one of the following entries
-nightlyBuildUpdateSiteURL=http://updatesite.rubypeople.org/nightly
-integrationBuildUpdateSiteURL=http://updatesite.rubypeople.org/integration
-
-svnScript=/home/rdt/cruiseControlWorkspace/svn_co_rdt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|