From c77eeca2907a7cf3082275ba147d240b50f4c29e Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Sat, 12 Jan 2008 06:54:37 +0000 Subject: [PATCH] retiring this branch --- .../wtp-patches-tests/dependency.xml | 84 ------------------- .../buildutilities.properties | 4 - .../localBuildExample/description.txt | 11 --- 3 files changed, 99 deletions(-) delete mode 100644 releng.wtpbuilder/components/wtp-patches-tests/dependency.xml delete mode 100644 releng.wtpbuilder/localBuildExample/buildutilities.properties delete mode 100644 releng.wtpbuilder/localBuildExample/description.txt diff --git a/releng.wtpbuilder/components/wtp-patches-tests/dependency.xml b/releng.wtpbuilder/components/wtp-patches-tests/dependency.xml deleted file mode 100644 index 8e2981a3d..000000000 --- a/releng.wtpbuilder/components/wtp-patches-tests/dependency.xml +++ /dev/null @@ -1,84 +0,0 @@ -<?xml version="1.0"?> -<!-- ====================================================================== - Properties that must be passed to this script: - base.install.dir - dependencyTargets - local.cache.dir - dependency.properties - - - ====================================================================== --> -<project - name="test" - default="get"> - - <target name="get"> - <antcall target="getAndInstall"> - <param - name="groupId" - value="emf" /> - </antcall> - <antcall target="getAndInstall"> - <param - name="groupId" - value="gef" /> - </antcall> - - <antcall target="getAndInstall"> - <param - name="groupId" - value="eclipse" /> - </antcall> - <antcall target="getAndInstall"> - <param - name="groupId" - value="eclipseTestFramework" /> - </antcall> - - - <!-- for patch builds, also get a whole released version to - compile against --> - <antcall target="getAndInstall"> - <param - name="groupId" - value="wtp" /> - </antcall> - <!-- including tests --> - <antcall target="getAndInstall"> - <param - name="groupId" - value="wtp-wst-test" /> - </antcall> - <antcall target="getAndInstall"> - <param - name="groupId" - value="wtp-jst-test" /> - </antcall> - </target> - - - <target name="getAndInstall"> - <ant - antfile="${dependencyTargets}" - target="checkDependency"> - <property - name="groupId" - value="${groupId}" /> - </ant> - <ant - antfile="${dependencyTargets}" - target="installDependency"> - <property - name="groupId" - value="${groupId}" /> - <property - name="install.destination" - value="${base.install.dir}" /> - </ant> - </target> - - - - -</project> - diff --git a/releng.wtpbuilder/localBuildExample/buildutilities.properties b/releng.wtpbuilder/localBuildExample/buildutilities.properties deleted file mode 100644 index 20733ef88..000000000 --- a/releng.wtpbuilder/localBuildExample/buildutilities.properties +++ /dev/null @@ -1,4 +0,0 @@ - -# it is faster, for local builds to not do normalization. -# it is only needed when pack200 is required -normalizeJarFiles=false diff --git a/releng.wtpbuilder/localBuildExample/description.txt b/releng.wtpbuilder/localBuildExample/description.txt deleted file mode 100644 index 126b4753f..000000000 --- a/releng.wtpbuilder/localBuildExample/description.txt +++ /dev/null @@ -1,11 +0,0 @@ - -The files in this directory are not used -in production builds. - -The are given here as examples of how someone might -override various build properties on their own machine, -to do "local builds". - -These files, if used, should be in the directory named in -the LOCAL_BUILD_PROPERTIES_DIR environment variable, which -is set in the "commonVariations" file. -- GitLab