[releng] Fixed lsapi setup due to lsapi changes

This commit is contained in:
Dennis Huebner 2016-05-19 15:02:39 +02:00
parent 49a2f2b215
commit cb4b4e15a6
4 changed files with 12 additions and 12 deletions

View file

@ -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",

View file

@ -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>

View file

@ -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>

View file

@ -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"