Skip to content

Commit 099179f

Browse files
committed
POM: set OSGi bundle symbolic name to all lowercase, make sun.misc resolution optional (req by CS-Studio/diirt) (fixes #8)
1 parent 4b680d4 commit 099179f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pvAccessJava/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,22 @@
4444
</dependency>
4545
</dependencies>
4646

47+
<build>
48+
<plugins>
49+
<plugin>
50+
<groupId>org.apache.felix</groupId>
51+
<artifactId>maven-bundle-plugin</artifactId>
52+
<!-- Use lower case for bundle name, as agreed upon with CS-Studio devs -->
53+
<configuration>
54+
<instructions>
55+
<Bundle-SymbolicName>org.epics.pvaccess</Bundle-SymbolicName>
56+
<Import-Package>sun.misc;resolution:=optional,*</Import-Package>
57+
</instructions>
58+
</configuration>
59+
</plugin>
60+
</plugins>
61+
</build>
62+
4763
<profiles>
4864
<profile>
4965
<id>with-japex</id>

0 commit comments

Comments
 (0)