add .gitignore
1 file changed
tree: 0201230472038005cfd8d154d2a66b46059976c0
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. Jenkinsfile
  6. LICENSE
  7. pom.xml
  8. README.md
README.md

Build Status Test Status License

Apache Sling bnd Remove Parameters from OSGi Headers Plugin

This module is part of the Apache Sling project.

This module provides a plugin for bnd to remove parameters from OSGi headers.

Example instruction (for bnd file):

-plugin:\
  org.apache.sling.bnd.plugin.headers.parameters.remove.Plugin;\
    'Require-Capability'='osgi.service;filter:="(objectClass=org.osgi.service.event.EventHandler)";effective:=active;cardinality:=multiple'