diff options
Diffstat (limited to 'org.eclipse.mylyn.github.target/releasetrain/4.9-2018-09.tpd')
-rw-r--r-- | org.eclipse.mylyn.github.target/releasetrain/4.9-2018-09.tpd | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.target/releasetrain/4.9-2018-09.tpd b/org.eclipse.mylyn.github.target/releasetrain/4.9-2018-09.tpd new file mode 100644 index 00000000..a4422f76 --- /dev/null +++ b/org.eclipse.mylyn.github.target/releasetrain/4.9-2018-09.tpd @@ -0,0 +1,32 @@ +target "staging" with source configurePhase + +location "http://download.eclipse.org/releases/2018-09/" { + // Eclipse platform + org.eclipse.sdk.ide lazy + org.eclipse.ecf.core.feature.feature.group lazy + org.eclipse.ecf.filetransfer.feature.feature.group lazy + org.eclipse.emf.sdk.feature.group lazy + org.eclipse.equinox.concurrent lazy + + // Mylyn integration + org.eclipse.mylyn.commons.sdk.feature.group lazy + org.eclipse.mylyn.ide_feature.feature.group lazy + org.eclipse.mylyn.team_feature.feature.group lazy + org.eclipse.mylyn_feature.feature.group lazy + org.eclipse.mylyn.context_feature.feature.group lazy + org.eclipse.mylyn.bugzilla_feature.feature.group lazy + + // debugging SWT layouts + org.eclipse.tools.layout.spy lazy +} + +location "http://download.eclipse.org/mylyn/releases/latest" { + // some Mylyn dependencies as bundles, to avoid mylyn.trac, which would lead to conflicts + javax.xml lazy + org.apache.lucene.analyzers-common [6.1.0,6.2.0) + org.apache.lucene.core [6.1.0,6.2.0) + org.apache.lucene.queryparser [6.1.0,6.2.0) + org.apache.xerces lazy + org.apache.xml.resolver lazy + org.apache.xml.serializer lazy +}
\ No newline at end of file |