Skip to content

Commit 5fa54eb

Browse files
committed
POM: set OSGi bundle symbolic name to all lowercase (req by CS-Studio/diirt)
(fixes #12)
1 parent c903b3b commit 5fa54eb

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

pvDataJava/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,19 @@
2323
</repository>
2424
</repositories>
2525

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+
2641
</project>

0 commit comments

Comments
 (0)