Last active
August 29, 2015 14:02
-
-
Save sbrinkmann/2222d4caf24c280618d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Manifest-Version: 1 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Description: My Bundle Description | |
| Bundle-Name: My Bundle Name | |
| Bundle-SymbolicName: de.eggs.cq.generic.MyBundle | |
| Bundle-Version: 14.01.0.SNAPSHOT | |
| Export-Package: de.eggs.myBundle | |
| Import-Package: org.slf4j;version="[1.6,2)" | |
| Created-By: Apache Maven Bundle Plugin | |
| Tool: Bnd-1.43.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment