Skip to content

Commit 87e9cf5

Browse files
yaohaizhandxu
authored andcommitted
Update project p2 dependency. (#109)
1 parent c149b2b commit 87e9cf5

File tree

2 files changed

+33
-30
lines changed

2 files changed

+33
-30
lines changed
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry exported="true" kind="lib" path="lib/gson-2.7.jar"/>
6-
<classpathentry kind="src" path="src/"/>
7-
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.5.jar"/>
8-
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.6.jar"/>
9-
<classpathentry kind="output" path="target/classes"/>
10-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5+
<classpathentry kind="src" path="src/"/>
6+
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.5.jar"/>
7+
<classpathentry kind="output" path="target/classes"/>
8+
</classpath>

jdtls.ext/target.target

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<?pde version="3.8"?><target name="JDTLS.EXT" sequenceNumber="38">
3-
<locations>
4-
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
5-
<unit id="org.eclipse.libra.framework.feature.feature.group" version="0.3.1.201609011955"/>
6-
<repository location="http://download.eclipse.org/releases/oxygen"/>
7-
</location>
8-
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
9-
<unit id="org.eclipse.xtend.sdk.feature.group" version="2.13.0.v20171020-0920"/>
10-
<unit id="org.eclipse.xtext.sdk.feature.group" version="2.13.0.v20171020-0920"/>
11-
<repository location="http://download.eclipse.org/releases/photon/"/>
12-
</location>
13-
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
14-
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.4.0.v20180301-0956"/>
15-
<repository location="http://download.eclipse.org/lsp4j/updates/milestones"/>
16-
</location>
17-
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
18-
<unit id="org.eclipse.jdt.ls.core" version="0.16.0.201804042215"/>
19-
<repository location="http://download.eclipse.org/jdtls/snapshots/repository/0.16.0.201804042215/"/>
20-
</location>
21-
</locations>
2+
<?pde version="3.8"?>
3+
<target name="JDTLS.EXT" sequenceNumber="38">
4+
<locations>
5+
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
6+
<unit id="org.eclipse.xtend.sdk.feature.group" version="0.0.0"/>
7+
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
8+
<repository location="http://download.eclipse.org/releases/2018-12/"/>
9+
</location>
10+
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
11+
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.0.0"/>
12+
<repository location="http://download.eclipse.org/lsp4j/updates/milestones"/>
13+
</location>
14+
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
15+
<unit id="org.eclipse.jdt.ls.core" version="0.0.0"/>
16+
<repository location="http://download.eclipse.org/jdtls/snapshots/repository/latest/"/>
17+
</location>
18+
<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"/>
21+
</location>
22+
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
23+
<unit id="com.ibm.icu.base" version="58.2.0.v20170418-1837"/>
24+
<repository location="http://download.eclipse.org/tools/orbit/R-builds/R20170516192513/repository"/>
25+
</location>
26+
</locations>
2227
</target>

0 commit comments

Comments
 (0)