From af4bde1ed257c9f0311fc31e14c2f3087ea8e928 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 17 Feb 2015 00:12:01 +0100 Subject: Use Target Platform Definition DSL to generate target platforms The "Target Platform Definition DSL and Generator" [1] heavily simplifies maintenance of target platforms. It allows to modularize target platform definitions which eliminates code duplication. The .target files understood by P2 and Tycho are generated from .tpd files which are written in the target platform definition DSL. In order to edit .tpd files and generate .target files install the "Target Platform Definition DSL and Generator" 2.0 or later [2] (Note: on Kepler you also need to add [3] to get Xtext 2.5 which is not available by default on Kepler). This tools is needed only if you need to change the Target Platform definition files (*.targetplatform and *.tpd) and re-generate the *.target files. In normal development you do not need this and can simply use the generated *.target themselves. In addition - update Orbit repository for 4.5 to Mars M5 - use latest released Orbit p2 repository for platform version Luna and earlier [1] https://github.com/mbarbero/fr.obeo.releng.targetplatform [2] http://mbarbero.github.io/fr.obeo.releng.targetplatform/p2/latest/ [3] http://download.eclipse.org/modeling/tmf/xtext/updates/releases/ Change-Id: Ia701972785c3e88aba66a7f15a2b3cf638727eea Signed-off-by: Matthias Sohn --- .../projects/jetty-7.6.14.tpd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/projects/jetty-7.6.14.tpd (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/projects') diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/projects/jetty-7.6.14.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/projects/jetty-7.6.14.tpd new file mode 100644 index 0000000000..2e338d637c --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/projects/jetty-7.6.14.tpd @@ -0,0 +1,20 @@ +target "jetty-7.6.14" with source configurePhase + +location jetty-7.6.14 "http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/7.6.14.v20131031/" { + org.eclipse.jetty.client [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.client.source [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.continuation [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.continuation.source [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.http [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.http.source [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.io [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.io.source [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.security [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.security.source [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.server [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.server.source [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.servlet [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.servlet.source [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.util [7.6.14.v20131031,7.6.14.v20131031] + org.eclipse.jetty.util.source [7.6.14.v20131031,7.6.14.v20131031] +} -- cgit v1.2.3