Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-04-15 15:48:45 +0000
committerChris Aniszczyk2011-04-15 15:48:45 +0000
commit9a64661d2a7bd33c9150d8e3d1be35c459580435 (patch)
treea18d57170ef245b39197197bc4a028c0ae024136 /pom.xml
parent2a0c5f8949b0493b77369e4fa9d1244519982333 (diff)
downloadegit-github-9a64661d2a7bd33c9150d8e3d1be35c459580435.tar.gz
egit-github-9a64661d2a7bd33c9150d8e3d1be35c459580435.tar.xz
egit-github-9a64661d2a7bd33c9150d8e3d1be35c459580435.zip
Add org.eclipse.mylyn.github.tests to the build
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 65589a12..4be3bda0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,21 +40,22 @@
<properties>
<tycho-version>0.11.0</tycho-version>
- <platform-version-name>helios</platform-version-name>
+ <platform-version-name>indigo</platform-version-name>
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
- <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20110124210048/repository</orbit-site>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20110304120314/repository</orbit-site>
</properties>
<modules>
<module>org.eclipse.mylyn.github.core</module>
<module>org.eclipse.mylyn.github.ui</module>
<module>org.eclipse.mylyn.github-feature</module>
+ <module>org.eclipse.mylyn.github.tests</module>
<module>org.eclipse.mylyn.github-site</module>
</modules>
<repositories>
<repository>
- <id>helios</id>
+ <id>indigo</id>
<layout>p2</layout>
<url>${eclipse-site}</url>
</repository>

Back to the top