aplatov | 805e8cf | 2010-08-23 10:23:12 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <groupId>org.eclipse.dltk.core</groupId> |
| 6 | <artifactId>core</artifactId> |
| 7 | <version>0.0.1-SNAPSHOT</version> |
| 8 | <packaging>pom</packaging> |
| 9 | <modules> |
| 10 | <module>features/org.eclipse.dltk.core-feature</module> |
| 11 | <module>plugins/org.eclipse.dltk</module> |
| 12 | <module>plugins/org.eclipse.dltk.console</module> |
| 13 | <module>plugins/org.eclipse.dltk.console.ui</module> |
| 14 | <module>plugins/org.eclipse.dltk.core</module> |
apanchenk | 4c48f33 | 2010-10-27 14:09:47 +0000 | [diff] [blame] | 15 | <module>plugins/org.eclipse.dltk.core.manipulation</module> |
aplatov | 805e8cf | 2010-08-23 10:23:12 +0000 | [diff] [blame] | 16 | <module>plugins/org.eclipse.dltk.core.doc.isv</module> |
| 17 | <module>plugins/org.eclipse.dltk.core.index</module> |
| 18 | <module>plugins/org.eclipse.dltk.core.index.sql</module> |
| 19 | <module>plugins/org.eclipse.dltk.core.index.sql.h2</module> |
| 20 | <module>plugins/org.eclipse.dltk.core.tools.ui</module> |
| 21 | <module>plugins/org.eclipse.dltk.debug</module> |
| 22 | <module>plugins/org.eclipse.dltk.debug.ui</module> |
| 23 | <module>plugins/org.eclipse.dltk.formatter</module> |
| 24 | <module>plugins/org.eclipse.dltk.launching</module> |
apanchenk | f4eb070 | 2010-12-09 09:51:35 +0000 | [diff] [blame] | 25 | <module>plugins/org.eclipse.dltk.logconsole</module> |
| 26 | <module>plugins/org.eclipse.dltk.logconsole.ui</module> |
aplatov | 805e8cf | 2010-08-23 10:23:12 +0000 | [diff] [blame] | 27 | <module>plugins/org.eclipse.dltk.testing</module> |
| 28 | <module>plugins/org.eclipse.dltk.ui</module> |
| 29 | <module>plugins/org.eclipse.dltk.validators.core</module> |
| 30 | <module>plugins/org.eclipse.dltk.validators.externalchecker</module> |
| 31 | <module>plugins/org.eclipse.dltk.validators.ui</module> |
aplatov | 5eeab34 | 2010-11-17 17:04:43 +0000 | [diff] [blame] | 32 | <module>update.site</module> |
aplatov | 805e8cf | 2010-08-23 10:23:12 +0000 | [diff] [blame] | 33 | </modules> |
| 34 | |
aplatov | 0ca1b3b | 2010-11-13 09:48:40 +0000 | [diff] [blame] | 35 | <properties> |
| 36 | <tycho-version>0.8.0</tycho-version> |
| 37 | <tycho-groupid>org.sonatype.tycho</tycho-groupid> |
| 38 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 39 | </properties> |
| 40 | |
aplatov | 805e8cf | 2010-08-23 10:23:12 +0000 | [diff] [blame] | 41 | <repositories> |
| 42 | <repository> |
| 43 | <id>helios</id> |
| 44 | <layout>p2</layout> |
| 45 | <url>http://download.eclipse.org/releases/helios/</url> |
| 46 | </repository> |
| 47 | </repositories> |
| 48 | |
| 49 | <build> |
| 50 | <plugins> |
| 51 | <plugin> |
aplatov | 0ca1b3b | 2010-11-13 09:48:40 +0000 | [diff] [blame] | 52 | <groupId>org.apache.maven.plugins</groupId> |
| 53 | <artifactId>maven-compiler-plugin</artifactId> |
| 54 | <version>2.3.2</version> |
| 55 | </plugin> |
| 56 | <plugin> |
| 57 | <groupId>${tycho-groupid}</groupId> |
aplatov | 805e8cf | 2010-08-23 10:23:12 +0000 | [diff] [blame] | 58 | <artifactId>tycho-maven-plugin</artifactId> |
aplatov | 0ca1b3b | 2010-11-13 09:48:40 +0000 | [diff] [blame] | 59 | <version>${tycho-version}</version> |
aplatov | 805e8cf | 2010-08-23 10:23:12 +0000 | [diff] [blame] | 60 | <extensions>true</extensions> |
| 61 | </plugin> |
aplatov | 0ca1b3b | 2010-11-13 09:48:40 +0000 | [diff] [blame] | 62 | <plugin> |
| 63 | <groupId>${tycho-groupid}</groupId> |
| 64 | <artifactId>maven-osgi-compiler-plugin</artifactId> |
| 65 | <version>${tycho-version}</version> |
| 66 | </plugin> |
aplatov | 805e8cf | 2010-08-23 10:23:12 +0000 | [diff] [blame] | 67 | |
| 68 | <plugin> |
| 69 | <groupId>org.sonatype.tycho</groupId> |
| 70 | <artifactId>target-platform-configuration</artifactId> |
aplatov | 0ca1b3b | 2010-11-13 09:48:40 +0000 | [diff] [blame] | 71 | <version>${tycho-version}</version> |
aplatov | 805e8cf | 2010-08-23 10:23:12 +0000 | [diff] [blame] | 72 | <configuration> |
| 73 | <resolver>p2</resolver> |
| 74 | </configuration> |
| 75 | </plugin> |
| 76 | |
| 77 | </plugins> |
| 78 | </build> |
| 79 | </project> |