mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
use orbit 2019-06
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
1aea0c1928
commit
d482c3ad8a
8 changed files with 8 additions and 8 deletions
|
@ -24,7 +24,7 @@
|
|||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
<unit id="org.objectweb.asm.tree" version="7.0.0.v20181030-2244"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-03"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-06"/>
|
||||
</location>
|
||||
</locations>
|
||||
</target>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
<unit id="org.objectweb.asm.tree" version="7.0.0.v20181030-2244"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-03"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-06"/>
|
||||
</location>
|
||||
</locations>
|
||||
</target>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
<unit id="org.objectweb.asm.tree" version="7.0.0.v20181030-2244"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-03"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-06"/>
|
||||
</location>
|
||||
</locations>
|
||||
</target>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
<unit id="org.objectweb.asm.tree" version="7.0.0.v20181030-2244"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-03"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-06"/>
|
||||
</location>
|
||||
</locations>
|
||||
</target>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
<unit id="org.objectweb.asm.tree" version="7.0.0.v20181030-2244"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-03"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-06"/>
|
||||
</location>
|
||||
</locations>
|
||||
</target>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
<unit id="org.objectweb.asm.tree" version="7.0.0.v20181030-2244"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-03"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-06"/>
|
||||
</location>
|
||||
</locations>
|
||||
</target>
|
||||
|
|
|
@ -95,7 +95,7 @@ class TargetPlatformProject extends ProjectDescriptor {
|
|||
«ENDIF»
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
<unit id="org.objectweb.asm.tree" version="7.0.0.v20181030-2244"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-03"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-06"/>
|
||||
</location>
|
||||
</locations>
|
||||
</target>
|
||||
|
|
|
@ -200,7 +200,7 @@ public class TargetPlatformProject extends ProjectDescriptor {
|
|||
_builder.append("<unit id=\"org.objectweb.asm.tree\" version=\"7.0.0.v20181030-2244\"/>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t");
|
||||
_builder.append("<repository location=\"http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-03\"/>");
|
||||
_builder.append("<repository location=\"http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-06\"/>");
|
||||
_builder.newLine();
|
||||
_builder.append("</location>");
|
||||
_builder.newLine();
|
||||
|
|
Loading…
Reference in a new issue