Skip to content

Commit 435f925

Browse files
authored
Use p2 for JDT.LS dependency. (microsoft#38)
1 parent 6db9a10 commit 435f925

5 files changed

Lines changed: 5 additions & 38 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ os:
44
- linux
55
- osx
66

7-
before_install:
8-
- ./installjdtls.sh
9-
107
script:
118
- ./mvnw clean verify
129

com.microsoft.java.debug.plugin/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
<artifactId>com.microsoft.java.debug.plugin</artifactId>
1111
<packaging>eclipse-plugin</packaging>
1212
<name>${base.name} :: Debugger Plugin</name>
13-
<dependencies>
14-
<dependency>
15-
<groupId>org.eclipse.jdt.ls</groupId>
16-
<artifactId>org.eclipse.jdt.ls.core</artifactId>
17-
<version>0.4.0</version>
18-
</dependency>
19-
</dependencies>
2013
<build>
2114
<plugins>
2215
<plugin>

installjdtls.bat

Lines changed: 0 additions & 14 deletions
This file was deleted.

installjdtls.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@
9898
<groupId>org.eclipse.tycho</groupId>
9999
<artifactId>target-platform-configuration</artifactId>
100100
<version>${tycho-version}</version>
101-
<configuration>
102-
<pomDependencies>consider</pomDependencies>
103-
</configuration>
104101
</plugin>
105102
</plugins>
106103
</pluginManagement>
@@ -118,5 +115,10 @@
118115
<enabled>true</enabled>
119116
</snapshots>
120117
</repository>
118+
<repository>
119+
<id>JDT.LS</id>
120+
<layout>p2</layout>
121+
<url>http://download.eclipse.org/jdtls/snapshots/repository/latest/</url>
122+
</repository>
121123
</repositories>
122124
</project>

0 commit comments

Comments
 (0)