You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2020/05/11 14:46:09 UTC

[felix-dev] branch master updated: [FELIX-6269] Also reformat blueprint and scr clauses

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 69dfea9  [FELIX-6269] Also reformat blueprint and scr clauses
69dfea9 is described below

commit 69dfea9af1e74be43bf8733176c502b70509be4c
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon May 11 16:44:42 2020 +0200

    [FELIX-6269] Also reformat blueprint and scr clauses
---
 .../src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/maven-bundle-plugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java b/tools/maven-bundle-plugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
index f12e278..f37a949 100644
--- a/tools/maven-bundle-plugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
+++ b/tools/maven-bundle-plugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
@@ -1183,7 +1183,8 @@ public class BundlePlugin extends AbstractMojo
 
             for ( String header : Arrays.asList( Constants.IMPORT_PACKAGE, Constants.DYNAMICIMPORT_PACKAGE,
                                                  Constants.EXPORT_PACKAGE, Constants.PRIVATE_PACKAGE,
-                                                 Constants.PROVIDE_CAPABILITY, Constants.REQUIRE_CAPABILITY ) )
+                                                 Constants.PROVIDE_CAPABILITY, Constants.REQUIRE_CAPABILITY,
+                                                 "Bundle-Blueprint", "Service-Component" ) )
             {
                 reformatClauses( bundleManifest.getMainAttributes(), header );
             }