This commit is contained in:
parent
adf699bedd
commit
3588798220
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package felix-gogo-runtime
|
# spec file for package felix-gogo-runtime
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -117,7 +117,7 @@
|
|||||||
<attribute name="JavaPackages-ArtifactId" value="${project.artifactId}"/>
|
<attribute name="JavaPackages-ArtifactId" value="${project.artifactId}"/>
|
||||||
<attribute name="JavaPackages-GroupId" value="${project.groupId}"/>
|
<attribute name="JavaPackages-GroupId" value="${project.groupId}"/>
|
||||||
<attribute name="JavaPackages-Version" value="${project.version}"/>
|
<attribute name="JavaPackages-Version" value="${project.version}"/>
|
||||||
<attribute name="Provide-Capability" value="osgi.service;effective:=active;objectClass="org.apache.felix.service.command.CommandProcessor",osgi.service;effective:=active;objectClass="org.apache.felix.service.threadio.ThreadIO""/>
|
<attribute name="Provide-Capability" value="org.apache.felix.gogo;org.apache.felix.gogo="runtime.implementation";version:Version="1.0.0",osgi.service;effective:=active;objectClass="org.apache.felix.service.command.CommandProcessor",osgi.service;effective:=active;objectClass="org.apache.felix.service.threadio.ThreadIO""/>
|
||||||
<attribute name="Require-Capability" value="osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=${compiler.target}))""/>
|
<attribute name="Require-Capability" value="osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=${compiler.target}))""/>
|
||||||
</manifest>
|
</manifest>
|
||||||
</jar>
|
</jar>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user