Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2021-03-31 19:34:12 +0000
committerFrank Becker2021-03-31 19:34:12 +0000
commit3b17bd2dd2c575821d0a7ce552fb09acf521bae2 (patch)
tree23825408e293cac1dca6d10b1c796ed8d04e7114
parent1d76f09a980fe134b31d3a23e098ad0b2ab3f63f (diff)
downloadorg.eclipse.mylyn.commons-master.tar.gz
org.eclipse.mylyn.commons-master.tar.xz
org.eclipse.mylyn.commons-master.zip
572500: replace dl.bintray.com with new locationsHEADmaster
Change-Id: I94254e48a6367196f825d8573589b46ec5ea5742 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=572500
-rw-r--r--org.eclipse.mylyn.commons-target/mylyn-commons-e4.14.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.commons-target/mylyn-commons-e4.14.target b/org.eclipse.mylyn.commons-target/mylyn-commons-e4.14.target
index 970fda0e..19c30b98 100644
--- a/org.eclipse.mylyn.commons-target/mylyn-commons-e4.14.target
+++ b/org.eclipse.mylyn.commons-target/mylyn-commons-e4.14.target
@@ -3,7 +3,7 @@
<target name="mylyn-commons-e4.14">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
- <repository location="https://dl.bintray.com/subclipse/archive/release/1.8.x"/>
+ <repository location="https://subclipse.github.io/updates/subclipse/1.8.x"/>
<unit id="org.tigris.subversion.clientadapter.feature.feature.group" version="1.8.6"/>
<unit id="org.tigris.subversion.subclipse.feature.group" version="1.8.22"/>
</location>

Back to the top