Author: clement
Date: Mon Feb 18 21:08:28 2013
New Revision: 1447495

URL: http://svn.apache.org/r1447495
Log:
FELIX-3903

Migrate the core lifecycle controller tests to pax exam 3

Added:
    
felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-controller-test/pom.xml

Added: 
felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-controller-test/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-controller-test/pom.xml?rev=1447495&view=auto
==============================================================================
--- 
felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-controller-test/pom.xml
 (added)
+++ 
felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-controller-test/pom.xml
 Mon Feb 18 21:08:28 2013
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
+        <version>1.9.0-SNAPSHOT</version>
+        <relativePath>../../../pom.xml</relativePath>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>org.apache.felix</groupId>
+    <artifactId>ipojo-core-lifecycle-controller-test</artifactId>
+
+    <name>${project.artifactId}</name>
+    
+</project>
\ No newline at end of file


Reply via email to