We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c903b3b commit 5fa54ebCopy full SHA for 5fa54eb
1 file changed
pvDataJava/pom.xml
@@ -23,4 +23,19 @@
23
</repository>
24
</repositories>
25
26
+ <build>
27
+ <plugins>
28
+ <plugin>
29
+ <groupId>org.apache.felix</groupId>
30
+ <artifactId>maven-bundle-plugin</artifactId>
31
+ <!-- Use lower case for bundle name, as agreed upon with CS-Studio devs -->
32
+ <configuration>
33
+ <instructions>
34
+ <Bundle-SymbolicName>org.epics.pvdata</Bundle-SymbolicName>
35
+ </instructions>
36
+ </configuration>
37
+ </plugin>
38
+ </plugins>
39
+ </build>
40
+
41
</project>
0 commit comments