Author: bdelacretaz
Date: Wed Mar 9 16:00:36 2011
New Revision: 1079862
URL: http://svn.apache.org/viewvc?rev=1079862&view=rev
Log:
Export remote.ide package as well
Modified:
sling/trunk/testing/junit/remote/pom.xml
Modified: sling/trunk/testing/junit/remote/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/junit/remote/pom.xml?rev=1079862&r1=1079861&r2=1079862&view=diff
==============================================================================
--- sling/trunk/testing/junit/remote/pom.xml (original)
+++ sling/trunk/testing/junit/remote/pom.xml Wed Mar 9 16:00:36 2011
@@ -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,