2016-11-23 13:36:33 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>xtext-core.releng</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<properties>
|
2019-02-04 16:31:06 +00:00
|
|
|
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
|
2019-10-28 16:24:52 +00:00
|
|
|
<tycho-version>1.5.1</tycho-version>
|
2016-11-23 16:42:35 +00:00
|
|
|
<root-dir>${basedir}/..</root-dir>
|
2019-04-02 09:52:11 +00:00
|
|
|
<JENKINS_URL>https://ci.eclipse.org/xtext</JENKINS_URL>
|
2018-10-12 01:49:53 +00:00
|
|
|
<upstreamBranch>master</upstreamBranch>
|
2016-11-23 13:36:33 +00:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>local-gradle-result</id>
|
2016-11-23 16:42:35 +00:00
|
|
|
<url>file:${root-dir}/build/maven-repository</url>
|
2016-11-23 13:36:33 +00:00
|
|
|
</repository>
|
|
|
|
<repository>
|
2019-04-01 15:32:13 +00:00
|
|
|
<id>lsp4j</id>
|
2019-07-16 08:07:31 +00:00
|
|
|
<url>${JENKINS_URL}/job/lsp4j/lastStableBuild/artifact/build/maven-repository</url>
|
2017-02-03 10:29:52 +00:00
|
|
|
</repository>
|
|
|
|
<repository>
|
2019-04-01 15:32:13 +00:00
|
|
|
<id>lib</id>
|
2018-10-12 01:49:53 +00:00
|
|
|
<url>${JENKINS_URL}/job/xtext-lib/job/${upstreamBranch}/lastStableBuild/artifact/build/maven-repository</url>
|
2016-11-23 13:36:33 +00:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
<classifier>sources</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.ide</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.ide</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
<classifier>sources</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.ide.tests</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.ide.tests</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
<classifier>sources</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.testing</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.testing</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
<classifier>sources</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.testlanguages</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.testlanguages</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
<classifier>sources</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.testlanguages.ide</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.testlanguages.ide</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
<classifier>sources</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.tests</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.tests</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
<classifier>sources</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.util</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.util</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
<classifier>sources</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.xtext.generator</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.xtext.generator</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
<classifier>sources</classifier>
|
|
|
|
</dependency>
|
2016-12-13 14:43:28 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.xtext.ide</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-12-13 14:43:28 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.xtext.ide</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-12-13 14:43:28 +00:00
|
|
|
<classifier>sources</classifier>
|
|
|
|
</dependency>
|
2016-11-23 13:36:33 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.xtext.wizard</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.xtext.wizard</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
<classifier>sources</classifier>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>releng-target</module>
|
|
|
|
<module>p2</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
<build>
|
2019-01-21 15:53:42 +00:00
|
|
|
<defaultGoal>install</defaultGoal>
|
2016-11-23 13:36:33 +00:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.tycho</groupId>
|
|
|
|
<artifactId>tycho-maven-plugin</artifactId>
|
|
|
|
<version>${tycho-version}</version>
|
|
|
|
<extensions>true</extensions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.tycho</groupId>
|
|
|
|
<artifactId>target-platform-configuration</artifactId>
|
|
|
|
<version>${tycho-version}</version>
|
|
|
|
<configuration>
|
|
|
|
<pomDependencies>consider</pomDependencies>
|
|
|
|
<target>
|
|
|
|
<artifact>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>xtext-core.target</artifactId>
|
2019-09-03 15:24:30 +00:00
|
|
|
<version>2.20.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
</artifact>
|
|
|
|
</target>
|
|
|
|
<environments>
|
|
|
|
<environment>
|
|
|
|
<os>macosx</os>
|
|
|
|
<ws>cocoa</ws>
|
|
|
|
<arch>x86_64</arch>
|
|
|
|
</environment>
|
|
|
|
<environment>
|
|
|
|
<os>win32</os>
|
|
|
|
<ws>win32</ws>
|
|
|
|
<arch>x86_64</arch>
|
|
|
|
</environment>
|
|
|
|
<environment>
|
|
|
|
<os>linux</os>
|
|
|
|
<ws>gtk</ws>
|
|
|
|
<arch>x86_64</arch>
|
|
|
|
</environment>
|
|
|
|
</environments>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-12-15 07:54:56 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.tycho</groupId>
|
|
|
|
<artifactId>tycho-packaging-plugin</artifactId>
|
|
|
|
<version>${tycho-version}</version>
|
|
|
|
<configuration>
|
|
|
|
<format>'v'yyyyMMdd-HHmm</format>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-11-23 13:36:33 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</project>
|