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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 14 10:25:35 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-14 10:25:35 -0400 (Tue, 14 Jul 2009)
New Revision: 91215

Modified:
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Fix jbossas integration build

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-07-14 14:20:04 UTC (rev 91214)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-07-14 14:25:35 UTC (rev 91215)
@@ -1,30 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-  <!--
-		======================================================================
-	-->
-  <!--
-	-->
-  <!--
-		JBoss, the OpenSource J2EE webOS
-	-->
-  <!--
-	-->
-  <!--
-		Distributable under LGPL license.
-	-->
-  <!--
-		See terms of license at http://www.gnu.org.
-	-->
-  <!--
-	-->
-  <!--
-		======================================================================
-	-->
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
 
-  <!--
-		$Id$
-	-->
+  <!-- $Id$ -->
 
 <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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
@@ -64,11 +49,6 @@
         <version>${version.javax.servlet}</version>
       </dependency>
       <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-client</artifactId>
-        <version>${version.jbossas.client}</version>
-      </dependency>
-      <dependency>
         <groupId>org.jboss.microcontainer</groupId>
         <artifactId>jboss-aop-mc-int</artifactId>
         <version>${version.jboss.microcontainer}</version>
@@ -153,9 +133,9 @@
   <profiles>
 
     <!--
-			Name: framework-default Descr: Setup for default framework
-			integration testing
-		-->
+      Name: framework-default 
+      Descr: Setup for default framework integration testing
+    -->
     <profile>
       <id>framework-default</id>
       <activation>
@@ -172,9 +152,9 @@
     </profile>
 
     <!--
-			Name: framework-felix Descr: Setup for Felix framework integration
-			testing
-		-->
+      Name: framework-felix 
+      Descr: Setup for Felix framework integration testing
+    -->
     <profile>
       <id>framework-felix</id>
       <activation>
@@ -192,9 +172,9 @@
     </profile>
 
     <!--
-			Name: framework-equinox Descr: Setup for Equinox framework
-			integration testing
-		-->
+      Name: framework-equinox
+      Descr: Setup for Equinox framework integration testing
+    -->
     <profile>
       <id>framework-equinox</id>
       <activation>
@@ -225,9 +205,9 @@
     </profile>
 
     <!--
-			Name: framework-knopflerfish Descr: Setup for Knopflerfish framework
-			integration testing
-		-->
+      Name: framework-knopflerfish
+      Descr: Setup for Knopflerfish framework integration testing
+    -->
     <profile>
       <id>framework-knopflerfish</id>
       <activation>
@@ -258,8 +238,9 @@
     </profile>
 
     <!--
-			Name: embedded-testing Descr: Setup for embedded integration testing
-		-->
+      Name: embedded-testing 
+      Descr: Setup for embedded integration testing
+    -->
     <profile>
       <id>embedded-testing</id>
       <activation>
@@ -283,8 +264,9 @@
     </profile>
 
     <!--
-			Name: runtime-testing Descr: Setup for runtime integration testing
-		-->
+      Name: runtime-testing 
+      Descr: Setup for runtime integration testing
+    -->
     <profile>
       <id>runtime-testing</id>
       <activation>
@@ -309,8 +291,9 @@
     </profile>
 
     <!--
-			Name: jboss501 Descr: Setup for jboss501 integration testing
-		-->
+      Name: jboss501
+      Descr: Setup for jboss501 integration testing
+    -->
     <profile>
       <id>jboss501</id>
       <activation>
@@ -323,6 +306,7 @@
         <dependency>
           <groupId>org.jboss.jbossas</groupId>
           <artifactId>jboss-as-client</artifactId>
+          <version>${version.jbossas.client}</version>
           <scope>test</scope>
           <type>pom</type>
         </dependency>
@@ -330,8 +314,9 @@
     </profile>
 
     <!--
-			Name: jboss510 Descr: Setup for jboss510 integration testing
-		-->
+      Name: jboss510
+      Descr: Setup for jboss510 integration testing
+    -->
     <profile>
       <id>jboss510</id>
       <activation>
@@ -344,6 +329,7 @@
         <dependency>
           <groupId>org.jboss.jbossas</groupId>
           <artifactId>jboss-as-client</artifactId>
+          <version>${version.jbossas.client}</version>
           <scope>test</scope>
           <type>pom</type>
         </dependency>
@@ -351,8 +337,9 @@
     </profile>
 
     <!--
-			Name: jboss600 Descr: Setup for jboss600 integration testing
-		-->
+      Name: jboss600
+      Descr: Setup for jboss600 integration testing
+    -->
     <profile>
       <id>jboss600</id>
       <activation>
@@ -365,6 +352,7 @@
         <dependency>
           <groupId>org.jboss.jbossas</groupId>
           <artifactId>jboss-as-client</artifactId>
+          <version>${version.jbossas.client}</version>
           <scope>test</scope>
           <type>pom</type>
         </dependency>




More information about the jboss-cvs-commits mailing list