Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-08-19Update Jetty to 9.2.13.v20150730Matthias Sohn1-1/+1
Change-Id: Idd92d10bdaaf15cf62842b47a8505795619e6eda Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-07-22Use SWTBot 2.3.0 in target platform for all platform versionsMatthias Sohn1-1/+1
4b661ad4 updated SWTBot only for the Mars platform version. The others just don't compile anymore since APIs are different between STWBot 2.1.0 and 2.3.0. Change-Id: Ia92182c287b8ea4a591719c189ab6548c06a0e58 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-05-10Update to Jetty 9.2.10Matthias Sohn1-1/+1
Change-Id: If5ff5106fac617ad61d104d2a77d6e3709bd8e9f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-03-19Wizard invoking automated importMickael Istria1-0/+2
This contributes a new Git import wizard, reusing most pages of the current Git import wizard, but delegating the actual import actions to the more intuitive import framework currently incubating at e4. The benefit of this new import framework is to detect and configure projects automatically, without user having to understand or know what kind of project they're working on. Add a reference to the p2 repository http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui where the import framework is available. This way we don't need to physically include it in the EGit p2 repository. Change-Id: I4e3039f1b066e245fd4e26a2b93998ed2795b7ef Signed-off-by: Mickael Istria <mistria@redhat.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-02-23Use Target Platform Definition DSL to generate target platformsMatthias Sohn1-0/+7
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 to Mars M5 Orbit repository for 4.5 - use Luna SR2 Orbit p2 repository for platform version Luna and earlier - update hamcrest to 1.3 which is used by swtbot on newer platform versions - update p2f file [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: Id0dfd18440211141ba8a16bdc7c8ed41f69fa9f4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>

    Back to the top