Skip to content

Commit

Permalink
Added ranges to dependencies in manifest.mtl.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Mar 13, 2024
1 parent 0569abb commit 11ee407
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
Bundle-SymbolicName: [projectUIName/];singleton:=true
Bundle-Version: 1.2.0.qualifier
Require-Bundle: org.eclipse.emf.ecore,
org.eclipse.acceleo.aql;bundle-version="4.0.0",
org.eclipse.acceleo.query;bundle-version="8.0.2",
org.antlr.runtime;bundle-version="4.10.1",
org.eclipse.acceleo.aql;bundle-version="['['/]4.0.0,5.0.0)",
org.eclipse.acceleo.query;bundle-version="['['/]8.0.2,9.0.0)",
org.antlr.runtime;bundle-version="['['/]4.10.1,4.10.2)",
org.eclipse.core.resources,
org.eclipse.core.runtime,
[projectUIName.baseProjectName()/],
org.eclipse.ui,
org.eclipse.acceleo.aql.ide.ui
org.eclipse.acceleo.aql.ide.ui;bundle-version="['['/]4.0.0,5.0.0)
Automatic-Module-Name: [projectUIName/]
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .
Expand Down

0 comments on commit 11ee407

Please sign in to comment.