Skip to content

Commit

Permalink
Format Require-Capability
Browse files Browse the repository at this point in the history
closes #445
  • Loading branch information
derTobsch committed Dec 10, 2024
1 parent 077f9ae commit 8034883
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jollyday-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@
<instructions>
<Bundle-SymbolicName>de.focus_shift.jollyday-core</Bundle-SymbolicName>
<Export-Package>de.focus_shift.jollyday.core.*</Export-Package>
<Require-Capability>osgi.serviceloader;filter:="(osgi.serviceloader=de.focus_shift.jollyday.core.spi.ConfigurationService)";cardinality:=multiple,osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)"</Require-Capability>
<Require-Capability>
osgi.serviceloader;filter:="(osgi.serviceloader=de.focus_shift.jollyday.core.spi.ConfigurationService)";cardinality:=multiple,osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)"
</Require-Capability>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 8034883

Please sign in to comment.