Skip to content

Commit 399de9a

Browse files
Update pde target definition (#292)
Signed-off-by: Jinbo Wang <[email protected]>
1 parent a8b3647 commit 399de9a

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

java.debug.target

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<?pde version="3.8"?>
3-
<target name="Java Debug" sequenceNumber="44">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="Java Debug" sequenceNumber="39">
42
<locations>
53
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
6-
<unit id="org.eclipse.xtend.sdk.feature.group" version="2.14.0.v20180523-0937"/>
7-
<unit id="org.eclipse.xtext.sdk.feature.group" version="2.14.0.v20180523-0937"/>
8-
<repository location="http://download.eclipse.org/releases/photon/"/>
4+
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
5+
<unit id="com.google.gson.source" version="2.7.0.v20170129-0911"/>
6+
<unit id="com.ibm.icu.base" version="58.2.0.v20170418-1837"/>
7+
<unit id="org.apache.commons.io" version="2.2.0.v201405211200"/>
8+
<unit id="org.apache.commons.lang3" version="3.1.0.v201403281430"/>
9+
<unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
10+
<repository location="http://download.eclipse.org/tools/orbit/R-builds/R20170516192513/repository"/>
911
</location>
1012
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
11-
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.4.1.v20180515-1323"/>
12-
<repository location="http://download.eclipse.org/lsp4j/updates/releases/"/>
13+
<unit id="org.eclipse.xtend.sdk.feature.group" version="0.0.0"/>
14+
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
15+
<repository location="http://download.eclipse.org/releases/2019-06/"/>
1316
</location>
1417
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
15-
<unit id="org.eclipse.jdt.ls.core" version="0.20.0.201806010139"/>
16-
<repository location="http://download.eclipse.org/jdtls/snapshots/repository/0.20.0.201806010139/"/>
18+
<unit id="org.jboss.tools.maven.apt.core" version="0.0.0"/>
19+
<repository location="http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.2-2018-12-24_15-46-05-H18/"/>
1720
</location>
1821
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
19-
<unit id="org.jboss.tools.maven.apt.feature.feature.group" version="1.5.0.201805160042"/>
20-
<repository location="http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.0-2018-05-16_00-46-30-H11"/>
22+
<unit id="org.eclipse.jdt.ls.core" version="0.0.0"/>
23+
<repository location="http://download.eclipse.org/jdtls/snapshots/repository/latest/"/>
2124
</location>
2225
</locations>
23-
</target>
26+
</target>

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@
154154
</profiles>
155155
<repositories>
156156
<repository>
157-
<id>photon</id>
157+
<id>201906</id>
158158
<layout>p2</layout>
159-
<url>http://download.eclipse.org/releases/photon</url>
159+
<url>http://download.eclipse.org/releases/2019-06/</url>
160160
</repository>
161161
<repository>
162162
<id>oss.sonatype.org</id>
@@ -174,6 +174,11 @@
174174
<id>JBOLL.TOOLS</id>
175175
<layout>p2</layout>
176176
<url>http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.0-2018-05-16_00-46-30-H11</url>
177-
</repository>
177+
</repository>
178+
<repository>
179+
<id>orbit</id>
180+
<layout>p2</layout>
181+
<url>http://download.eclipse.org/tools/orbit/R-builds/R20170516192513/repository/</url>
182+
</repository>
178183
</repositories>
179184
</project>

0 commit comments

Comments
 (0)