Skip to content

Commit adb2237

Browse files
committed
Include mockito-all in build
1 parent 4cf0c0f commit adb2237

File tree

2 files changed

+7
-2
lines changed
  • releng/com.eclipsesource.jshint.build
  • tests/com.eclipsesource.jshint.ui.test/META-INF

2 files changed

+7
-2
lines changed

releng/com.eclipsesource.jshint.build/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,18 @@
4040
<!-- need stable orbit repository, since latest release does not contain rhino 1.7.4 -->
4141
<id>orbit-stable-repo</id>
4242
<layout>p2</layout>
43-
<url>http://download.eclipse.org/tools/orbit/downloads/drops/S20130308121626/repository/</url>
43+
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/</url>
4444
</repository>
4545
<repository>
4646
<id>swtbot-repo</id>
4747
<layout>p2</layout>
4848
<url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site</url>
4949
</repository>
50+
<repository>
51+
<id>mockito-repo</id>
52+
<layout>p2</layout>
53+
<url>http://download.eclipsesource.com/~rsternberg/mockito-all/</url>
54+
</repository>
5055
</repositories>
5156

5257
<pluginRepositories>

tests/com.eclipsesource.jshint.ui.test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Import-Package: org.apache.log4j;version="[1.2.13,1.3.0)",
1313
org.junit;version="4.8.2",
1414
org.junit.runner;version="4.8.2"
1515
Require-Bundle: org.hamcrest;bundle-version="1.1.0",
16-
org.mockito.mockito-all
16+
org.mockito.mockito-all;bundle-version="[1.9.5,2.0.0)"

0 commit comments

Comments
 (0)