You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/07/17 23:23:50 UTC

svn commit: r1691647 - /webservices/axiom/trunk/implementations/pom.xml

Author: veithen
Date: Fri Jul 17 21:23:49 2015
New Revision: 1691647

URL: http://svn.apache.org/r1691647
Log:
Remove unnecessary BND instruction.

Modified:
    webservices/axiom/trunk/implementations/pom.xml

Modified: webservices/axiom/trunk/implementations/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/pom.xml?rev=1691647&r1=1691646&r2=1691647&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/pom.xml (original)
+++ webservices/axiom/trunk/implementations/pom.xml Fri Jul 17 21:23:49 2015
@@ -78,7 +78,6 @@
                 <configuration>
                     <excludeDependencies>true</excludeDependencies>
                     <instructions>
-                        <Private-Package>org.apache.axiom.*</Private-Package>
                         <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
                         <Import-Package>!org.aspectj.*,*</Import-Package>
                     </instructions>