Skip to content

Commit 694070a

Browse files
committed
Use archived orbit site
Fixes #124
1 parent 8ef0f15 commit 694070a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ This is a minor release.
1515

1616
### Fixed Issues
1717

18+
* [#124](https://github.com/pmd/pmd-eclipse-plugin/issues/124): No repository found containing: osgi.bundle,org.slf4j.log4j,1.7.2.v20130115-1340
19+
1820
### API Changes
1921

2022
### External Contributions

kepler/kepler.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.5.2.v201401062113-7C7OFvVF7RZHQXIlNxNyPh"/>
99
</location>
1010
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
11-
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/"/>
11+
<repository location="https://archive.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/"/>
1212
<unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
1313
<unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
1414
<unit id="org.apache.commons.io" version="2.0.1.v201105210651"/>

net.sourceforge.pmd.eclipse.p2updatesite/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
PMD Plugin for Eclipse
99
</description>
1010
</category-def>
11-
<repository-reference location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/" enabled="true" />
11+
<repository-reference location="https://archive.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/" enabled="true" />
1212
</site>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<checkstyle.version>8.30</checkstyle.version>
2727
<checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
2828

29-
<updatesite.orbit>http://download.eclipse.org/tools/orbit/downloads/drops/${orbit.version}/repository/</updatesite.orbit>
29+
<updatesite.orbit>https://archive.eclipse.org/tools/orbit/downloads/drops/${orbit.version}/repository/</updatesite.orbit>
3030
</properties>
3131

3232
<repositories>

0 commit comments

Comments
 (0)