This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.crankstart.test.services-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-crankstart-test-services.git
commit 0c657a3caa58eee5e2ba03a1024a4317a73a9575 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/contrib/crankstart/test-services@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]>.
