Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-05-30 22:29:45 +0000
committerMatthias Sohn2012-05-30 22:31:37 +0000
commit42c9946385604653f329735039a135ec38ef328b (patch)
tree2422cc9a20cbc572cbb28134159c45a0588bf36d
parent3ef0763049f682ceb0f1d6d256a0e7dd80a2982b (diff)
downloadegit-github-42c9946385604653f329735039a135ec38ef328b.tar.gz
egit-github-42c9946385604653f329735039a135ec38ef328b.tar.xz
egit-github-42c9946385604653f329735039a135ec38ef328b.zip
Fix relative path to EGit p2 repository for local build
This path changed since EGit updated to use Tycho 0.14.1 and replaced the deprecated Tycho packaging type eclipse-update-site by eclipse-repository and adapted project names accordingly. Change-Id: I7389710eb6989be9f967b91d3d77f88686251718 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d815977d..65e745ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<properties>
<tycho-version>0.13.0</tycho-version>
- <egit-site>file:/${basedir}/../../egit/org.eclipse.egit-updatesite/target/site</egit-site>
+ <egit-site>file:/${basedir}/../../egit/org.eclipse.egit.repository/target/repository</egit-site>
<platform-version-name>indigo</platform-version-name>
<mylyn-site>http://download.eclipse.org/mylyn/releases/3.7</mylyn-site>
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>

Back to the top