# sling-org-apache-sling-bnd-plugins **Repository Path**: mirrors_apache/sling-org-apache-sling-bnd-plugins ## Basic Information - **Project Name**: sling-org-apache-sling-bnd-plugins - **Description**: [Archived] Apache Sling bnd Plugins - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [](https://sling.apache.org) [![Build Status](https://builds.apache.org/buildStatus/icon?job=Sling/sling-org-apache-sling-bnd-plugins/master)](https://builds.apache.org/job/Sling/job/sling-org-apache-sling-bnd-plugins/job/master) [![Test Status](https://img.shields.io/jenkins/t/https/builds.apache.org/job/Sling/job/sling-org-apache-sling-bnd-plugins/job/master.svg)](https://builds.apache.org/job/Sling/job/sling-org-apache-sling-bnd-plugins/job/master/test_results_analyzer/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) # Apache Sling bnd Plugins This module is part of the [Apache Sling](https://sling.apache.org) project. This module provides plugins for [bnd](https://bnd.bndtools.org). ## RemoveParametersPlugin Removes parameters from bundle headers. Example instruction (for bnd file): ```` -plugin:\ org.apache.sling.bnd.plugins.header.RemoveParametersPlugin;\ 'Require-Capability'='osgi.service;filter:="(objectClass=org.osgi.service.event.EventAdmin)";effective:=active,osgi.service;filter:="(objectClass=org.osgi.service.event.EventHandler)";effective:=active;cardinality:=multiple' ````