Skip to content

Commit 908fdd4

Browse files
committed
Update pom to tycho 0.15, include SWTBot, update orbit version
1 parent 9970d08 commit 908fdd4

File tree

1 file changed

+7
-2
lines changed
  • com.eclipsesource.jshint.releng

1 file changed

+7
-2
lines changed

com.eclipsesource.jshint.releng/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<properties>
8-
<tycho-version>0.14.0</tycho-version>
8+
<tycho-version>0.15.0</tycho-version>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
</properties>
1111

@@ -39,7 +39,12 @@
3939
<repository>
4040
<id>orbit-repo</id>
4141
<layout>p2</layout>
42-
<url>http://download.eclipse.org/tools/orbit/downloads/drops/S20120123151124/repository/</url>
42+
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/</url>
43+
</repository>
44+
<repository>
45+
<id>swtbot-repo</id>
46+
<layout>p2</layout>
47+
<url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site</url>
4348
</repository>
4449
</repositories>
4550

0 commit comments

Comments
 (0)