Commit graph

85 commits

Author SHA1 Message Date
Miro Spönemann
b4d1ecf9ad Use LSP4J release version 0.2.0 2017-05-24 13:42:09 +02:00
Miro Spönemann
a75bac8287 Increased version number to 2.13.0-SNAPSHOT 2017-05-24 13:41:16 +02:00
Miro Spönemann
bcde648c21 Set Tycho version in p2-deployment.gradle 2017-04-27 09:16:13 +02:00
Christian Dietrich
69bc39ada7 fixed errors in eclipse
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-03-17 16:17:03 +01:00
Miro Spönemann
8ffc40c904 [build] Updated xtext-gradle-plugin to 1.0.17 2017-03-10 10:46:46 +01:00
Miro Spönemann
67885f0abf [build] Updated to Gradle 3.4.1 2017-03-10 10:42:14 +01:00
Sven Efftinge
945301f598 use lsp4j 0.2.0-SNAPSHOT 2017-02-03 11:31:18 +01:00
Sven Efftinge
5d21810da0 use lsp4j master 2017-02-03 11:10:28 +01:00
akosyakov
b7a5726d9f Migrate to the version 0.2.0-SNAPSHOT of lsp4j 2017-02-02 11:06:48 +05:00
Miro Spönemann
9344682208 [build] Use Xtend 2.11.0.RC2 2017-01-31 13:17:12 +01:00
Miro Spönemann
0bc4eb7975 Merge branch 'release_2.11.0' 2017-01-31 13:16:13 +01:00
Miro Spönemann
c5710fb2b1 Updated to LSP4J 0.1.1 2017-01-24 15:17:27 +01:00
Miro Spönemann
1b140cbcac [build] Implemented more intelligent upstream branch selection 2017-01-18 16:27:03 +01:00
Miro Spönemann
01135ffb10 [build] Implemented more intelligent upstream branch selection 2017-01-18 16:20:18 +01:00
Miro Spönemann
a14e54a3e1 Reverted target platform to version 2.10.0 2017-01-18 11:57:51 +01:00
Miro Spönemann
ba911b4790 Lifted version number to 2.12.0-SNAPSHOT 2017-01-18 11:47:03 +01:00
Miro Spönemann
64c9c3351b Increased version number for release 2.11.0 2017-01-18 11:41:47 +01:00
Miro Spönemann
b51f99b326 Increased version number for milestone 2.11.0.RC1 2017-01-17 09:06:41 +01:00
Sven Efftinge
6133b66961 added explicit dependency to org.eclipse.osgi (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=510504) 2017-01-16 14:48:40 +01:00
Miro Spönemann
97cc054003 Converted LSP4J dependency to version range to include future service
releases (#243)

Signed-off-by: Miro Spönemann <miro.spoenemann@typefox.io>
2017-01-16 11:40:58 +01:00
Miro Spönemann
d577c4625e Switched to LSP4J 0.1.0 release 2017-01-16 09:03:56 +01:00
Miro Spönemann
02d3787904 Added common configuration file mwe2-workflows.gradle for generating Xtext languages from Gradle 2017-01-11 16:56:41 +01:00
Miro Spönemann
c65b348e92 [build] Fixed trace file inclusion, updated Xtend plugin to 1.0.15 2017-01-11 15:53:40 +01:00
Miro Spönemann
3697c55f65 [build] Include test sources for test projects 2017-01-11 13:43:25 +01:00
Holger Schill
7c96131e2a Change Group and version for core.runtime 2017-01-09 16:45:30 +01:00
Holger Schill
a44c88c4e1 Change version and group ID for equinox.registry
Signed-off-by: Holger Schill <Holger.Schill@itemis.de>
2017-01-09 16:31:27 +01:00
Holger Schill
e51e61cece [Wizard] General: Gradle Tests dont work #224
Signed-off-by: Holger Schill <Holger.Schill@itemis.de>
2017-01-09 16:25:15 +01:00
Miro Spönemann
c5d26b41b5 [build] Default behavior is to skip the Xtend compiler; activate it with -PcompileXtend=true 2017-01-06 13:57:23 +01:00
Miro Spönemann
09a24e0af9 [build] Use released version of p2gen plugin 2017-01-06 13:57:23 +01:00
Miro Spönemann
6a13144f08 [build] Use build result from xtend-bootstrap job for Xtend compiler, added skipXtendCompiler option 2017-01-02 11:47:11 +01:00
Miro Spönemann
5cb66e57ac Apply global Xtend compiler classpath also to test source set 2016-12-23 10:26:51 +01:00
Miro Spönemann
88373ecc79 [build] sourceCompatibility is a project property, not a task property 2016-12-23 10:18:28 +01:00
Miro Spönemann
1530c90614 Reorganized some build configuration 2016-12-23 08:45:26 +01:00
Miro Spönemann
db27510bf4 Include trace files in source jar 2016-12-22 16:42:10 +01:00
Sven Efftinge
87009ec69b [build] fixed bootstrap build successfully using xtend compiler 2016-12-22 16:42:10 +01:00
Miro Spönemann
648f51911b Second approach to generating Xtend files in the build 2016-12-22 16:42:10 +01:00
Christian Schneider
7fb8f1d0cf [releng/releng-target] added org.junit:0.0.0 from orbit to target platform of the local p2 repo build
Signed-off-by: Christian Schneider <christian.schneider@typefox.io>
2016-12-22 10:44:42 +01:00
Christian Schneider
9083f8b48b [xtext lang] contributed new bundle 'org.eclipse.xtext.xtext.bootstrap' containing the 'GenerateXtext.mwe2' workflow and a customizing guice module
* added task 'generateXtextLanguage' in 'build.gradle' for executing the workflow via gradle
* fixed definition of 'mwe2' sourceSet in '/gradle/java-compiler-settings.gradle'

Signed-off-by: Christian Schneider <christian.schneider@typefox.io>
2016-12-15 10:25:56 +01:00
Miro Spönemann
8792ffb3c9 [build] Fixed organization in generated pom (https://issues.gradle.org/browse/GRADLE-2719) 2016-12-12 10:39:29 +01:00
Miro Spönemann
57650c54f3 Updated to Jenkins version of p2gen plugin 2016-12-08 11:22:30 +01:00
Miro Spönemann
5e4738ba2e Added generator for p2 repo build 2016-12-08 11:22:30 +01:00
Miro Spönemann
e63f831121 [build] Updated LSP4J upstream repo 2016-12-05 12:15:25 +01:00
Karsten Thoms
3e4f408a3b [eclipse/xtext#1088] Add xtextBuilder command as first build command
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2016-12-01 12:51:51 +01:00
Karsten Thoms
539df7a491 [#5] Ignore optional problems on *-gen folder
Modify classpath on Gradle import to set the ignore_optional_problems
flag for source folders ending with *-gen, but not for xtend-gen

Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2016-11-30 09:47:32 +01:00
Miro Spönemann
d90e9a40dd Added project title to Bundle-Name in source jars 2016-11-18 09:50:12 +01:00
Miro Spönemann
661c9ccced Updated to Gradle 3.2 2016-11-18 09:49:49 +01:00
Miro Spönemann
cba56b740b Added about*.files to source bundles 2016-11-08 14:56:11 +01:00
Miro Spönemann
be55c347df Implemented validation of duplicate jar entries 2016-11-08 12:01:34 +01:00
Sven Efftinge
baebe053cd [LSP] migrated to lsp4j 0.1.0 2016-11-05 20:52:35 +01:00
Miro Spönemann
e71f62da79 Fixed #160: Gradle build generates Maven-Version attribute
Signed-off-by: Miro Spönemann <miro.spoenemann@typefox.io>
2016-10-23 19:39:43 +02:00