You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rw...@apache.org on 2009/12/04 06:15:29 UTC

svn commit: r887063 - in /geronimo/sandbox/rex/org.apache.geronimo.blueprint.jmx.test: pom.xml src/main/java/org/ src/test/ src/test/java/

Author: rwonly
Date: Fri Dec  4 05:15:28 2009
New Revision: 887063

URL: http://svn.apache.org/viewvc?rev=887063&view=rev
Log:
start integration test

Added:
    geronimo/sandbox/rex/org.apache.geronimo.blueprint.jmx.test/src/test/
    geronimo/sandbox/rex/org.apache.geronimo.blueprint.jmx.test/src/test/java/
Removed:
    geronimo/sandbox/rex/org.apache.geronimo.blueprint.jmx.test/src/main/java/org/
Modified:
    geronimo/sandbox/rex/org.apache.geronimo.blueprint.jmx.test/pom.xml

Modified: geronimo/sandbox/rex/org.apache.geronimo.blueprint.jmx.test/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/rex/org.apache.geronimo.blueprint.jmx.test/pom.xml?rev=887063&r1=887062&r2=887063&view=diff
==============================================================================
--- geronimo/sandbox/rex/org.apache.geronimo.blueprint.jmx.test/pom.xml (original)
+++ geronimo/sandbox/rex/org.apache.geronimo.blueprint.jmx.test/pom.xml Fri Dec  4 05:15:28 2009
@@ -32,6 +32,31 @@
             <artifactId>org.apache.geronimo.blueprint.jmx.impl</artifactId>
             <version>1.0-SNAPSHOT</version>
         </dependency>
+        <!-- test container -->
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam</artifactId>
+            <version>1.0.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam-container-default</artifactId>
+            <version>1.0.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam-junit</artifactId>
+            <version>1.0.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.5</version>
+            <scope>test</scope>
+        </dependency>
 	</dependencies>
 	
 	<build>
@@ -52,9 +77,9 @@
                     <instructions>
 						<Bundle-SymbolicName>org.apache.geronimo.blueprint.jmx.test</Bundle-SymbolicName>
 						<Bundle-Name>Apache Geronimo Blueprint Jmx Test</Bundle-Name>
-						<Bundle-Description>Apache Geronimo Blueprint Jmx test.</Bundle-Description>
+						<Bundle-Description>Integration test.</Bundle-Description>
 						<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
-						<Bundle-Activator>org.apache.geronimo.blueprint.jmx.test.Activator</Bundle-Activator>
+						<!--Bundle-Activator>org.apache.geronimo.blueprint.jmx.test.Activator</Bundle-Activator-->
 						<Export-Package></Export-Package>
                      </instructions>
                 </configuration>