| ####################################################################################### |
| # |
| # remember, trailing spaces are not trimmed in ant files, |
| # so it's often very helpful to trim them "manually" from this file |
| # |
| # A dependency is identified 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 available 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 |
| ####################################################################################### |
| |
| ### To test local changes to this page or when dependencies change, see instructions in ../templateFiles/index.html.template.php |
| |
| ######################################################################################## |
| #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 |
| |
| eclipse.fspath.prefix=/home/data/httpd/download.eclipse.org |
| ####################################################################################### |
| |
| # # # # |
| # TODO: 2019/03/08 extract versions of deps from parent pom's URLs rather than having to hard code them here |
| # # # # |
| |
| ####################################################################################### |
| # Eclipse 4.x SDK Dependency |
| # groupID : e4x |
| #e4x.build.id=I20180124-2000 |
| #e4x.build.dir=I20180124-2000 |
| e4x.build.id=4.11 |
| e4x.build.dir=4.11 |
| e4x.name=<a href=${parentpom.properties.platform-repo.url}>Eclipse SDK</a> |
| e4x.description=(Platform, PDE, JDT, EMF Core) |
| e4x.mirror.prefixuri=/eclipse/downloads/drops4/${e4x.build.dir} |
| e4x.url=http://download.eclipse.org${e4x.mirror.prefixuri} |
| e4x.file.linux-gtk-x86_64=eclipse-SDK-${e4x.build.id}-linux-gtk.x86_64.tar.gz |
| e4x.file.linux-gtk-ppc64=eclipse-SDK-${e4x.build.id}-linux-gtk-ppc64.tar.gz |
| e4x.file.win32-win32-x86_64=eclipse-SDK-${e4x.build.id}-win32-x86_64.zip |
| e4x.file.macosx-cocoa-x86_64=eclipse-SDK-${e4x.build.id}-macosx-cocoa-x86_64.dmg |
| e4x.build.home=http://download.eclipse.org/eclipse/downloads/ |
| |
| # deprecated |
| # groupID : eclipse |
| eclipse.id=${e4x.build.id} |
| eclipse.dir=${e4x.build.dir} |
| eclipse.name=${e4x.name} |
| eclipse.description=${e4x.description} |
| eclipse.mirror.prefixuri=/eclipse/downloads/drops4/${eclipse.dir} |
| eclipse.url=http://download.eclipse.org${eclipse.mirror.prefixuri} |
| eclipse.file.linux-gtk-x86_64=eclipse-SDK-${eclipse.id}-linux-gtk.x86_64.tar.gz |
| eclipse.file.linux-gtk-ppc64=eclipse-SDK-${eclipse.id}-linux-gtk-ppc64.tar.gz |
| eclipse.file.win32-win32-x86_64=eclipse-SDK-${eclipse.id}-win32-x86_64.zip |
| eclipse.file.macosx-cocoa-x86_64=eclipse-SDK-${eclipse.id}-macosx-cocoa-x86_64.dmg |
| eclipse.build.home=http://download.eclipse.org/eclipse/downloads/ |
| |
| # deprecated |
| # groupID : eclipsebuilder |
| eclipsebuilder.id=${e4x.build.id} |
| eclipsebuilder.dir=${e4x.build.dir} |
| eclipsebuilder.name=${e4x.name} |
| eclipsebuilder.description=${e4x.description} |
| |
| eclipsebuilder.mirror.prefixuri=/eclipse/downloads/drops4/${eclipsebuilder.dir} |
| eclipsebuilder.url=http://download.eclipse.org${eclipsebuilder.mirror.prefixuri} |
| eclipsebuilder.file.linux-gtk-x86_64=eclipse-SDK-${eclipsebuilder.id}-linux-gtk.x86_64.tar.gz |
| eclipsebuilder.file.linux-gtk-ppc64=eclipse-SDK-${eclipsebuilder.id}-linux-gtk-ppc64.tar.gz |
| eclipsebuilder.file.win32-win32-x86_64=eclipse-SDK-${eclipsebuilder.id}-win32-x86_64.zip |
| eclipsebuilder.file.macosx-cocoa-x86_64=eclipse-SDK-${eclipsebuilder.id}-macosx-cocoa-x86_64.dmg |
| eclipsebuilder.build.home=http://download.eclipse.org/eclipse/downloads/ |
| |
| # deprecated |
| eclipseplatform.name=Eclipse Platform |
| eclipseplatform.description=(Platform Only) |
| eclipseplatform.mirror.prefixuri=/eclipse/downloads/drops4/${eclipse.dir} |
| eclipseplatform.url=http://download.eclipse.org${eclipse.mirror.prefixuri} |
| eclipseplatform.file.linux-gtk-x86_64=eclipse-platform-${eclipse.id}-linux-gtk.x86_64.tar.gz |
| eclipseplatform.file.linux-gtk-ppc64=eclipse-platform-${eclipse.id}-linux-gtk-ppc64.tar.gz |
| eclipseplatform.file.win32-win32-x86_64=eclipse-platform-${eclipse.id}-win32-x86_64.zip |
| eclipseplatform.file.macosx-cocoa-x86_64=eclipse-platform-${eclipse.id}-macosx-cocoa-x86_64.dmg |
| eclipseplatform.build.home=http://download.eclipse.org/eclipse/downloads/ |
| eclipseplatform.repo=org.eclipse.platform-${eclipse.id}.zip |
| #special temporary hack, specifically for https://bugs.eclipse.org/bugs/show_bug.cgi?id=337071 |
| #eclipseplatform.tobeinstalledfeaturegroups=org.eclipse.help.appserver |
| ####################################################################################### |
| |
| |
| ####################################################################################### |
| # Eclipse Data Tools Platform (DTP) Dependency |
| # groupID : dtp data tools |
| # http://download.eclipse.org/datatools/updates/1.14.100.201805031905/dtp-repository-1.14.100.201805031905.zip |
| dtp.id=1.14.104-SNAPSHOT |
| dtp.dir.id=1.14.104-SNAPSHOT |
| |
| dtp.mirror.prefixuri=/datatools/updates/${dtp.dir.id} |
| dtp.file=dtp-repository-${dtp.id}.zip |
| |
| dtp.repo=dtp-repository-${dtp.id}.zip |
| dtp.tobeinstalledfeaturegroups=org.eclipse.datatools.enablement.feature.feature.group,org.eclipse.datatools.sqldevtools.feature.feature.group,org.eclipse.datatools.connectivity.feature.feature.group |
| |
| dtp.name=<a href=${parentpom.properties.dtp-repo.url}>DataTools</a> |
| dtp.description= |
| |
| dtp.url=http://download.eclipse.org${dtp.mirror.prefixuri} |
| dtp.build.home=http://download.eclipse.org/datatools/updates/ |
| ####################################################################################### |
| |
| |
| ####################################################################################### |
| # Java Persistence API Tools(JPT) Runtime Library Dependency |
| # EclipseLink library zip to be downloaded |
| # EclipseLink Library will be used for JUnit testing the Dali distribution |
| # groupID: eclipselink |
| # http://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/updates/2.7.1.v20171221-bd47e8f.zip |
| eclipselink.mirror.prefixuri=/rt/eclipselink/updates |
| eclipselink.file=2.7.3.v20180807-4be1041.zip |
| eclipselink.name=<a href=${parentpom.properties.eclipselink-repo.url}>EclipseLink</a> |
| eclipselink.description= |
| eclipselink.url=https://www.eclipse.org/downloads/download.php?file=${eclipselink.mirror.prefixuri} |
| eclipselink.build.home=http://download.eclipse.org/rt/eclipselink/updates/ |
| ####################################################################################### |
| |
| |
| ####################################################################################### |
| # groupID : egit & jgit |
| egit.id=5.2.0.201812061821-r |
| egit.name=<a href=${parentpom.properties.jgit-repo.url}>EGit & JGit</a> |
| egit.description= |
| |
| egit.mirror.prefixuri=/egit/updates |
| egit.file=org.eclipse.egit.repository-${egit.id}.zip |
| egit.tobeinstalledfeaturegroups=org.eclipse.egit.feature.group |
| egit.url=http://download.eclipse.org${egit.mirror.prefixuri} |
| egit.build.home=http://www.eclipse.org/egit/download/ |
| ####################################################################################### |
| |
| |
| ####################################################################################### |
| # Eclipse Modeling Framework (EMF) and XSD Dependency |
| # We used the "combined" emf and xsd distribution for convience. |
| # groupID : emfandxsd |
| # https://bugs.eclipse.org/bugs/show_bug.cgi?id=317256 |
| |
| emfandxsd.id=2.17 |
| emfandxsd.dir.id=2.17 |
| |
| emfandxsd.mirror.prefixuri=/modeling/emf/emf/downloads/drops/${emfandxsd.dir.id} |
| emfandxsd.file=emf-xsd-SDK-${emfandxsd.id}.zip |
| |
| emfandxsd.repo=emf-xsd-Update-${emfandxsd.id}.zip |
| emfandxsd.tobeinstalledfeaturegroups=org.eclipse.emf.sdk.feature.group,org.eclipse.xsd.sdk.feature.group |
| |
| emfandxsd.name=<a href=${parentpom.properties.emf-repo.url}>EMF & XSD</a> |
| emfandxsd.description= |
| |
| emfandxsd.url=http://download.eclipse.org${emfandxsd.mirror.prefixuri} |
| emfandxsd.build.home=http://www.eclipse.org/modeling/emf/downloads/ |
| ####################################################################################### |
| |
| |
| ####################################################################################### |
| # Eclipse Modeling Framework (EMF) Transaction Dependency |
| # groupID : emftransaction |
| |
| emftransaction.id=1.11 |
| emftransaction.dir.id=1.11 |
| |
| emftransaction.mirror.prefixuri=/modeling/emf/transaction/downloads/drops/${emftransaction.dir.id} |
| emftransaction.file=emf-transaction-runtime-${emftransaction.id}.zip |
| |
| emftransaction.repo=emf-transaction-Update-${emftransaction.id}.zip |
| #emftransaction.tobeinstalledfeaturegroups=org.eclipse.emf.transaction.feature.group,org.eclipse.emf.workspace.feature.group |
| |
| emftransaction.name=<a href=${parentpom.properties.emf-transaction-repo.url}>EMF Transaction</a> |
| emftransaction.description=(Required for JPA Diagram Editor) |
| |
| emftransaction.url=http://download.eclipse.org${emftransaction.mirror.prefixuri} |
| emftransaction.build.home=http://www.eclipse.org/modeling/emf/downloads/?project=transaction |
| ####################################################################################### |
| |
| |
| ####################################################################################### |
| # Eclipse Modeling Framework (EMF) Validation Dependency |
| # groupID : emfvalidation |
| |
| emfvalidation.id=1.12.1 |
| emfvalidation.dir.id=1.12.1 |
| |
| emfvalidation.mirror.prefixuri=/modeling/emf/validation/downloads/drops/${emfvalidation.dir.id} |
| emfvalidation.file=emf-validation-runtime-${emfvalidation.id}.zip |
| |
| emfvalidation.repo=emf-validation-Update-${emfvalidation.id}.zip |
| #emfvalidation.tobeinstalledfeaturegroups=org.eclipse.emf.validation.feature.group |
| |
| emfvalidation.name=<a href=${parentpom.properties.emf-validation-repo.url}>EMF Validation</a> |
| emfvalidation.description=(Required for JPA Diagram Editor) |
| |
| emfvalidation.url=http://download.eclipse.org${emfvalidation.mirror.prefixuri} |
| emfvalidation.build.home=http://www.eclipse.org/modeling/emf/downloads/?project=validation |
| ####################################################################################### |
| |
| |
| ################################################################################# |
| # Graphiti Dependency |
| # groupID : graphiti |
| #Milestones |
| # http://download.eclipse.org/graphiti/archives/milestones/org.eclipse.graphiti.site-0.15.0RC3.201806050830.zip |
| graphiti.id=0.15 |
| |
| graphiti.mirror.prefixuri=/graphiti/archives/milestones |
| graphiti.file=org.eclipse.graphiti.site-${graphiti.id}.zip |
| |
| graphiti.repo=org.eclipse.graphiti.site_${graphiti.id}.zip |
| graphiti.tobeinstalledfeaturegroups=org.eclipse.graphiti.feature.feature.group |
| |
| graphiti.name=<a href=${parentpom.properties.graphiti-repo.url}>Graphiti</a> |
| graphiti.description=(Required for JPA Diagram Editor) |
| |
| graphiti.url=http://download.eclipse.org${graphiti.mirror.prefixuri} |
| graphiti.build.home=http://download.eclipse.org/graphiti/archives/milestones |
| |
| #Release |
| #graphiti.id=0.10.0.201306120936 |
| #graphiti.dir.id=0.10.0 |
| # |
| #graphiti.mirror.prefixuri=/graphiti/updates/${graphiti.dir.id} |
| #graphiti.mirror.zip.prefixuri=/graphiti/archives/milestones |
| #graphiti.file=org.eclipse.graphiti.site_0.10.0.201306120936.zip |
| # |
| #graphiti.repo=org.eclipse.graphiti.site_${graphiti.id}.zip |
| #graphiti.tobeinstalledfeaturegroups=org.eclipse.graphiti.feature.feature.group |
| # |
| #graphiti.name=Graphiti v0.10.0 |
| #graphiti.description=(Required for JPA Diagram Editor) |
| # |
| #graphiti.url=http://download.eclipse.org${graphiti.mirror.prefixuri} |
| #graphiti.build.home=http://www.eclipse.org/graphiti/download.php |
| ####################################################################################### |
| |
| |
| ####################################################################################### |
| # Jetty |
| jetty.id=9.4.15.v20190215 |
| jetty.mirror.prefixuri=/jetty/updates/jetty-bundles-9.x/${jetty.id} |
| jetty.file=Jetty-bundles-repository-${jetty.id}.zip |
| jetty.name=<a href=${parentpom.properties.jetty-repo.url}>Jetty</a> |
| jetty.description= |
| jetty.url=http://www.eclipse.org/downloads/download.php?file=${jetty.mirror.prefixuri}/${jetty.file} |
| jetty.build.home=http://download.eclipse.org/jetty/updates/ |
| ####################################################################################### |
| |
| |
| ######################################################################################## |
| # Orbit dependency. |
| orbitthirdpartyzip.build.dir=R20190226160451 |
| orbitthirdpartyzip.build.id=R20190226160451 |
| |
| orbitthirdpartyzip.mirror.prefixuri=/tools/orbit/downloads/drops/${orbitthirdpartyzip.build.dir} |
| orbitthirdpartyzip.url=http://download.eclipse.org${orbitthirdpartyzip.mirror.prefixuri} |
| orbitthirdpartyzip.file=orbit-buildrepo-${orbitthirdpartyzip.build.id}.zip |
| orbitthirdpartyzip.name=<a href=${parentpom.properties.orbit-repo.url}>Orbit</a> |
| orbitthirdpartyzip.description=(Third party bundles) |
| 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 |
| ######################################################################################## |
| |
| |
| ####################################################################################### |
| # SWTBot |
| swtbot.id=2.7.0 |
| swtbot.mirror.prefixuri=/technology/swtbot/releases/${swtbot.id} |
| swtbot.file=repository.zip |
| swtbot.name=<a href=${parentpom.properties.swtbot-repo.url}>SWTBot</a> |
| swtbot.description= |
| swtbot.url=http://www.eclipse.org/downloads/download.php?file=${swtbot.mirror.prefixuri}/${swtbot.file} |
| swtbot.build.home=https://wiki.eclipse.org/SWTBot#Latest_snapshot_build |
| ####################################################################################### |
| |
| |
| ####################################################################################### |
| # Eclipse Graphical Editing Framework (GEF) and GEF Legacy |
| # groupID : gef |
| gef.id=5.0 |
| gef.dir.id=5.0 |
| |
| gef.mirror.prefixuri=/tools/gef/downloads/drops/${gef.dir.id} |
| gef.file=GEF-SDK-${gef.id}.zip |
| |
| gef.repo=GEF-Update-${gef.id}.zip |
| #gef.tobeinstalledfeaturegroups=org.eclipse.gef.sdk.feature.group |
| |
| gef.name=<a href=${parentpom.properties.gef-repo.url}>GEF 5</a> and |
| gef.description=<br/><a href=${parentpom.properties.gef-legacy-repo.url}>GEF 5 Legacy</a> |
| |
| gef.url=http://download.eclipse.org${gef.mirror.prefixuri} |
| gef.build.home=http://download.eclipse.org/tools/gef/downloads/ |
| ####################################################################################### |
| |
| |
| ####################################################################################### |
| ############################# DEPRECATED BELOW THIS LINE ? ############################ |
| ####################################################################################### |
| |
| |
| ####################################################################################### |
| # 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 |
| |
| ####################################################################################### |
| # 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 |
| ####################################################################################### |
| |
| |
| ####################################################################################### |
| # WTP builder tools that provide our custom build tasks |
| # groupID : wtpBuildTools |
| # Remember this is not (and could not be) the one that is built during the run. |
| # If updates needed, can do a seperate run (of "wtpbuilder job") and promote that T-build specificially. |
| wtpBuildTools.id=I-3.3.0-20140506204952 |
| wtpBuildTools.dir.id=T3.3.0/I-3.3.0-20140506204952 |
| |
| wtpBuildTools.mirror.prefixuri=/webtools/downloads/drops/${wtpBuildTools.dir.id} |
| wtpBuildTools.file= |
| |
| wtpBuildTools.repo=wtpbuildTools-repo-${wtpBuildTools.id}.zip |
| wtpBuildTools.tobeinstalledfeaturegroups=org.eclipse.wtp.releng.tools.feature.feature.group |
| |
| wtpBuildTools.name=WTP Tools |
| wtpBuildTools.description=WTP Releng Buider Tools |
| |
| wtpBuildTools.url=http://download.eclipse.org${wtpBuildTools.mirror.prefixuri} |
| wtpBuildTools.build.home=http://download.eclipse.org/webtools/downloads/ |
| ####################################################################################### |