We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b680d4 commit 099179fCopy full SHA for 099179f
1 file changed
pvAccessJava/pom.xml
@@ -44,6 +44,22 @@
44
</dependency>
45
</dependencies>
46
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
+
63
<profiles>
64
<profile>
65
<id>with-japex</id>
0 commit comments