You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2018/05/16 08:00:07 UTC

[3/6] servicemix-specs git commit: Add generated uses header

Add generated uses header


Project: http://git-wip-us.apache.org/repos/asf/servicemix-specs/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-specs/commit/c5728d06
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-specs/tree/c5728d06
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-specs/diff/c5728d06

Branch: refs/heads/master
Commit: c5728d06c72585c52884eeea67f26c612606e65d
Parents: 7253275
Author: Carlos Sierra <ca...@liferay.com>
Authored: Thu May 3 17:20:53 2018 +0200
Committer: Carlos Sierra <ca...@liferay.com>
Committed: Thu May 3 17:20:53 2018 +0200

----------------------------------------------------------------------
 annotation-api-1.2/pom.xml | 2 +-
 annotation-api-1.3/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/c5728d06/annotation-api-1.2/pom.xml
----------------------------------------------------------------------
diff --git a/annotation-api-1.2/pom.xml b/annotation-api-1.2/pom.xml
index 5d9b88a..b78b3a1 100644
--- a/annotation-api-1.2/pom.xml
+++ b/annotation-api-1.2/pom.xml
@@ -62,7 +62,7 @@
                         <Implementation-Title>Apache ServiceMix</Implementation-Title>
                         <Implementation-Version>${project.version}</Implementation-Version>
                         <Provide-Capability>
-                            <![CDATA[osgi.contract;osgi.contract=JavaAnnotation;uses:="javax.annotation,javax.annotation.security,javax.annotation.sql";version:List<Version>="1.2,1.1,1"]]>
+                            <![CDATA[osgi.contract;osgi.contract=JavaAnnotation;uses:="${packages;NAMED;javax.*}";version:List<Version>="1.2,1.1,1"]]>
                         </Provide-Capability>
                     </instructions>
                     <unpackBundle>true</unpackBundle>

http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/c5728d06/annotation-api-1.3/pom.xml
----------------------------------------------------------------------
diff --git a/annotation-api-1.3/pom.xml b/annotation-api-1.3/pom.xml
index b613e0e..7d1ee55 100644
--- a/annotation-api-1.3/pom.xml
+++ b/annotation-api-1.3/pom.xml
@@ -62,7 +62,7 @@
                         <Implementation-Title>Apache ServiceMix</Implementation-Title>
                         <Implementation-Version>${project.version}</Implementation-Version>
                         <Provide-Capability>
-                            <![CDATA[osgi.contract;osgi.contract=JavaAnnotation;uses:="javax.annotation,javax.annotation.security,javax.annotation.sql";version:List<Version>="1.3,1.2,1.1,1"]]>
+                            <![CDATA[osgi.contract;osgi.contract=JavaAnnotation;uses:="${packages;NAMED;javax.*}";version:List<Version>="1.3,1.2,1.1,1"]]>
                         </Provide-Capability>
                     </instructions>
                     <unpackBundle>true</unpackBundle>