Skip to content

Commit

Permalink
AFFINITY-7 Wrong OSGi manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Apr 8, 2014
1 parent 833d6e5 commit 5ee6421
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
*.war
*.ear
*.iml

target/

4 changes: 4 additions & 0 deletions affinity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
<instructions>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Import-Package>
com.sun.jna.platform.win32;resolution:=optional,
*
</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 5ee6421

Please sign in to comment.