Skip to content

Commit 5ee6421

Browse files
committed
AFFINITY-7 Wrong OSGi manifest
1 parent 833d6e5 commit 5ee6421

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66
*.war
77
*.ear
88
*.iml
9+
10+
target/
11+

affinity/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
<instructions>
134134
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
135135
<Bundle-Name>${project.artifactId}</Bundle-Name>
136+
<Import-Package>
137+
com.sun.jna.platform.win32;resolution:=optional,
138+
*
139+
</Import-Package>
136140
</instructions>
137141
</configuration>
138142
</plugin>

0 commit comments

Comments
 (0)