blob: d31dc200f987a45f29bff9af2c2cff4df5bbead1 [file] [log] [blame]
Stephan Herrmann4e843b02017-01-26 21:18:42 +01001#*******************************************************************************
Stephan Herrmann95fbf622017-03-05 13:43:09 +01002# Copyright (c) 2016, 2017 GK Software AG and others.
Stephan Herrmann4e843b02017-01-26 21:18:42 +01003# 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:
13APP_NAME_P2DIRECTOR=org.eclipse.equinox.p2.director
Stephan Herrmann95fbf622017-03-05 13:43:09 +010014DROPS4=/home/data/httpd/download.eclipse.org/eclipse/downloads/drops4
Stephan Herrmann5c99e232018-11-13 23:43:46 +010015SDK_BUILD_DIR=I20181112-1800
16SDK_VERSION=I20181112-1800
Stephan Herrmann95fbf622017-03-05 13:43:09 +010017FILE_ECLIPSE=${DROPS4}/${SDK_BUILD_DIR}/eclipse-SDK-${SDK_VERSION}-linux-gtk-x86_64.tar.gz
18
19# JDT / ECJ:
Stephan Herrmann5c99e232018-11-13 23:43:46 +010020ECJ_VERSION=3.16.0-SNAPSHOT-I20181112-1800
Stephan Herrmann4e843b02017-01-26 21:18:42 +010021
22# AGGREGATOR:
23IU_AGG_PRODUCT=org.eclipse.cbi.p2repo.cli.product
Stephan Herrmannfa26b9e2018-11-13 23:40:24 +010024URL_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 Herrmann4e843b02017-01-26 21:18:42 +010025
26# LOCAL TOOLS:
27LOCAL_TOOLS=${WORKSPACE}/tools
28DIR_AGGREGATOR=aggregator
29AGGREGATOR=${LOCAL_TOOLS}/${DIR_AGGREGATOR}/cbiAggr
30ECLIPSE=${LOCAL_TOOLS}/eclipse/eclipse
31
32# ENRICH POMS tool:
Stephan Herrmannb162d712018-10-27 21:37:47 +020033ENRICH_POMS_JAR=${WORKSPACE}/work/EnrichPoms.jar
34ENRICH_POMS_PACKAGE=org.eclipse.platform.releng.maven.pom
Stephan Herrmann4e843b02017-01-26 21:18:42 +010035
36# AGGREGATION MODEL:
Stephan Herrmannb162d712018-10-27 21:37:47 +020037FILE_SDK_AGGR=${WORKSPACE}/work/SDK4Mvn.aggr