Skip to content

Commit

Permalink
update xtend libs to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdu committed Feb 15, 2016
1 parent 19e347d commit d2637f4
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,6 +4,7 @@ deps
*.beam
*.plt
erl_crash.dump
target/

.vagrant
*.class
Expand Down
50 changes: 19 additions & 31 deletions org.erlide.libs/.classpath
@@ -1,34 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry exported="true" kind="lib" path="org.eclipse.xtext.xbase.lib-2.8.0.jar" sourcepath="org.eclipse.xtext.xbase.lib-2.8.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/org.erlide.libs/org.eclipse.xtext.xbase.lib-2.8.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="org.eclipse.xtend.lib.macro-2.8.0.jar" sourcepath="org.eclipse.xtend.lib.macro-2.8.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/org.erlide.libs/org.eclipse.xtend.lib.macro-2.8.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="org.eclipse.xtend.lib-2.8.0.jar" sourcepath="org.eclipse.xtend.lib-2.8.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/org.erlide.libs/org.eclipse.xtend.lib-2.8.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="guava-17.0.jar" sourcepath="guava-17.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/org.erlide.libs/guava-17.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="javax.inject-1.jar"/>
<classpathentry exported="true" kind="lib" path="hamcrest-all-1.3.jar" sourcepath="hamcrest-all-1.3-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry exported="true" kind="lib" path="org.eclipse.xtend.lib-2.9.1.jar" sourcepath="org.eclipse.xtend.lib-2.9.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="org.eclipse.xtend.lib.macro-2.9.1.jar" sourcepath="org.eclipse.xtend.lib.macro-2.9.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="org.eclipse.xtext.xbase.lib-2.9.1.jar" sourcepath="org.eclipse.xtext.xbase.lib-2.9.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="guava-17.0.jar" sourcepath="guava-17.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/org.erlide.libs/guava-17.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="javax.inject-1.jar"/>
<classpathentry exported="true" kind="lib" path="hamcrest-all-1.3.jar" sourcepath="hamcrest-all-1.3-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
8 changes: 4 additions & 4 deletions org.erlide.libs/META-INF/MANIFEST.MF
Expand Up @@ -3,16 +3,16 @@ Bundle-ManifestVersion: 2
Bundle-Name: Erlide Common Libraries
Bundle-SymbolicName: org.erlide.libs;singleton:=true
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.15.1.qualifier
Bundle-Version: 1.16.0.qualifier
Bundle-Vendor: Erlide project
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: erlide.libs.jar,
hamcrest-all-1.3.jar,
javax.inject-1.jar,
guava-17.0.jar,
org.eclipse.xtend.lib-2.8.0.jar,
org.eclipse.xtend.lib.macro-2.8.0.jar,
org.eclipse.xtext.xbase.lib-2.8.0.jar
org.eclipse.xtend.lib-2.9.1.jar,
org.eclipse.xtend.lib.macro-2.9.1.jar,
org.eclipse.xtext.xbase.lib-2.9.1.jar
Export-Package: com.ericsson.otp.erlang,
com.google.common.annotations;version="14.0.1",
com.google.common.base;version="14.0.1",
Expand Down
6 changes: 3 additions & 3 deletions org.erlide.libs/build.properties
Expand Up @@ -4,9 +4,9 @@ bin.includes = META-INF/,\
about.html,\
javax.inject-1.jar,\
guava-17.0.jar,\
org.eclipse.xtend.lib-2.8.0.jar,\
org.eclipse.xtend.lib.macro-2.8.0.jar,\
org.eclipse.xtext.xbase.lib-2.8.0.jar
org.eclipse.xtend.lib-2.9.1.jar,\
org.eclipse.xtend.lib.macro-2.9.1.jar,\
org.eclipse.xtext.xbase.lib-2.9.1.jar

jars.compile.order = erlide.libs.jar
source.erlide.libs.jar = src/,\
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d2637f4

Please sign in to comment.