Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-04-28 17:28:09 +0000
committerChris Aniszczyk2011-04-28 17:29:02 +0000
commit8b0d488408a62b457b0f7d9517f1d41f29fe6681 (patch)
treeabdbc3daffe70a7ad37792524598a9194190e223 /pom.xml
parent77072b9716fc10a1003f0b10398f0a1eeb328747 (diff)
downloadegit-github-8b0d488408a62b457b0f7d9517f1d41f29fe6681.tar.gz
egit-github-8b0d488408a62b457b0f7d9517f1d41f29fe6681.tar.xz
egit-github-8b0d488408a62b457b0f7d9517f1d41f29fe6681.zip
Add org.eclipse.mylyn.github.doc
Change-Id: Ibdcb42cf4a06648050d1a8188945e6e0e7d9fdfc Signed-off-by: Christian Trutz <christian.trutz@gmail.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e82ad4ac..a5cbc0c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
<properties>
<tycho-version>0.11.0</tycho-version>
<platform-version-name>indigo</platform-version-name>
+ <wikitext-site>http://download.eclipse.org/tools/mylyn/update/weekly</wikitext-site>
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20110304120314/repository</orbit-site>
</properties>
@@ -52,6 +53,7 @@
<module>org.eclipse.mylyn.github-feature</module>
<module>org.eclipse.mylyn.github.tests</module>
<module>org.eclipse.mylyn.github-site</module>
+ <module>org.eclipse.mylyn.github.doc</module>
</modules>
<repositories>
@@ -65,6 +67,11 @@
<layout>p2</layout>
<url>${orbit-site}</url>
</repository>
+ <repository>
+ <id>wikitext</id>
+ <layout>p2</layout>
+ <url>${wikitext-site}</url>
+ </repository>
</repositories>
<pluginRepositories>

Back to the top