Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-03-22 13:13:36 +0000
committerAlexander Kurtakov2018-03-22 13:13:36 +0000
commit889d22de68a92602f2801248110fe595309daeaf (patch)
treedea7f6c65dcbcb38da4d1f8c5fc0a2fcd77fc601
parentfd20892b7fc9d8b4842d90ef306be76e5e6738a4 (diff)
downloadorg.eclipse.mylyn-889d22de68a92602f2801248110fe595309daeaf.tar.gz
org.eclipse.mylyn-889d22de68a92602f2801248110fe595309daeaf.tar.xz
org.eclipse.mylyn-889d22de68a92602f2801248110fe595309daeaf.zip
Fix target to resolve by unifying Oxygen Orbit repos.
The one referenced was removed. Change-Id: I7a9018c3fcc0ff3a7127a7891799647b4449b3f5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.mylyn-target/mylyn-e4.7.target5
1 files changed, 1 insertions, 4 deletions
diff --git a/org.eclipse.mylyn-target/mylyn-e4.7.target b/org.eclipse.mylyn-target/mylyn-e4.7.target
index 9039a638..1a5d2a90 100644
--- a/org.eclipse.mylyn-target/mylyn-e4.7.target
+++ b/org.eclipse.mylyn-target/mylyn-e4.7.target
@@ -11,9 +11,6 @@
<unit id="org.apache.lucene.core" version="6.1.0.v20170814-1820"/>
<unit id="org.apache.lucene.analyzers-common" version="6.1.0.v20161115-1612"/>
<unit id="org.apache.lucene.queryparser" version="6.1.0.v20161115-1612"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/M20170818183741/repository/"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.google.gerrit.prettify" version="2.1.5.v201112241444"/>
<unit id="com.google.gerrit.reviewdb" version="2.1.5.v201112241444"/>
<unit id="com.google.gerrit.common" version="2.1.5.v201112241444"/>
@@ -47,7 +44,7 @@
<unit id="org.apache.xml.resolver" version="1.2.0.v201005080400"/>
<unit id="org.apache.xml.serializer" version="2.7.1.v201005080400"/>
<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20170516192513/repository"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.junit" version="4.8.2.v4_8_2_v20130308-0413"/>

Back to the top