Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2010-08-08 05:05:15 +0000
committerdavid_williams2010-08-08 05:05:15 +0000
commit0d78c791552ed3f82b630ef74707b31047c01504 (patch)
tree7c08c623f7bbb69de6a1bf78587ebb0aa361a7d7 /releng/galileo/maps
parent58ef10e1d84088d9841731525e32aefdbcd7fb88 (diff)
downloadwebtools.maps-0d78c791552ed3f82b630ef74707b31047c01504.tar.gz
webtools.maps-0d78c791552ed3f82b630ef74707b31047c01504.tar.xz
webtools.maps-0d78c791552ed3f82b630ef74707b31047c01504.zip
update versioning reference to 3.2.1
Diffstat (limited to 'releng/galileo/maps')
-rw-r--r--releng/galileo/maps/dependencies.properties409
-rw-r--r--releng/galileo/maps/jsdttestdependency.xml278
-rw-r--r--releng/galileo/maps/testdependency.xml167
3 files changed, 0 insertions, 854 deletions
diff --git a/releng/galileo/maps/dependencies.properties b/releng/galileo/maps/dependencies.properties
deleted file mode 100644
index b7a1a42ff..000000000
--- a/releng/galileo/maps/dependencies.properties
+++ /dev/null
@@ -1,409 +0,0 @@
-#######################################################################################
-#
-# remember, trailing spaces are not trimmed in ant files,
-# so it's often helpful to trim them "manually" from this file
-#
-# A dependency is identied by:
-# groupId: a simple component name that adheres to java
-# variable naming conventions. e.g. wtp
-# url: Url to a remote repository that can be used by a
-# http GET request to download the library
-# to a local cache repository. URL should not include the file.
-# See the next description for the file
-# file: Name of the library that is used. If the library is platform dependent
-# it must have suffixes such as: file.linux.gtk.x86
-# These suffixes are the same as those used by releng baseos,basews,basearch
-# baseos=linux or win32
-# basews=gtk or win32
-# basearch=x86
-# name: A short user readable name for the library.
-# description: One line description for the library.
-# autodownload: [optional] default true. Set this to false if the file cannot be
-# downloaded automatically (i.e. requires license accept click through).
-# If autodownload is false, and the library is not avaialbe in the local
-# repository (cache). User must download the library and copy it into
-# the local repository.
-# releng.url: [optional] Copies the original to a releng repository. Useful for libraries
-# that can get deleted from their original URLs. Releng will use
-# the local cache, original url, releng.url in that order to get the
-# the dependency. If a releng.url is not provided, the library will
-# always be requested from its original site.
-#
-# Example:
-# wtp.url=http://download.eclipse.org/webtools/downloads/drops/R-0.7-200507290654
-# wtp.file=wtp-sdk-0.7.zip
-# wtp.name=WTP 0.7 SDK
-# wtp.description=WTP 0.7 SDK distribution
-#######################################################################################
-
-
-#######################################################################################
-
-orbitthirdpartyzip.build.dir=R20100114021427
-orbitthirdpartyzip.build.id=R20100114021427
-
-orbitthirdpartyzip.mirror.prefixuri=/tools/orbit/downloads/drops/${orbitthirdpartyzip.build.dir}
-orbitthirdpartyzip.url=http://download.eclipse.org${orbitthirdpartyzip.mirror.prefixuri}
-orbitthirdpartyzip.file=orbit-${orbitthirdpartyzip.build.id}.zip
-orbitthirdpartyzip.name=Orbit thirdparty zip
-orbitthirdpartyzip.description=Orbit thirdparty zip
-orbitthirdpartyzip.build.home=http://download.eclipse.org/tools/orbit/
-
-
-orbitthirdpartymap.url=http://download.eclipse.org${orbitthirdpartyzip.mirror.prefixuri}
-orbitthirdpartymap.file=orbitBundles-${orbitthirdpartyzip.build.id}.map
-orbitthirdpartymap.name=orbit thirdparty map
-orbitthirdpartymap.description=orbit thirdparty map
-
-
-#######################################################################################
-# SourceForge DITA-OT
-# DITA zip to be downloaded
-# DITA will be used for Eclipse Help
-# groupID : dita
-dita.url=http://osdn.dl.sourceforge.net/sourceforge/dita-ot/
-dita.file=DITA-OT1.2.1_bin-ASL.zip
-dita.name=SourceForge DITA-OT 1.2.1
-dita.description=DITA-OT 1.2.1 Binary ASL Distribution
-#######################################################################################
-
-wtp.eclipse.build.id=3.5.2
-wtp.eclipse.build.dir=R-3.5.2-201002111343
-eclipse.name=Eclipse SDK v3.5.2
-eclipse.description=Eclipse SDK v3.5.2 Maintenance
-
-#######################################################################################
-# Eclipse SDK Dependency
-# Eclipse zip to be downloaded
-# Eclipse SDK will be used for building the distribution
-# groupID : eclipse
-
-eclipse.mirror.prefixuri=/eclipse/downloads/drops/${wtp.eclipse.build.dir}
-eclipse.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
-eclipse.file.linux-gtk-x86=eclipse-SDK-${wtp.eclipse.build.id}-linux-gtk.tar.gz
-eclipse.file.linux-gtk-ppc=eclipse-SDK-${wtp.eclipse.build.id}-linux-gtk-ppc.tar.gz
-eclipse.file.win32-win32-x86=eclipse-SDK-${wtp.eclipse.build.id}-win32.zip
-eclipse.file.macosx-carbon-ppc=eclipse-SDK-${wtp.eclipse.build.id}-macosx-carbon.tar.gz
-eclipse.build.home=http://download.eclipse.org/eclipse/downloads/
-
-#######################################################################################
-
-eclipseplatform.mirror.prefixuri=/eclipse/downloads/drops/${wtp.eclipse.build.dir}
-eclipseplatform.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
-eclipseplatform.file.linux-gtk-x86=eclipse-platform-${wtp.eclipse.build.id}-linux-gtk.tar.gz
-eclipseplatform.file.linux-gtk-ppc=eclipse-platform-${wtp.eclipse.build.id}-linux-gtk-ppc.tar.gz
-eclipseplatform.file.win32-win32-x86=eclipse-platform-${wtp.eclipse.build.id}-win32.zip
-eclipseplatform.file.macosx-carbon-ppc=eclipse-platform-${wtp.eclipse.build.id}-macosx-carbon.tar.gz
-eclipseplatform.build.home=http://download.eclipse.org/eclipse/downloads/
-
-#######################################################################################
-
-
-#######################################################################################
-# Eclipse Test Framework
-# Eclipse Test Framework support zip to be downloaded
-# Eclipse Test Framework will be used for testing and building the tests
-# groupID : eclipseTestFramework
-
-eclipsetestFramework.id=${wtp.eclipse.build.id}
-eclipseTestFramework.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
-eclipseTestFramework.file=eclipse-test-framework-${eclipsetestFramework.id}.zip
-
-eclipseTestFramework.name=Eclipse Test Framework v3.5.
-eclipseTestFramework.description=Infrastructure to assist running automated JUnits.
-eclipseTestFramework.mirror.prefixuri=${eclipse.mirror.prefixuri}
-eclipseTestFramework.build.home=${eclipse.build.home}
-
-#######################################################################################
-
-#######################################################################################
-# Eclipse releng tool
-# purely a handy link for committers
-
-eclipsereleng.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
-eclipsereleng.file=org.eclipse.releng.tools-${wtp.eclipse.build.id}.zip
-eclipsereleng.name=Eclipse Releng Tool v3.5.
-eclipsereleng.description=Team tool to assist in releasing code.
-eclipsereleng.mirror.prefixuri=${eclipse.mirror.prefixuri}
-eclipsereleng.build.home=${eclipse.build.home}
-
-#######################################################################################
-
-#######################################################################################
-# Eclipse Modeling Framework (EMF) Dependency
-# EMF zip to be downloaded
-# EMF XSD SDK will be used for building the distribution
-# groupID : emf
-
-emf.id=2.5.0
-emf.dir.id=R200906151043
-
-emf.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.5.0/${emf.dir.id}
-emf.file=emf-runtime-${emf.id}.zip
-emf.name=EMF v2.5 Runtime
-
-emf.url=http://download.eclipse.org${emf.mirror.prefixuri}
-emf.description=Minimum executable code.
-emf.build.home=http://www.eclipse.org/modeling/emf/downloads/
-
-emfsourcedoc.id=${emf.id}
-emfsourcedoc.dir.id=${emf.dir.id}
-
-emfsourcedoc.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.5.0/${emfsourcedoc.dir.id}
-emfsourcedoc.file=emf-sourcedoc-${emfsourcedoc.id}.zip
-emfsourcedoc.name=EMF v2.5 Source and Docs
-
-emfsourcedoc.url=http://download.eclipse.org${emf.mirror.prefixuri}
-emfsourcedoc.description=Additional download with Source and Documentation.
-emfsourcedoc.build.home=http://www.eclipse.org/modeling/emf/downloads/
-
-
-#######################################################################################
-
-emfxsd.id=${emf.id}
-emfxsd.dir.id=${emf.dir.id}
-emfxsd.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.5.0/${emfxsd.dir.id}
-emfxsd.file=xsd-runtime-${emfxsd.id}.zip
-emfxsd.name=EMF XSD v2.5 Runtime
-
-emfxsd.url=http://download.eclipse.org${emfxsd.mirror.prefixuri}
-emfxsd.description=Minimum executable code.
-emfxsd.build.home=http://www.eclipse.org/modeling/emf/downloads/
-
-emfxsdsourcedoc.id=${emfxsd.id}
-emfxsdsourcedoc.dir.id=${emfxsd.dir.id}
-emfxsdsourcedoc.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.5.0/${emfsourcedoc.dir.id}
-emfxsdsourcedoc.file=xsd-sourcedoc-${emfsourcedoc.id}.zip
-emfxsdsourcedoc.name=EMF XSD v2.5 Source and Docs
-
-emfxsdsourcedoc.url=http://download.eclipse.org${emf.mirror.prefixuri}
-emfxsdsourcedoc.description=Additional download with Source and Documentation.
-emfxsdsourcedoc.build.home=http://www.eclipse.org/modeling/emf/downloads/
-
-
-#######################################################################################
-# Eclipse Modeling Framework (EMF) Validation
-# EMF Validation zip to be downloaded
-# groupID : emfvalidation
-
-emfvalidation.id=1.3.1
-emfvalidation.dir.id=R200909151245
-
-emfvalidation.mirror.prefixuri=/modeling/emf/validation/downloads/drops/1.3.1/${emfvalidation.dir.id}
-emfvalidation.file=emf-validation-runtime-${emfvalidation.id}.zip
-emfvalidation.name=EMF Validation 1.3.1 Runtime
-
-emfvalidation.url=http://download.eclipse.org${emfvalidation.mirror.prefixuri}
-emfvalidation.description=Minimum executable code.
-emfvalidation.build.home=http://www.eclipse.org/modeling/emf/validation/downloads/
-
-emfvalidationsourcedoc.id=${emfvalidation.id}
-emfvalidationsourcedoc.dir.id=${emfvalidation.dir.id}
-
-emfvalidationsourcedoc.mirror.prefixuri=/modeling/emf/validation/downloads/drops/1.3.1/${emfvalidationsourcedoc.dir.id}
-emfvalidationsourcedoc.file=emf-validation-SDK-${emfvalidationsourcedoc.id}.zip
-emfvalidationsourcedoc.name=EMF Validation 1.3.1 Source and Docs
-
-emfvalidationsourcedoc.url=http://download.eclipse.org${emfvalidation.mirror.prefixuri}
-emfvalidationsourcedoc.description=Additional download with Source and Documentation.
-emfvalidationsourcedoc.build.home=http://www.eclipse.org/modeling/emf/validation/downloads/
-
-
-#######################################################################################
-
-
-
-#######################################################################################
-
-# Eclipse Graphical Editing Framework (GEF) Dependency
-# GEF zip to be downloaded
-# GEF SDK will be used for building the distribution
-# groupID : gef
-
-gef.id=3.5.2
-gef.dir.id=R201002241200
-
-gef.mirror.prefixuri=/tools/gef/downloads/drops/3.5.2/${gef.dir.id}
-gef.file=GEF-SDK-${gef.id}.zip
-gef.name=GEF SDK 3.5.2 Maintenance
-
-gef.url=http://download.eclipse.org${gef.mirror.prefixuri}
-gef.description=GEF Code and Source.
-gef.build.home=http://download.eclipse.org/tools/gef/downloads/
-
-#######################################################################################
-
-#######################################################################################
-# Eclipse Data Tools Platform (DTP) Dependency
-# DTP zip to be downloaded
-# DTP SDK will be used for building the distribution
-# groupID : dtp
-
-dtp.mirror.prefixuri=/datatools/downloads/drops/N_DTP_1.7.1/
-dtp.file=dtp-sdk-1.7.1RC3-200909040500.zip
-dtp.name=DTP sdk v1.7.1
-
-dtp.url=http://download.eclipse.org${dtp.mirror.prefixuri}
-dtp.description=Code and Source.
-dtp.build.home=http://www.eclipse.org/datatools/downloads.php
-
-#######################################################################################
-
-#######################################################################################
-# Jakarta Tomcat Dependency
-# tomcat zip to be downloaded
-# Tomcat will be used for testing the distribution
-# groupID : tomcat.5
-tomcat.5.url=http://archive.apache.org/dist/tomcat/tomcat-5/v5.0.28/bin
-tomcat.5.file=jakarta-tomcat-5.0.28.zip
-tomcat.5.name=Jakarta Tomcat v5.0.28
-tomcat.5.description=Jakarta Tomcat v5.0.28
-#######################################################################################
-
-#######################################################################################
-# Apache Tomcat Dependency
-# tomcat zip to be downloaded
-# Tomcat will be used for testing the distribution
-# groupID : tomcat.4
-tomcat.4.url=http://archive.apache.org/dist/tomcat/tomcat-4/v4.1.36/bin
-tomcat.4.file=apache-tomcat-4.1.36.zip
-tomcat.4.name=Apache Tomcat v4.1.36
-tomcat.4.description=${tomcat.4.name}
-#######################################################################################
-
-#######################################################################################
-# ObjectWeb JOnAS Dependency
-# jonas zip to be downloaded
-# JOnAS will be used for testing the distribution
-# groupID : jonas.4
-jonas.4.url=http://download.forge.objectweb.org/jonas/
-jonas.4.file=jonas4.3.2-tomcat5.0.30.tgz
-jonas.4.name=ObjectWeb JOnAS Tomcat v4.3.2
-jonas.4.description=ObjectWeb JOnAS Tomcat v4.3.2
-#######################################################################################
-
-#######################################################################################
-# OAGIS Dependency
-# oagis_release zip to be downloaded (CANNOT BE DOWNLOADED AUTOMATICALLY)
-# oagis_release will be used for testing the distribution
-# groupID : oagis.release
-oagis.release.url=http://www.openapplications.org/downloads/oagis/rls80/
-oagis.release.file=oagis_release_8.0_GA-withSP3.zip
-oagis.release.autodownload=true
-oagis.release.name=OAGIS Release v8.0 SP3
-oagis.release.description=OAGIS Release v8.0 SP3
-#######################################################################################
-
-#######################################################################################
-# OAGIS WSDL
-# oagis_wsdl_8.0.zip to be downloaded (CANNOT BE DOWNLOADED AUTOMATICALLY)
-# oagis_wdl will be used for testing the distribution
-# groupID : oagis.wsdl
-oagis.wsdl.url=http://www.openapplications.org/downloads/oagis/rls80
-oagis.wsdl.file=WSDL_1.1_for%20OAGIS_8.0.zip
-oagis.wsdl.autodownload=true
-oagis.wsdl.name=OAGIS WSDL v8.0 SP3
-oagis.wsdl.description=OAGIS WSDL v8.0 SP3
-#######################################################################################
-
-#######################################################################################
-# Apache Derby
-# Derby zip to be downloaded
-# Derby will be used for performance testing
-# groupID : derby
-derby.url=http://cvs.apache.org/dist/incubator/derby/10.0.2.1
-derby.file=incubating-derby-10.0.2.1-bin.zip
-derby.name=Apache Derby 10.0.2.1
-derby.description=Apache Derby 10.0.2.1
-#######################################################################################
-
-#######################################################################################
-# JavaServer Faces(JSF) Runtime Library Dependency
-# jsf runtime library zip to be downloaded
-# JSF Runtime Library will be used for testing the JSF Tools features
-# groupID : jsf.1_1
-jsf.1_1.url=http://archive.apache.org/dist/myfaces/binaries/
-jsf.1_1.file=myfaces-core-1.1.5-bin.zip
-jsf.1_1.name=Apache MyFaces 1.1.5
-jsf.1_1.description=Apache MyFaces 1.1.5 reference implementation libraries
-#######################################################################################
-
-#URL to Web Tools downloads
-# non-mirrored site: webtoolsDownloadURL=http://download.eclipse.org/webtools/downloads/drops
-# use mirrored site as follows:
-webtoolsDownloadURL=http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops
-
-#URL to Internal Reference Tool
-internalRefToolURL=http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/jdt-core-home/tools/internal/internal-200302241157.zip
-internalRefToolFile=internal-200302241157.zip
-
-
-
-# WST or XML is required for XSL build
-wst.file=wtp-wst-sdk-R-3.1.2-20100211202452.zip
-wst.name=WST
-wst.description=WST
-wst.build.home=http://download.eclipse.org/webtools/downloads/
-wst.mirror.prefixuri=/webtools/downloads/drops/R3.1.2/R-3.1.2-20100211202452
-wst.url=http://download.eclipse.org${wst.mirror.prefixuri}
-
-
-xml.file=wtp-xml-sdk-I-3.1-20090430124930.zip
-xml.name=XML
-xml.description=XML
-xml.build.home=http://build.eclipse.org/webtools/committers/
-xml.mirror.prefixuri=/webtools/downloads/xml-R3.1-I/20090430124930/I-3.1-20090430124930
-xml.url=http://download.eclipse.org/${xml.mirror.prefixuri}
-
-
-eclipse.fspath.prefix=/home/data/httpd/download.eclipse.org
-
-
-#######################################################################################
-# Java Persistence API Tools(JPT) Runtime Library Dependency
-# JPT Runtime library zip to be downloaded
-# JPT Runtime Library will be used for JUnit testing the JPT Tools features
-# groupID : jpt-persistence.jar
-jpt-persistence.jar.url=http://www.eclipse.org/webtools/dali/dev/
-jpt-persistence.jar.file=jpt-persistence-2.0-preview.zip
-jpt-persistence.jar.name=Persistence Jar
-jpt-persistence.jar.description=Persistence libraries
-#######################################################################################
-
-#######################################################################################
-# Java Persistence API Tools(JPT) Runtime Library Dependency
-# EclipseLink library zip to be downloaded
-# EclipseLink Library will be used for JUnit testing the JPT Tools features
-# groupID : jpt-eclipselink.jar
-jpt-eclipselink.jar.url=http://www.eclipse.org/webtools/dali/dev/
-jpt-eclipselink.jar.file=jpt-eclipselink-2.0.0.zip
-jpt-eclipselink.jar.name=EclipseLink Jar
-jpt-eclipselink.jar.description=EclipseLink libraries
-#######################################################################################
-
-jst.file=wtp-jst-sdk-R-3.1-20090616035105.zip
-jst.name=JST
-jst.description=JST for prereqs
-jst.build.home=http://download.eclipse.org/webtools/downloads/
-jst.mirror.prefixuri=/webtools/downloads/drops/R3.1/R-3.1-20090616035105
-jst.url=http://download.eclipse.org${jst.mirror.prefixuri}
-
-
-# WTP
-wtp.file=wtp-sdk-R-3.1-20090616035105.zip
-wtp.name=WTP
-wtp.description=WTP for jax ws Builds
-wtp.build.home=http://download.eclipse.org/webtools/downloads/
-wtp.mirror.prefixuri=/webtools/downloads/drops/R3.1/R-3.1-20090616035105
-wtp.url=http://download.eclipse.org${wtp.mirror.prefixuri}
-
-### DLTK
-dltk.mirror.prefixuri=/technology/dltk/downloads/drops/R1.0/R-1.0.2-201002091326/
-dltk.file=dltk-core-sdk-S-1.0.2-201002091326.zip
-dltk.name=DLTK SDK 1.0.2
-
-dltk.url=http://download.eclipse.org${dltk.mirror.prefixuri}
-dltk.description=DLTK Code and Source.
-dltk.build.home=http://download.eclipse.org/technology/dltk/downloads/
-
-
diff --git a/releng/galileo/maps/jsdttestdependency.xml b/releng/galileo/maps/jsdttestdependency.xml
deleted file mode 100644
index 06afad79e..000000000
--- a/releng/galileo/maps/jsdttestdependency.xml
+++ /dev/null
@@ -1,278 +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">
- <property
- environment="env"/>
- <!-- required to get proper value of dropinsFolder -->
- <property
- name="keyCfgFile"
- value="${env.PROJECT_BUILDERS}/${projectname}/${env.RELENG}/maps/build.cfg"/>
- <echo
- level="info"
- message="keyCfgFile: ${keyCfgFile}"/>
- <fail
- message="Required property file does not exist: ${keyCfgFile}">
- <condition>
- <not>
- <available
- file="${keyCfgFile}"/>
- </not>
- </condition>
- </fail>
- <property
- file="${keyCfgFile}"/>
- <condition
- property="getprereq.eclipse">
- <istrue
- value="true"/>
- </condition>
- <condition
- property="getprereq.eclipseplatform">
- <istrue
- value="false"/>
- </condition>
- <condition
- property="getprereq.emf">
- <istrue
- value="false"/>
- </condition>
- <condition
- property="getprereq.emfxsd">
- <istrue
- value="false"/>
- </condition>
- <condition
- property="getprereq.emfvalidation">
- <istrue
- value="false"/>
- </condition>
- <condition
- property="getprereq.gef">
- <istrue
- value="false"/>
- </condition>
- <condition
- property="getprereq.dtp">
- <istrue
- value="false"/>
- </condition>
- <condition
- property="getprereq.wst">
- <istrue
- value="false"/>
- </condition>
- <condition
- property="getprereq.jst">
- <istrue
- value="false"/>
- </condition>
- <condition
- property="getprereq.wtp">
- <istrue
- value="false"/>
- </condition>
- <condition
- property="getprereq.dltk">
- <istrue
- value="false"/>
- </condition>
- <target
- name="get">
- <!--
- read in this properties, just so we can make sure our
- requested pre-reqs are defined, which we do later with
- statements such if="${groupId}.url"
- -->
- <property
- file="${dependency.properties}"/>
- <antcall
- target="prereq.emf"/>
- <antcall
- target="prereq.emfxsd"/>
- <antcall
- target="prereq.emfvalidation"/>
- <antcall
- target="prereq.gef"/>
- <antcall
- target="prereq.dtp"/>
- <antcall
- target="prereq.wst"/>
- <antcall
- target="prereq.jst"/>
- <antcall
- target="prereq.wtp"/>
- <antcall
- target="prereq.dltk"/>
- <antcall
- target="getAndInstallBase">
- <param
- name="groupId"
- value="eclipse"/>
- </antcall>
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="eclipseTestFramework"/>
- </antcall>
- </target>
- <target
- name="prereq.eclipse"
- if="getprereq.eclipse">
- <antcall
- target="getAndInstallBase">
- <param
- name="groupId"
- value="eclipse"/>
- </antcall>
- </target>
- <target
- name="prereq.eclipseplatform"
- if="getprereq.eclipseplatform">
- <antcall
- target="getAndInstallBase">
- <param
- name="groupId"
- value="eclipseplatform"/>
- </antcall>
- </target>
- <target
- name="prereq.emf"
- if="getprereq.emf">
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="emf"/>
- </antcall>
- </target>
- <target
- name="prereq.emfxsd"
- if="getprereq.emfxsd">
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="emfxsd"/>
- </antcall>
- </target>
- <target
- name="prereq.emfvalidation"
- if="getprereq.emfvalidation">
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="emfvalidation"/>
- </antcall>
- </target>
- <target
- name="prereq.gef"
- if="getprereq.gef">
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="gef"/>
- </antcall>
- </target>
- <target
- name="prereq.dtp"
- if="getprereq.dtp">
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="dtp"/>
- </antcall>
- </target>
- <target
- name="prereq.wst"
- if="getprereq.wst">
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="wst"/>
- </antcall>
- </target>
- <target
- name="prereq.jst"
- if="getprereq.jst">
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="jst"/>
- </antcall>
- </target>
- <target
- name="prereq.wtp"
- if="getprereq.wtp">
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="wtp"/>
- </antcall>
- </target>
- <target
- name="prereq.dltk"
- if="getprereq.dltk">
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="dltk"/>
- </antcall>
- </target>
- <target
- name="getAndInstallBase"
- if="${groupId}.url">
- <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>
- <target
- name="getAndInstallDropins"
- if="${groupId}.url">
- <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}${dropinsFolder}"/>
- </ant>
- </target>
-</project> \ No newline at end of file
diff --git a/releng/galileo/maps/testdependency.xml b/releng/galileo/maps/testdependency.xml
deleted file mode 100644
index 1b205c124..000000000
--- a/releng/galileo/maps/testdependency.xml
+++ /dev/null
@@ -1,167 +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">
- <property
- environment="env"/>
- <!-- required to get proper value of dropinsFolder -->
- <property
- name="keyCfgFile"
- value="${env.PROJECT_BUILDERS}/${projectname}/${env.RELENG}/maps/build.cfg"/>
- <echo
- level="info"
- message="keyCfgFile: ${keyCfgFile}"/>
- <fail
- message="Required property file does not exist: ${keyCfgFile}">
- <condition>
- <not>
- <available
- file="${keyCfgFile}"/>
- </not>
- </condition>
- </fail>
- <property
- file="${keyCfgFile}"/>
- <target
- name="get">
- <!--
- read in this properties, just so we can make sure our
- requested pre-reqs are defined, which we do later with
- statements such if="${groupId}.url"
- -->
- <property
- file="${dependency.properties}"/>
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="emf"/>
- </antcall>
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="emfxsd"/>
- </antcall>
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="emfvalidation"/>
- </antcall>
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="gef"/>
- </antcall>
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="dtp"/>
- </antcall>
- <antcall
- target="getAndInstallBase">
- <param
- name="groupId"
- value="eclipse"/>
- </antcall>
- <antcall
- target="getAndInstallDropins">
- <param
- name="groupId"
- value="eclipseTestFramework"/>
- </antcall>
- <antcall
- target="getAndInstallBase">
- <param
- name="groupId"
- value="tomcat.5"/>
- </antcall>
- <antcall
- target="getAndInstallBase">
- <param
- name="groupId"
- value="jonas.4"/>
- </antcall>
- <antcall
- target="getAndInstallBase">
- <param
- name="groupId"
- value="oagis.release"/>
- </antcall>
- <antcall
- target="getAndInstallBase">
- <param
- name="groupId"
- value="oagis.wsdl"/>
- </antcall>
- <antcall
- target="getAndInstallBase">
- <param
- name="groupId"
- value="jsf.1_1"/>
- </antcall>
- <antcall
- target="getAndInstallBase">
- <param
- name="groupId"
- value="jpt-persistence.jar"/>
- </antcall>
- <antcall
- target="getAndInstallBase">
- <param
- name="groupId"
- value="jpt-eclipselink.jar"/>
- </antcall>
- </target>
- <target
- name="getAndInstallBase"
- if="${groupId}.url">
- <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>
- <target
- name="getAndInstallDropins"
- if="${groupId}.url">
- <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}${dropinsFolder}"/>
- </ant>
- </target>
-</project> \ No newline at end of file

Back to the top