Skip to content

Commit

Permalink
Merge pull request #5421 from timothyjward/fix/m2e-version
Browse files Browse the repository at this point in the history
[m2e] Fix missed bundle version ranges for M2E imports
  • Loading branch information
timothyjward committed Nov 10, 2022
2 parents 161b9cf + 1a0e0e9 commit 6e6d57f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bndtools.m2e/bnd.bnd
Expand Up @@ -45,6 +45,7 @@ Bundle-ActivationPolicy: lazy
Import-Package: \
org.apache.maven.*;bundle-symbolic-name="${@bundlesymbolicname}";bundle-version="${range;[==,4);${@bundleversion}}";version=!,\
org.eclipse.aether.*;bundle-symbolic-name="${@bundlesymbolicname}";bundle-version="${range;[==,4);${@bundleversion}}";version=!,\
org.eclipse.m2e.*;bundle-symbolic-name="${@bundlesymbolicname}";bundle-version="${range;[==,4);${@bundleversion}}";version=!,\
${eclipse.importpackage},\
*

Expand Down

0 comments on commit 6e6d57f

Please sign in to comment.