This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-crankstart-test-services.git
commit 2e6015875b3d4ce791d38d87c8c055a59eb564c6 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Jun 2 14:33:42 2014 +0000 Register resources with the Sling installer via a crankstart extension command git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1599226 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 00f193f..3dabba0 100644 --- a/pom.xml +++ b/pom.xml @@ -27,11 +27,7 @@ <extensions>true</extensions> <configuration> <instructions> - <Private-Package>org.apache.sling.crankstart.*</Private-Package> - <Import-Package> - org.apache.sling.crankstart.api, - * - </Import-Package> + <Private-Package>org.apache.sling.crankstart.testservices.*</Private-Package> </instructions> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
