You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:51:26 UTC

[sling-org-apache-sling-junit-healthcheck] 10/45: Export remote.ide package as well

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.junit.healthcheck-1.0.4
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-healthcheck.git

commit 53b7072fd6b8951656e0aa6000db54a93f262c7f
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Mar 9 16:00:36 2011 +0000

    Export remote.ide package as well
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/junit/remote@1079862 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 81102e1..a1f6487 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,10 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.apache.sling.junit.remote.exported.*</Export-Package>
+                        <Export-Package>
+                            org.apache.sling.junit.remote.exported.*,
+                            org.apache.sling.junit.remote.ide.*
+                        </Export-Package>
                         <Import-Package>
                             org.apache.http.*; resolution:=optional,
                             org.apache.sling.testing.tools.http; resolution:=optional,

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.