mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#1168] set minimal target to oxygen
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
748c4cea7a
commit
703ad3aafb
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ p2gen {
|
|||
feature 'org.eclipse.emf.mwe2.language.sdk'
|
||||
}
|
||||
dependencies {
|
||||
repositoryUrl 'http://download.eclipse.org/releases/luna/201502271000'
|
||||
repositoryUrl 'http://download.eclipse.org/releases/oxygen/201804111000'
|
||||
}
|
||||
dependencies {
|
||||
repositoryUrl 'http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository'
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<unit id="org.eclipse.emf.mwe2.language.sdk.feature.group" version="0.0.0"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
|
||||
<repository location="http://download.eclipse.org/releases/luna/201502271000"/>
|
||||
<repository location="http://download.eclipse.org/releases/oxygen/201804111000"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository"/>
|
||||
|
|
Loading…
Reference in a new issue