Skip to content

Commit

Permalink
Added fixed range for ANTLR dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Nov 29, 2024
1 parent 52e4ecb commit a625060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.m2doc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.emf.ecore.xmi,
org.eclipse.acceleo.query;bundle-version="[6.0.1,8.0.0)",
org.antlr.runtime;bundle-version="4.3.0",
org.antlr.runtime;bundle-version="[4.7.2,4.7.3)",
org.apache.poi;bundle-version="[5.2.3,5.2.4)",
org.eclipse.acceleo.annotations;bundle-version="[5.0.0,8.0.0)",
org.apache.batik.transcoder;bundle-version="[1.17.0,1.17.1)",
Expand Down
2 changes: 1 addition & 1 deletion tests/org.obeonetwork.m2doc.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.obeonetwork.m2doc.genconf;bundle-version="[3.0.0,4.0.0)",
org.eclipse.acceleo.query;bundle-version="[6.0.1,8.0.0)",
org.antlr.runtime;bundle-version="4.3.0",
org.antlr.runtime;bundle-version="[4.7.2,4.7.3)",
org.apache.poi;bundle-version="[5.2.3,5.2.4)",
org.eclipse.uml2.uml,
org.xtext.example.mydsl;bundle-version="1.1.0",
Expand Down

0 comments on commit a625060

Please sign in to comment.