TomDmitriev / gradle-bundle-plugin

Apache License 2.0
47 stars 24 forks source link

Private-Package header is ignored #8

Closed rotty3000 closed 10 years ago

rotty3000 commented 10 years ago

I plan to write a test case for this.

rotty3000 commented 10 years ago

Sorry, this is at least the case when used via an -included bnd file. Need to confirm if it's same from the plugin instructions.

almibe commented 10 years ago

The Package-Private header works fine when it is in the gradle build file. bundle { instruction 'Package-Private', 'org.whatever.private' }

TomDmitriev commented 10 years ago

Any instructions which work when given in a build file also work when given in an -included bnd file. I have added an integration test for the issue.