You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by jc...@apache.org on 2007/01/05 23:44:12 UTC

svn commit: r493218 - /directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml

Author: jconlon
Date: Fri Jan  5 14:44:11 2007
New Revision: 493218

URL: http://svn.apache.org/viewvc?view=rev&rev=493218
Log:
Fix to Equinox maven configuration to pass in a list of system packages to the system property org.osgi.framework.system.packages.

Modified:
    directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml

Modified: directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml?view=diff&rev=493218&r1=493217&r2=493218
==============================================================================
--- directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml (original)
+++ directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml Fri Jan  5 14:44:11 2007
@@ -152,7 +152,8 @@
 					<scope>provided</scope>
 				</dependency>
 			</dependencies>
-			<properties>
+			<properties>
+			    <osgi.test.system.packages>org.xml.sax, org.w3c.dom, javax.xml.parsers, javax.naming, javax.management</osgi.test.system.packages>
 				<osgi.test.platform>equinox</osgi.test.platform>
 			</properties>
 		</profile>