Skip to content

Commit

Permalink
changed version ranges of objectweb.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Mar 31, 2021
1 parent bf0e0b0 commit 398aec3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Expand Up @@ -32,10 +32,5 @@
<unit id="org.eclipse.xtext.xdoc.feature.feature.group" version="0.0.0"/>
<repository location="https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="0.0.0"/>
<unit id="org.objectweb.asm.tree" version="0.0.0"/>
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-09"/>
</location>
</locations>
</target>
2 changes: 1 addition & 1 deletion plugins/org.eclipse.xsemantics.dsl/META-INF/MANIFEST.MF
Expand Up @@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0";visibility:=reexport,
org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional,
org.eclipse.xtext.ecore,
org.objectweb.asm;bundle-version="5.0.1";visibility:=reexport,
org.objectweb.asm;bundle-version="7.2.0";visibility:=reexport,
org.eclipse.xtend.lib;bundle-version="2.13.0"
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
Expand Up @@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.xsemantics.dsl,
org.eclipse.xtext.testing,
org.eclipse.xtext.xbase.testing,
org.eclipse.xtext.junit4,
org.objectweb.asm;bundle-version="[7.1.0,7.2.0)";resolution:=optional
org.objectweb.asm;bundle-version="7.2.0";resolution:=optional
Import-Package: org.apache.log4j,
org.apache.log4j.spi,
org.apache.log4j.varia,
Expand Down

0 comments on commit 398aec3

Please sign in to comment.