Skip to content

Commit

Permalink
make symbolic name follow a more eclipse pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Savage committed Jul 24, 2017
1 parent 54e1686 commit 15f1056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-SymbolicName>uk.ac.diamond.ispyb.api</Bundle-SymbolicName>
<Bundle-Name>${project.name}</Bundle-Name>
<Bundle-Vendor>${project.organization.name}</Bundle-Vendor>
<Export-Package>uk.ac.diamond.ispyb.api</Export-Package>
Expand Down

0 comments on commit 15f1056

Please sign in to comment.