You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2014/04/25 13:43:37 UTC

svn commit: r1590002 - /sling/trunk/bundles/resourceresolver/pom.xml

Author: cziegeler
Date: Fri Apr 25 11:43:37 2014
New Revision: 1590002

URL: http://svn.apache.org/r1590002
Log:
Remove unused private package statement

Modified:
    sling/trunk/bundles/resourceresolver/pom.xml

Modified: sling/trunk/bundles/resourceresolver/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/resourceresolver/pom.xml?rev=1590002&r1=1590001&r2=1590002&view=diff
==============================================================================
--- sling/trunk/bundles/resourceresolver/pom.xml (original)
+++ sling/trunk/bundles/resourceresolver/pom.xml Fri Apr 25 11:43:37 2014
@@ -83,10 +83,6 @@
                             org.apache.sling.commons.osgi;version="$(@)",
                             *
                         </Import-Package>
-                        <Private-Package>
-                            org.apache.sling.resourceresolver.impl.*,
-                            org.apache.sling.resourceresolver.accessgate.impl.*
-                        </Private-Package>
                     </instructions>
                 </configuration>
             </plugin>