blob: 90c0d180a7ea32f394a507611f71fce0efc8f39c [file] [log] [blame]
target "2019-06" with source requirements
location "http://download.eclipse.org/releases/2019-06/" eclipse-2019-06 {
org.eclipse.platform.feature.group
org.eclipse.rcp.feature.group
org.eclipse.jdt.feature.group
org.eclipse.equinox.p2.discovery.feature.feature.group
// javascript support (rhino & editors)
org.eclipse.wst.jsdt.feature.feature.group
// for modeling stuff
org.eclipse.emf.feature.group
// java module
org.eclipse.pde.feature.group
org.eclipse.jdt
}
location "https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository" eclipse-orbit-2019-06 {
// needed for unit tests
org.mockito [1.9.5,2.0.0)
org.hamcrest [1.1.0,2.0.0)
org.mozilla.javascript [1.7.10,1.8.0)
}
location "https://bintray.com/artifact/download/pontesegger/ease-engines/" ease-engines {
// jython interpreter
org.eclipse.ease.engine.jython.feature.feature.group lazy
// groovy interpreter
org.eclipse.ease.engine.groovy.feature.feature.group lazy
// ruby interpreter
org.eclipse.ease.engine.jruby.feature.feature.group lazy
}
location "https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/" py4j-eclipse {
org.py4j.feature.feature.group [0.10.8,0.10.9)
}