mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Merge pull request #371 from eclipse/cd_eclipse_issue_242
updated target platform to oxygen.
This commit is contained in:
commit
65def0e4f5
5 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
|||
<unit id="org.eclipse.xpand" version="0.0.0"/>
|
||||
<unit id="org.eclipse.xtend" version="0.0.0"/>
|
||||
<unit id="org.eclipse.xtend.typesystem.emf" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/releases/neon/201606221000/"/>
|
||||
<repository location="http://download.eclipse.org/releases/oxygen/201706281000/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<unit id="org.eclipse.xpand" version="0.0.0"/>
|
||||
<unit id="org.eclipse.xtend" version="0.0.0"/>
|
||||
<unit id="org.eclipse.xtend.typesystem.emf" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/releases/neon/201606221000/"/>
|
||||
<repository location="http://download.eclipse.org/releases/oxygen/201706281000/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<unit id="org.eclipse.xpand" version="0.0.0"/>
|
||||
<unit id="org.eclipse.xtend" version="0.0.0"/>
|
||||
<unit id="org.eclipse.xtend.typesystem.emf" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/releases/neon/201606221000/"/>
|
||||
<repository location="http://download.eclipse.org/releases/oxygen/201706281000/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
|
||||
|
|
|
@ -61,7 +61,7 @@ class TargetPlatformProject extends ProjectDescriptor {
|
|||
<unit id="org.eclipse.xpand" version="0.0.0"/>
|
||||
<unit id="org.eclipse.xtend" version="0.0.0"/>
|
||||
<unit id="org.eclipse.xtend.typesystem.emf" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/releases/neon/201606221000/"/>
|
||||
<repository location="http://download.eclipse.org/releases/oxygen/201706281000/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
|
||||
|
|
|
@ -110,7 +110,7 @@ public class TargetPlatformProject extends ProjectDescriptor {
|
|||
_builder.newLine();
|
||||
_builder.append("<unit id=\"org.eclipse.xtend.typesystem.emf\" version=\"0.0.0\"/>");
|
||||
_builder.newLine();
|
||||
_builder.append("<repository location=\"http://download.eclipse.org/releases/neon/201606221000/\"/>");
|
||||
_builder.append("<repository location=\"http://download.eclipse.org/releases/oxygen/201706281000/\"/>");
|
||||
_builder.newLine();
|
||||
_builder.append("</location>");
|
||||
_builder.newLine();
|
||||
|
|
Loading…
Reference in a new issue