-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathJanuaryExamples.tpd
24 lines (21 loc) · 996 Bytes
/
JanuaryExamples.tpd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// To edit the target platforms use following eclipse plugin:
// https://github.com/mbarbero/fr.obeo.releng.targetplatform
//
// It converts *.tpd files to *.target files intelligently and has some additional features.
target "JanuaryExamples" with source requirements
// This set of examples is for the latest master branch build of January.
// The examples are available for the released version of January on the
// respective release branches (e.g. january_1_0 for the 1.0 release)
location "https://download.eclipse.org/january/builds/january-master/latest/repository" january-latest {
org.eclipse.january lazy
}
location "https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository" eclipse-orbit-2020-06 {
// Core requirements
javax.measure.unit-api [1.0.0]
org.apache.commons.math3 [3.5.0,3.5.1)
org.slf4j.api [1.7.2,2.0.0)
// Testing/examples requirements
org.hamcrest.core [1.3.0,2.0.0)
org.hamcrest.library [1.3.0,2.0.0)
org.junit [4.12.0,5.0.0)
}