blob: 704b860fefd83dd0eed8aa7b43c359a24c397c88 [file] [log] [blame]
#######################################################################################
# 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 useb 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. requies 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 itrs 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
#######################################################################################
#######################################################################################
# Eclipse SDK Dependency
# Eclipse zip to be downloaded
# Eclipse SDK will be used for building the distribution
# groupID : eclipse
eclipse.url = http://download.eclipse.org/eclipse/downloads/drops/S-3.2M6-200603312000/
eclipse.file.linux-gtk-x86=eclipse-SDK-3.2M6-linux-gtk.tar.gz
eclipse.file.linux-gtk-ppc=eclipse-SDK-3.2M6-linux-gtk-ppc.tar.gz
eclipse.file.win32-win32-x86=eclipse-SDK-3.2M6-win32.zip
eclipse.name = Eclipse SDK v3.2 M6
eclipse.description = Eclipse SDK v3.2 M6
#######################################################################################
#######################################################################################
# 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.url = http://download.eclipse.org/eclipse/downloads/drops/I20060327-2000/
eclipseTestFramework.releng.url = http://download.eclipse.org/webtools/downloads/drivers/
eclipseTestFramework.file = eclipse-test-framework-I20060327-2000.zip
eclipseTestFramework.name = Eclipse test framework v3.2 I20060327-2000
eclipseTestFramework.description = Eclipse test framework v3.2 I20060327-2000
#######################################################################################
#######################################################################################
# Eclipse Modeling Framework (EMF) Dependency
# EMF zip to be downloaded
# EMF SDO XSD SDK will be used for building the distribution
# groupID : emf
emf.url = http://download.eclipse.org/tools/emf/downloads/drops/2.2.0/I200603230128
emf.releng.url = http://archive.eclipse.org/webtools/downloads/drivers
emf.file = emf-sdo-xsd-SDK-Nicholas.zip
emf.name = EMF SDO XSD sdk v2.2.0 Nicholas Build
emf.description = EMF XSD SDO sdk bundle v2.2.0 I200603230128
#######################################################################################
#######################################################################################
# Eclipse Graphical Editing Framework (GEF) Dependency
# GEF zip to be downloaded
# GEF SDK will be used for building the distribution
# groupID : gef
gef.url = http://download.eclipse.org/tools/gef/downloads/drops/I-I20060309-200603090326
gef.releng.url = http://archive.eclipse.org/webtools/downloads/drivers
gef.file = GEF-SDK-I20060309.zip
gef.name = GEF sdk v3.2 I20060309
gef.description = GEF sdk v3.2 I20060309
#######################################################################################
#######################################################################################
# Java EMF Model (JEM) Dependency
# JEM zip to be downloaded
# JEM SDK will be used for building the distribution
# groupID : jem
jem.url = http://download.eclipse.org/tools/ve/downloads/drops/I-I20060220-200602200943
jem.releng.url = http://archive.eclipse.org/webtools/downloads/drivers
jem.file = JEM-SDK-I20060220.zip
jem.name = JEM sdk v1.2 I20060220
jem.description = JEM sdk I20060220
#######################################################################################
#######################################################################################
# Web Tools Platform (WTP) Dependency
# WTP zip to be downloaded
# WTP SDK will be used for building the distribution
# groupID : wtp
wtp.url = http://download.eclipse.org/webtools/downloads/drops/I-I200603100726-200603100726/
wtp.file = wtp-sdk-I-I200603100726-200603100726.zip
wtp.name = WTP 1.5 I-Build SDK
wtp.description = WTP 1.5 I-Build SDK distribution
#######################################################################################