-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jinbo Wang <[email protected]>
- Loading branch information
1 parent
a8b3647
commit 399de9a
Showing
2 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<?pde version="3.8"?> | ||
<target name="Java Debug" sequenceNumber="44"> | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="Java Debug" sequenceNumber="39"> | ||
<locations> | ||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
<unit id="org.eclipse.xtend.sdk.feature.group" version="2.14.0.v20180523-0937"/> | ||
<unit id="org.eclipse.xtext.sdk.feature.group" version="2.14.0.v20180523-0937"/> | ||
<repository location="http://download.eclipse.org/releases/photon/"/> | ||
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/> | ||
<unit id="com.google.gson.source" version="2.7.0.v20170129-0911"/> | ||
<unit id="com.ibm.icu.base" version="58.2.0.v20170418-1837"/> | ||
<unit id="org.apache.commons.io" version="2.2.0.v201405211200"/> | ||
<unit id="org.apache.commons.lang3" version="3.1.0.v201403281430"/> | ||
<unit id="org.apache.log4j" version="1.2.15.v201012070815"/> | ||
<repository location="http://download.eclipse.org/tools/orbit/R-builds/R20170516192513/repository"/> | ||
</location> | ||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.4.1.v20180515-1323"/> | ||
<repository location="http://download.eclipse.org/lsp4j/updates/releases/"/> | ||
<unit id="org.eclipse.xtend.sdk.feature.group" version="0.0.0"/> | ||
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/> | ||
<repository location="http://download.eclipse.org/releases/2019-06/"/> | ||
</location> | ||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
<unit id="org.eclipse.jdt.ls.core" version="0.20.0.201806010139"/> | ||
<repository location="http://download.eclipse.org/jdtls/snapshots/repository/0.20.0.201806010139/"/> | ||
<unit id="org.jboss.tools.maven.apt.core" version="0.0.0"/> | ||
<repository location="http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.2-2018-12-24_15-46-05-H18/"/> | ||
</location> | ||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
<unit id="org.jboss.tools.maven.apt.feature.feature.group" version="1.5.0.201805160042"/> | ||
<repository location="http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.0-2018-05-16_00-46-30-H11"/> | ||
<unit id="org.eclipse.jdt.ls.core" version="0.0.0"/> | ||
<repository location="http://download.eclipse.org/jdtls/snapshots/repository/latest/"/> | ||
</location> | ||
</locations> | ||
</target> | ||
</target> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters