Stephan Herrmann | 4e843b0 | 2017-01-26 21:18:42 +0100 | [diff] [blame] | 1 | #******************************************************************************* |
Stephan Herrmann | 95fbf62 | 2017-03-05 13:43:09 +0100 | [diff] [blame] | 2 | # Copyright (c) 2016, 2017 GK Software AG and others. |
Stephan Herrmann | 4e843b0 | 2017-01-26 21:18:42 +0100 | [diff] [blame] | 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v1.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v10.html |
| 7 | # |
| 8 | # Contributors: |
| 9 | # Stephan Herrmann - initial API and implementation |
| 10 | #******************************************************************************** |
| 11 | |
| 12 | # ECLIPSE: |
| 13 | APP_NAME_P2DIRECTOR=org.eclipse.equinox.p2.director |
Stephan Herrmann | 95fbf62 | 2017-03-05 13:43:09 +0100 | [diff] [blame] | 14 | DROPS4=/home/data/httpd/download.eclipse.org/eclipse/downloads/drops4 |
Stephan Herrmann | 5c99e23 | 2018-11-13 23:43:46 +0100 | [diff] [blame] | 15 | SDK_BUILD_DIR=I20181112-1800 |
| 16 | SDK_VERSION=I20181112-1800 |
Stephan Herrmann | 95fbf62 | 2017-03-05 13:43:09 +0100 | [diff] [blame] | 17 | FILE_ECLIPSE=${DROPS4}/${SDK_BUILD_DIR}/eclipse-SDK-${SDK_VERSION}-linux-gtk-x86_64.tar.gz |
| 18 | |
| 19 | # JDT / ECJ: |
Stephan Herrmann | 5c99e23 | 2018-11-13 23:43:46 +0100 | [diff] [blame] | 20 | ECJ_VERSION=3.16.0-SNAPSHOT-I20181112-1800 |
Stephan Herrmann | 4e843b0 | 2017-01-26 21:18:42 +0100 | [diff] [blame] | 21 | |
| 22 | # AGGREGATOR: |
| 23 | IU_AGG_PRODUCT=org.eclipse.cbi.p2repo.cli.product |
Stephan Herrmann | fa26b9e | 2018-11-13 23:40:24 +0100 | [diff] [blame] | 24 | URL_AGG_UPDATES=https://ci.eclipse.org/cbi/job/cbi.p2repo.aggregator_Gerrit/ws/org.eclipse.cbi.p2repo.aggregator/org.eclipse.cbi.p2repo.cli.product/target/repository/ |
Stephan Herrmann | 4e843b0 | 2017-01-26 21:18:42 +0100 | [diff] [blame] | 25 | |
| 26 | # LOCAL TOOLS: |
| 27 | LOCAL_TOOLS=${WORKSPACE}/tools |
| 28 | DIR_AGGREGATOR=aggregator |
| 29 | AGGREGATOR=${LOCAL_TOOLS}/${DIR_AGGREGATOR}/cbiAggr |
| 30 | ECLIPSE=${LOCAL_TOOLS}/eclipse/eclipse |
| 31 | |
| 32 | # ENRICH POMS tool: |
Stephan Herrmann | b162d71 | 2018-10-27 21:37:47 +0200 | [diff] [blame] | 33 | ENRICH_POMS_JAR=${WORKSPACE}/work/EnrichPoms.jar |
| 34 | ENRICH_POMS_PACKAGE=org.eclipse.platform.releng.maven.pom |
Stephan Herrmann | 4e843b0 | 2017-01-26 21:18:42 +0100 | [diff] [blame] | 35 | |
| 36 | # AGGREGATION MODEL: |
Stephan Herrmann | b162d71 | 2018-10-27 21:37:47 +0200 | [diff] [blame] | 37 | FILE_SDK_AGGR=${WORKSPACE}/work/SDK4Mvn.aggr |