[jboss-cvs] JBossAS SVN: r93058 - projects/jboss-osgi/trunk/testsuite/functional.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 1 02:21:54 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-01 02:21:54 -0400 (Tue, 01 Sep 2009)
New Revision: 93058

Modified:
   projects/jboss-osgi/trunk/testsuite/functional/pom.xml
Log:
Revert default framework back to felix

Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-09-01 04:34:03 UTC (rev 93057)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-09-01 06:21:54 UTC (rev 93058)
@@ -161,17 +161,11 @@
         </plugins>
       </build>
     </profile>
-    
-    <!--
-      Name: framework-jbossmc
-      Descr: Setup for JBossMC framework integration testing
-    -->
     <profile>
-      <id>framework-jbossmc</id>
+      <id>framework-default</id>
       <activation>
         <property>
-          <name>framework</name>
-          <value>jbossmc</value>
+          <name>!framework</name>
         </property>
       </activation>
       <build>
@@ -181,24 +175,24 @@
             <configuration>
               <excludes>
                 <exclude>${target.container.excludes}</exclude>
-                <exclude>org/jboss/test/osgi/jbosgi38/**</exclude>
-                <exclude>org/jboss/test/osgi/jbosgi39/**</exclude>
-                <exclude>org/jboss/test/osgi/jbosgi41/**</exclude>
-                <exclude>org/jboss/test/osgi/jbosgi108/**</exclude>
-                <exclude>org/jboss/test/osgi/jbosgi143/**</exclude>
-                <exclude>org/jboss/test/osgi/service/microcontainer/**</exclude>
-                <exclude>org/jboss/test/osgi/service/startlevel/**</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi142/**</exclude>
               </excludes>
             </configuration>
           </plugin>
         </plugins>
       </build>
     </profile>
+    
+    <!--
+      Name: framework-jbossmc
+      Descr: Setup for JBossMC framework integration testing
+    -->
     <profile>
-      <id>framework-default</id>
+      <id>framework-jbossmc</id>
       <activation>
         <property>
-          <name>!framework</name>
+          <name>framework</name>
+          <value>jbossmc</value>
         </property>
       </activation>
       <build>




More information about the jboss-cvs-commits mailing list