Skip to content

Commit ef5e9e0

Browse files
authored
Support PDE development. (#180)
1 parent 3a3c2d0 commit ef5e9e0

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

java.debug.target

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?pde version="3.8"?><target name="Java Debug" 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>
22+
</target>

javaProject.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"projects": [
3+
"com.microsoft.java.debug.core",
4+
"com.microsoft.java.debug.plugin"
5+
],
6+
"targetPlatform": "java.debug.target"
7+
}

0 commit comments

Comments
 (0)