-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
64 additions
and
1 deletion.
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
34 changes: 34 additions & 0 deletions
34
server/releng/org.eclipse.glsp.ide.releng.target/r2023-09.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<?pde?> | ||
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> | ||
<target name="2023-09 - Default" sequenceNumber="1695889498"> | ||
<locations> | ||
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> | ||
<unit id="org.eclipse.platform.feature.group" version="4.29.0.v20230903-1000"/> | ||
<unit id="org.eclipse.emf.sdk.feature.group" version="2.35.0.v20230829-0934"/> | ||
<unit id="org.eclipse.emf.transaction.feature.group" version="1.13.0.202208110935"/> | ||
<unit id="org.eclipse.equinox.executable.feature.group" version="3.8.2200.v20230717-2134"/> | ||
<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="1.3.100.v20230728-2010"/> | ||
<repository location="http://download.eclipse.org/releases/2023-09"/> | ||
</location> | ||
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> | ||
<unit id="org.eclipse.jetty.websocket.javax.server" version="10.0.13"/> | ||
<repository location="mvn:org.eclipse.jetty:jetty-p2:10.0.13:zip:p2site"/> | ||
</location> | ||
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> | ||
<unit id="org.eclipse.glsp.feature.feature.group" version="0.0.0"/> | ||
<unit id="org.eclipse.glsp.feature.source.feature.group" version="0.0.0"/> | ||
<unit id="org.eclipse.glsp.server.websocket" version="0.0.0"/> | ||
<unit id="org.eclipse.glsp.layout" version="0.0.0"/> | ||
<unit id="org.eclipse.glsp.example.workflow" version="0.0.0"/> | ||
<repository location="https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202309280815/"/> | ||
</location> | ||
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> | ||
<unit id="org.eclipse.elk.core" version="0.8.1"/> | ||
<unit id="org.eclipse.elk.graph" version="0.8.1"/> | ||
<unit id="org.eclipse.elk.graph.text" version="0.8.1"/> | ||
<unit id="org.eclipse.elk.alg.layered" version="0.8.1"/> | ||
<repository location="https://download.eclipse.org/elk/updates/releases/0.8.1/"/> | ||
</location> | ||
</locations> | ||
</target> |
29 changes: 29 additions & 0 deletions
29
server/releng/org.eclipse.glsp.ide.releng.target/r2023-09.tpd
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
target "2023-09 - Default" with source requirements | ||
|
||
location "http://download.eclipse.org/releases/2023-09" { | ||
org.eclipse.platform.feature.group | ||
org.eclipse.emf.sdk.feature.group | ||
org.eclipse.emf.transaction.feature.group | ||
org.eclipse.equinox.executable.feature.group | ||
org.eclipse.equinox.p2.discovery.feature.feature.group | ||
} | ||
|
||
location "mvn:org.eclipse.jetty:jetty-p2:10.0.13:zip:p2site" { | ||
org.eclipse.jetty.websocket.javax.server | ||
} | ||
|
||
location "https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202309280815/" { | ||
org.eclipse.glsp.feature.feature.group lazy | ||
org.eclipse.glsp.feature.source.feature.group lazy | ||
org.eclipse.glsp.server.websocket lazy | ||
org.eclipse.glsp.layout lazy | ||
org.eclipse.glsp.example.workflow lazy | ||
} | ||
|
||
location "https://download.eclipse.org/elk/updates/releases/0.8.1/" { | ||
org.eclipse.elk.core | ||
org.eclipse.elk.graph | ||
org.eclipse.elk.graph.text | ||
org.eclipse.elk.alg.layered | ||
} | ||
|