Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-11-22 15:48:03 +0000
committerMatthias Sohn2018-11-22 16:04:23 +0000
commitfde41b3e9907290e37255dc294fc3322026c08d5 (patch)
tree47370b0e8de86843e02500ff29c0a2e1acdcf47e /org.eclipse.mylyn.github.target/releasetrain/4.7-oxygen.tpd
parent0ef9c59cbb90eede5053c749c40c9e968f72868b (diff)
downloadegit-github-fde41b3e9907290e37255dc294fc3322026c08d5.tar.gz
egit-github-fde41b3e9907290e37255dc294fc3322026c08d5.tar.xz
egit-github-fde41b3e9907290e37255dc294fc3322026c08d5.zip
Implement explicit target platform
Add a proper target platform definition and also use that in the Tycho build to ensure we use the same classpath in Eclipse and during Maven build. Run org.eclipse.mylyn.github.tests during Maven test phase. Change-Id: I6010f301f157525357b741d1d699a8a2207ac647 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.target/releasetrain/4.7-oxygen.tpd')
-rw-r--r--org.eclipse.mylyn.github.target/releasetrain/4.7-oxygen.tpd26
1 files changed, 26 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.target/releasetrain/4.7-oxygen.tpd b/org.eclipse.mylyn.github.target/releasetrain/4.7-oxygen.tpd
new file mode 100644
index 00000000..6e9511c9
--- /dev/null
+++ b/org.eclipse.mylyn.github.target/releasetrain/4.7-oxygen.tpd
@@ -0,0 +1,26 @@
+target "4.7-oxygen" with source configurePhase
+
+location "http://download.eclipse.org/releases/oxygen/" {
+ // Eclipse platform
+ org.eclipse.sdk.ide lazy
+ org.eclipse.emf.sdk.feature.group lazy
+ org.eclipse.ecf.core.feature.feature.group lazy
+ org.eclipse.ecf.filetransfer.feature.feature.group 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
+ // some Mylyn dependencies as bundles, to avoid mylyn.trac, which would lead to conflicts
+ javax.xml lazy
+ org.apache.lucene.queryparser lazy
+ org.apache.xerces lazy
+ org.apache.xml.resolver lazy
+ org.apache.xml.serializer lazy
+
+ // debugging SWT layouts
+ org.eclipse.tools.layout.spy lazy
+}

Back to the top