You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/07/19 19:56:53 UTC

svn commit: r795582 - /felix/trunk/ipojo/tests/integration-tests/pom.xml

Author: clement
Date: Sun Jul 19 17:56:53 2009
New Revision: 795582

URL: http://svn.apache.org/viewvc?rev=795582&view=rev
Log:
Create a profile for some long........ tests

Modified:
    felix/trunk/ipojo/tests/integration-tests/pom.xml

Modified: felix/trunk/ipojo/tests/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/integration-tests/pom.xml?rev=795582&r1=795581&r2=795582&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/integration-tests/pom.xml (original)
+++ felix/trunk/ipojo/tests/integration-tests/pom.xml Sun Jul 19 17:56:53 2009
@@ -121,12 +121,6 @@
 		</dependency>
 		<dependency>
 			<groupId>ipojo.tests</groupId>
-			<artifactId>tests.core.configadmin</artifactId>
-			<version>${ipojo.version}</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>ipojo.tests</groupId>
 			<artifactId>tests.core.factories</artifactId>
 			<version>${ipojo.version}</version>
 			<scope>test</scope>
@@ -282,4 +276,18 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
+	
+	<profiles>
+		<profile>
+		<id>configadmin</id>
+		<dependencies>
+		<dependency>
+			<groupId>ipojo.tests</groupId>
+			<artifactId>tests.core.configadmin</artifactId>
+			<version>${ipojo.version}</version>
+			<scope>test</scope>
+		</dependency>
+		</dependencies>
+		</profile>
+	</profiles>
 </project>
\ No newline at end of file