mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[releng] Fixed lsapi setup due to lsapi changes
This commit is contained in:
parent
49a2f2b215
commit
cb4b4e15a6
4 changed files with 12 additions and 12 deletions
|
@ -10,7 +10,7 @@ Bundle-Vendor: %providerName
|
|||
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
|
||||
org.eclipse.xtend.lib,
|
||||
org.eclipse.core.runtime;bundle-version="3.6.0",
|
||||
io.typefox.lsapi;bundle-version="0.1.0";visibility:=reexport
|
||||
io.typefox.lsapi;bundle-version="0.1.0";resolution:=optional
|
||||
Import-Package: org.apache.log4j;version="1.2.15"
|
||||
Export-Package: org.eclipse.xtext.ide;x-friends:="org.eclipse.xtend.ide",
|
||||
org.eclipse.xtext.ide.editor.bracketmatching;x-friends:="org.eclipse.xtend.ide.common,org.eclipse.xtend.ide",
|
||||
|
|
|
@ -30,14 +30,9 @@
|
|||
<version>[${project.version}]</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.typefox.lsapi</groupId>
|
||||
<artifactId>io.typefox.lsapi</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.typefox.lsapi</groupId>
|
||||
<artifactId>io.typefox.lsapi.annotations</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<groupId>io.typefox.lsapi</groupId>
|
||||
<artifactId>io.typefox.lsapi</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -5,6 +5,10 @@
|
|||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="xtend-gen"/>
|
||||
<classpathentry kind="src" path="testlang-src"/>
|
||||
<classpathentry kind="src" path="testlang-src-gen"/>
|
||||
<classpathentry kind="src" path="testlang-src-gen">
|
||||
<attributes>
|
||||
<attribute name="ignore_optional_problems" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
|
|
@ -11,5 +11,6 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
|
|||
org.eclipse.xtend.lib,
|
||||
org.eclipse.core.runtime;bundle-version="3.6.0",
|
||||
org.eclipse.xtext.ide,
|
||||
org.junit;bundle-version="4.11.0"
|
||||
org.junit;bundle-version="4.11.0",
|
||||
io.typefox.lsapi;bundle-version="0.1.0"
|
||||
Import-Package: org.apache.log4j;version="1.2.15"
|
||||
|
|
Loading…
Reference in a new issue