Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2010-08-12 00:54:25 +0000
committerChris Aniszczyk2010-08-12 00:55:49 +0000
commit1d62333e341a33c7260cf1ea159fbcbd90182652 (patch)
tree6c65b904c558722667b0170e498840a162f288f3 /pom.xml
parentdb9d89fe2f908a14cbdf1e04230cf17505b18462 (diff)
downloadegit-1d62333e341a33c7260cf1ea159fbcbd90182652.tar.gz
egit-1d62333e341a33c7260cf1ea159fbcbd90182652.tar.xz
egit-1d62333e341a33c7260cf1ea159fbcbd90182652.zip
Fix mylyn wikitext p2 repository location
The mylyn wikitext repository moved locations. Bug: 322187 Change-Id: I105bacad46e30f9cf4575e9d0bf3d28b7db9cb17 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 30907e82bb..1afab82aab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
<jgit-site>file:/${basedir}/../../jgit/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/target/site</jgit-site>
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/${platform-version-name}/dev-build/update-site</swtbot-site>
- <wikitext-site>http://download.eclipse.org/tools/mylyn/update/weekly/e3.4</wikitext-site>
+ <wikitext-site>http://download.eclipse.org/tools/mylyn/update/weekly</wikitext-site>
</properties>
<profiles>

Back to the top