[jboss-osgi-commits] JBoss-OSGI SVN: r89170 - in projects/jboss-osgi: projects/bundles/microcontainer/trunk and 6 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed May 20 05:48:58 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-20 05:48:57 -0400 (Wed, 20 May 2009)
New Revision: 89170

Modified:
   projects/jboss-osgi/projects/bundles/blueprint/trunk/pom.xml
   projects/jboss-osgi/projects/bundles/microcontainer/trunk/pom.xml
   projects/jboss-osgi/trunk/integration/jbossas/pom.xml
   projects/jboss-osgi/trunk/pom.xml
   projects/jboss-osgi/trunk/testsuite/example/pom.xml
   projects/jboss-osgi/trunk/testsuite/functional/pom.xml
   projects/jboss-osgi/trunk/testsuite/pom.xml
   projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml
Log:
restructure svn - WIP

Modified: projects/jboss-osgi/projects/bundles/blueprint/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/blueprint/trunk/pom.xml	2009-05-20 09:09:33 UTC (rev 89169)
+++ projects/jboss-osgi/projects/bundles/blueprint/trunk/pom.xml	2009-05-20 09:48:57 UTC (rev 89170)
@@ -19,7 +19,7 @@
     <version.jboss.osgi.husky>1.0.0-SNAPSHOT</version.jboss.osgi.husky>
     <version.jboss.osgi.jmx>1.0.0-SNAPSHOT</version.jboss.osgi.jmx>
     <version.jboss.osgi.logging>1.0.0-SNAPSHOT</version.jboss.osgi.logging>
-    <version.jboss.osgi.runtome.felix>1.0.0-SNAPSHOT</version.jboss.osgi.runtome.felix>
+    <version.jboss.osgi.runtime.felix>1.0.0-SNAPSHOT</version.jboss.osgi.runtime.felix>
     <version.jboss.osgi.spi>1.0.0-SNAPSHOT</version.jboss.osgi.spi>
     <version.jbossxb.bundle>2.0.0-SNAPSHOT</version.jbossxb.bundle>
     <version.osgi>r4v41</version.osgi>
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>org.jboss.osgi</groupId>
       <artifactId>jboss-osgi-runtime-felix</artifactId>
-      <version>${version.jboss.osgi.runtome.felix}</version>
+      <version>${version.jboss.osgi.runtime.felix}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: projects/jboss-osgi/projects/bundles/microcontainer/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/microcontainer/trunk/pom.xml	2009-05-20 09:09:33 UTC (rev 89169)
+++ projects/jboss-osgi/projects/bundles/microcontainer/trunk/pom.xml	2009-05-20 09:48:57 UTC (rev 89170)
@@ -20,6 +20,8 @@
   <!-- Properties -->
   <properties>
     <version.apache.xerces.bundle>2.9.1-SNAPSHOT</version.apache.xerces.bundle>
+    <version.jboss.deployers>2.0.5.GA</version.jboss.deployers>
+    <version.jboss.microcontainer>2.0.4.GA</version.jboss.microcontainer>
     <version.jboss.osgi.common>1.0.0-SNAPSHOT</version.jboss.osgi.common>
     <version.jboss.osgi.deployers>1.0.0-SNAPSHOT</version.jboss.osgi.deployers>
     <version.jboss.osgi.jmx>1.0.0-SNAPSHOT</version.jboss.osgi.jmx>
@@ -31,6 +33,16 @@
   <!-- Dependencies -->
   <dependencies>
     <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-vfs</artifactId>
+      <version>${version.jboss.deployers}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-kernel</artifactId>
+      <version>${version.jboss.microcontainer}</version>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.osgi</groupId>
       <artifactId>jboss-osgi-spi</artifactId>
       <version>${version.jboss.osgi.spi}</version>
@@ -149,7 +161,7 @@
               jboss-managed;inline=false,
               jboss-metatype;inline=false,
               jboss-mdr;inline=false,
-              jboss-osgi-runtime-deployer;inline=false,
+              jboss-osgi-deployers;inline=false,
               jboss-kernel;inline=false,
             </Embed-Dependency>
             <_exportcontents>

Modified: projects/jboss-osgi/trunk/integration/jbossas/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/integration/jbossas/pom.xml	2009-05-20 09:09:33 UTC (rev 89169)
+++ projects/jboss-osgi/trunk/integration/jbossas/pom.xml	2009-05-20 09:48:57 UTC (rev 89170)
@@ -2,15 +2,15 @@
 <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>
 
-  <name>JBossOSGi - Runtime JBossAS</name>
+  <name>JBossOSGi Integration - JBossAS</name>
 
   <groupId>org.jboss.osgi</groupId>
-  <artifactId>jboss-osgi-runtime-jbossas</artifactId>
+  <artifactId>jboss-osgi-integration-jbossas</artifactId>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>org.jboss.osgi</groupId>
-    <artifactId>jboss-osgi-runtime</artifactId>
+    <artifactId>jboss-osgi</artifactId>
     <version>1.0.0.Beta2</version>
   </parent>
 
@@ -23,7 +23,6 @@
     <dependency>
       <groupId>org.jboss.osgi</groupId>
       <artifactId>jboss-osgi-spi</artifactId>
-      <version>${version}</version>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>

Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml	2009-05-20 09:09:33 UTC (rev 89169)
+++ projects/jboss-osgi/trunk/pom.xml	2009-05-20 09:48:57 UTC (rev 89170)
@@ -17,43 +17,30 @@
 
   <!-- Modules -->
   <modules>
-    <!--module>testsuite</module-->
+    <module>integration/jbossas</module>
+    <module>testsuite</module>
   </modules>
 
   <!-- Properties -->
   <properties>
     <surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/resources/tst.policy</surefire.security.args>
-    
-    <version.apache.xerces.bundle>2.9.1-SNAPSHOT</version.apache.xerces.bundle>
-    <version.aqute.bnd>0.0.323</version.aqute.bnd>
-    <version.equinox>3.4.2</version.equinox>
-    <version.felix.configadmin>1.0.10</version.felix.configadmin>
-    <version.felix.framework>1.6.1</version.felix.framework>
-    <version.felix.http.jetty>1.0.0</version.felix.http.jetty>
-    <version.felix.javax.servlet>1.0.0</version.felix.javax.servlet>
-    <version.felix.log>1.0.0</version.felix.log>
-    <version.felix.metatype>1.0.2</version.felix.metatype>
-    <version.felix.osgi.core>1.2.0</version.felix.osgi.core>
-    <version.felix.webconsole>1.2.8</version.felix.webconsole>
-    <version.izpack>4.2.0</version.izpack>
+
     <version.javax.servlet>2.4</version.javax.servlet>
     <version.jaxb.bundle>2.1.10-SNAPSHOT</version.jaxb.bundle>
-    <version.jbossas>5.0.1.GA</version.jbossas>
-    <version.jboss.aop>2.0.1.GA</version.jboss.aop>
     <version.jboss.common.core.bundle>2.2.11-SNAPSHOT</version.jboss.common.core.bundle>
-    <version.jboss.deployers>2.0.5.GA</version.jboss.deployers>
-    <version.jboss.jacc>1.1.0.GA</version.jboss.jacc>
-    <version.jboss.jdocbook.plugin>2.1.2</version.jboss.jdocbook.plugin>
-    <version.jboss.jdocbook.style>1.1.0</version.jboss.jdocbook.style>
-    <version.jboss.logging>2.0.5.GA</version.jboss.logging>
-    <version.jboss.metadata>1.0.0.CR11</version.jboss.metadata>
     <version.jboss.microcontainer>2.0.4.GA</version.jboss.microcontainer>
-    <version.jboss.osgi.husky>1.0.0-SNAPSHOT</version.jboss.osgi.husky>
-    <version.jboss.test>1.0.5.GA</version.jboss.test>
-    <version.jbossxb.bundle>2.0.0-SNAPSHOT</version.jbossxb.bundle>
-    <version.junit>4.6</version.junit>
-    <version.knopflerfish>2.2.0</version.knopflerfish>
-    <version.log4j>1.2.14</version.log4j>
+    <version.jboss.naming>5.0.1.GA</version.jboss.naming>
+    <version.jboss.osgi.common>1.0.0-SNAPSHOT</version.jboss.osgi.common>
+    <version.jboss.osgi.jmx>1.0.0-SNAPSHOT</version.jboss.osgi.jmx>
+    <version.jboss.osgi.jndi>1.0.0-SNAPSHOT</version.jboss.osgi.jndi>
+    <version.jboss.osgi.logging>1.0.0-SNAPSHOT</version.jboss.osgi.logging>
+    <version.jboss.osgi.microcontainer>1.0.0-SNAPSHOT</version.jboss.osgi.microcontainer>
+    <version.jboss.osgi.remotelog>1.0.0-SNAPSHOT</version.jboss.osgi.remotelog>
+    <version.jboss.osgi.runtime.equinox>1.0.0-SNAPSHOT</version.jboss.osgi.runtime.equinox>
+    <version.jboss.osgi.runtime.felix>1.0.0-SNAPSHOT</version.jboss.osgi.runtime.felix>
+    <version.jboss.osgi.runtime.knopflerfish>1.0.0-SNAPSHOT</version.jboss.osgi.runtime.knopflerfish>
+    <version.jboss.osgi.spi>1.0.0-SNAPSHOT</version.jboss.osgi.spi>
+    <version.jboss.osgi.webconsole>1.0.0-SNAPSHOT</version.jboss.osgi.webconsole>
     <version.osgi>r4v41</version.osgi>
   </properties>
 
@@ -61,139 +48,26 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>biz.aQute</groupId>
-        <artifactId>bnd</artifactId>
-        <version>${version.aqute.bnd}</version>
-      </dependency>
-      <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>servlet-api</artifactId>
         <version>${version.javax.servlet}</version>
       </dependency>
       <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>${version.junit}</version>
+        <groupId>org.jboss.osgi</groupId>
+        <artifactId>jboss-osgi-spi</artifactId>
+        <version>${version.jboss.osgi.spi}</version>
       </dependency>
       <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>${version.log4j}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.izpack</groupId>
-        <artifactId>izpack-standalone-compiler</artifactId>
-        <version>${version.izpack}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.aop</groupId>
-        <artifactId>jboss-aop</artifactId>
-        <version>${version.jboss.aop}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-client</artifactId>
-        <version>${version.jboss.deployers}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-client-spi</artifactId>
-        <version>${version.jboss.deployers}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-structure-spi</artifactId>
-        <version>${version.jboss.deployers}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-vfs-spi</artifactId>
-        <version>${version.jboss.deployers}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-vfs</artifactId>
-        <version>${version.jboss.deployers}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.javaee</groupId>
-        <artifactId>jboss-jacc-api</artifactId>
-        <version>${version.jboss.jacc}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-server</artifactId>
-        <version>${version.jbossas}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-system-jmx</artifactId>
-        <version>${version.jbossas}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-client</artifactId>
-        <version>${version.jbossas}</version>
-        <type>pom</type>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.logging</groupId>
-        <artifactId>jboss-logging-spi</artifactId>
-        <version>${version.jboss.logging}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.logging</groupId>
-        <artifactId>jboss-logging-log4j</artifactId>
-        <version>${version.jboss.logging}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.metadata</groupId>
-        <artifactId>jboss-metadata</artifactId>
-        <version>${version.jboss.metadata}</version>
-      </dependency>
-      <dependency>
         <groupId>org.jboss.microcontainer</groupId>
-        <artifactId>jboss-kernel</artifactId>
-        <version>${version.jboss.microcontainer}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.microcontainer</groupId>
         <artifactId>jboss-aop-mc-int</artifactId>
         <version>${version.jboss.microcontainer}</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.naming</groupId>
         <artifactId>jnpserver</artifactId>
-        <version>${version.jbossas}</version>
+        <version>${version.jboss.naming}</version>
       </dependency>
-      <dependency>
-        <groupId>org.jboss.osgi</groupId>
-        <artifactId>jboss-osgi-husky-harness</artifactId>
-        <version>${version.jboss.osgi.husky}</version>
-      </dependency>
-      
-      <!-- Bundle Dependencies -->
-      <dependency>
-        <groupId>org.jboss.osgi.bundles</groupId>
-        <artifactId>apache-xerces-bundle</artifactId>
-        <version>${version.apache.xerces.bundle}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.osgi.bundles</groupId>
-        <artifactId>jaxb-bundle</artifactId>
-        <version>${version.jaxb.bundle}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.osgi.bundles</groupId>
-        <artifactId>jboss-common-core-bundle</artifactId>
-        <version>${version.jboss.common.core.bundle}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.osgi.bundles</groupId>
-        <artifactId>jbossxb-bundle</artifactId>
-        <version>${version.jbossxb.bundle}</version>
-      </dependency>
-      
+
       <!-- OSGi Dependencies -->
       <dependency>
         <groupId>org.osgi</groupId>
@@ -206,84 +80,67 @@
         <version>${version.osgi}</version>
       </dependency>
 
-      <!-- Equinox Dependencies -->
+      <!-- Bundle Dependencies -->
       <dependency>
-        <groupId>org.eclipse.equinox</groupId>
-        <artifactId>org.eclipse.osgi</artifactId>
-        <version>${version.equinox}</version>
+        <groupId>org.jboss.osgi.bundles</groupId>
+        <artifactId>jaxb-bundle</artifactId>
+        <version>${version.jaxb.bundle}</version>
       </dependency>
       <dependency>
-        <groupId>org.eclipse.equinox</groupId>
-        <artifactId>org.eclipse.osgi.services</artifactId>
-        <version>${version.equinox}</version>
+        <groupId>org.jboss.osgi.bundles</groupId>
+        <artifactId>jboss-common-core-bundle</artifactId>
+        <version>${version.jboss.common.core.bundle}</version>
       </dependency>
-
-      <!-- Felix Dependencies -->
       <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>javax.servlet</artifactId>
-        <version>${version.felix.javax.servlet}</version>
+        <groupId>org.jboss.osgi.bundles</groupId>
+        <artifactId>jboss-osgi-common</artifactId>
+        <version>${version.jboss.osgi.common}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.osgi.compendium</artifactId>
-        <version>${version.felix.osgi.core}</version>
+        <groupId>org.jboss.osgi.bundles</groupId>
+        <artifactId>jboss-osgi-jmx</artifactId>
+        <version>${version.jboss.osgi.jmx}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.osgi.core</artifactId>
-        <version>${version.felix.osgi.core}</version>
+        <groupId>org.jboss.osgi.bundles</groupId>
+        <artifactId>jboss-osgi-jndi</artifactId>
+        <version>${version.jboss.osgi.jndi}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.configadmin</artifactId>
-        <version>${version.felix.configadmin}</version>
+        <groupId>org.jboss.osgi.bundles</groupId>
+        <artifactId>jboss-osgi-logging</artifactId>
+        <version>${version.jboss.osgi.logging}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.framework</artifactId>
-        <version>${version.felix.framework}</version>
+        <groupId>org.jboss.osgi.bundles</groupId>
+        <artifactId>jboss-osgi-microcontainer</artifactId>
+        <version>${version.jboss.osgi.microcontainer}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.http.jetty</artifactId>
-        <version>${version.felix.http.jetty}</version>
+        <groupId>org.jboss.osgi.bundles</groupId>
+        <artifactId>jboss-osgi-remotelog</artifactId>
+        <version>${version.jboss.osgi.remotelog}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.log</artifactId>
-        <version>${version.felix.log}</version>
+        <groupId>org.jboss.osgi.bundles</groupId>
+        <artifactId>jboss-osgi-webconsole</artifactId>
+        <version>${version.jboss.osgi.webconsole}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.metatype</artifactId>
-        <version>${version.felix.metatype}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.webconsole</artifactId>
-        <version>${version.felix.webconsole}</version>
-      </dependency>
 
-      <!-- Equinox Dependencies -->
       <dependency>
-        <groupId>org.knopflerfish</groupId>
-        <artifactId>org.knopflerfish.framework</artifactId>
-        <version>${version.knopflerfish}</version>
+        <groupId>org.jboss.osgi</groupId>
+        <artifactId>jboss-osgi-runtime-equinox</artifactId>
+        <version>${version.jboss.osgi.runtime.equinox}</version>
       </dependency>
-
-      <!-- Test Dependencies -->
       <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-test</artifactId>
-        <version>${version.jboss.test}</version>
-        <scope>test</scope>
+        <groupId>org.jboss.osgi</groupId>
+        <artifactId>jboss-osgi-runtime-felix</artifactId>
+        <version>${version.jboss.osgi.runtime.felix}</version>
       </dependency>
       <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-impl</artifactId>
-        <version>${version.jboss.deployers}</version>
-        <scope>test</scope>
+        <groupId>org.jboss.osgi</groupId>
+        <artifactId>jboss-osgi-runtime-knopflerfish</artifactId>
+        <version>${version.jboss.osgi.runtime.knopflerfish}</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
@@ -367,7 +224,7 @@
         </plugins>
       </build>
     </profile>
-    
+
     <!--
       Name: no-jboss-bind-address
       Desc: Set the default jboss.bind.address
@@ -383,7 +240,7 @@
         <jboss.bind.address>localhost</jboss.bind.address>
       </properties>
     </profile>
-    
+
     <!--
       Name: jboss501
       Descr: Setup for jboss501 integration testing
@@ -405,7 +262,7 @@
         </dependency>
       </dependencies>
     </profile>
-    
+
     <!--
       Name: jboss510
       Descr: Setup for jboss510 integration testing
@@ -427,7 +284,7 @@
         </dependency>
       </dependencies>
     </profile>
-    
+
     <!--
       Name: jboss600
       Descr: Setup for jboss600 integration testing
@@ -449,7 +306,7 @@
         </dependency>
       </dependencies>
     </profile>
-    
+
   </profiles>
 
 </project>

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-05-20 09:09:33 UTC (rev 89169)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-05-20 09:48:57 UTC (rev 89170)
@@ -2,7 +2,7 @@
 <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>
 
-  <name>JBossOSGi - Testsuite Examples</name>
+  <name>JBossOSGi Testsuite - Examples</name>
 
   <groupId>org.jboss.osgi</groupId>
   <artifactId>jboss-osgi-testsuite-example</artifactId>

Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-05-20 09:09:33 UTC (rev 89169)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-05-20 09:48:57 UTC (rev 89170)
@@ -2,7 +2,7 @@
 <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>
 
-  <name>JBossOSGi - Testsuite Functional</name>
+  <name>JBossOSGi Testsuite - Functional</name>
 
   <groupId>org.jboss.osgi</groupId>
   <artifactId>jboss-osgi-testsuite-functional</artifactId>

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-05-20 09:09:33 UTC (rev 89169)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-05-20 09:48:57 UTC (rev 89170)
@@ -2,7 +2,7 @@
 <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>
 
-  <name>JBossOSGi - Testsuite</name>
+  <name>JBossOSGi Testsuite</name>
 
   <groupId>org.jboss.osgi</groupId>
   <artifactId>jboss-osgi-testsuite</artifactId>
@@ -25,7 +25,6 @@
     <dependency>
       <groupId>org.jboss.osgi</groupId>
       <artifactId>jboss-osgi-spi</artifactId>
-      <version>${version}</version>
     </dependency>
     
     <dependency>
@@ -71,37 +70,31 @@
     <dependency>
       <groupId>org.jboss.osgi.bundles</groupId>
       <artifactId>jboss-osgi-common</artifactId>
-      <version>${version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.osgi.bundles</groupId>
       <artifactId>jboss-osgi-jmx</artifactId>
-      <version>${version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.osgi.bundles</groupId>
       <artifactId>jboss-osgi-jndi</artifactId>
-      <version>${version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.osgi.bundles</groupId>
       <artifactId>jboss-osgi-logging</artifactId>
-      <version>${version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.osgi.bundles</groupId>
       <artifactId>jboss-osgi-microcontainer</artifactId>
-      <version>${version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.osgi.bundles</groupId>
       <artifactId>jboss-osgi-remotelog</artifactId>
-      <version>${version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -146,7 +139,6 @@
         <dependency>
           <groupId>org.jboss.osgi</groupId>
           <artifactId>jboss-osgi-runtime-felix</artifactId>
-          <version>${version}</version>
         </dependency>
       </dependencies>
       <build>
@@ -190,7 +182,6 @@
         <dependency>
           <groupId>org.jboss.osgi</groupId>
           <artifactId>jboss-osgi-runtime-felix</artifactId>
-          <version>${version}</version>
         </dependency>
       </dependencies>
       <build>
@@ -234,7 +225,6 @@
         <dependency>
           <groupId>org.jboss.osgi</groupId>
           <artifactId>jboss-osgi-runtime-equinox</artifactId>
-          <version>${version}</version>
         </dependency>
       </dependencies>
       <build>
@@ -279,7 +269,6 @@
         <dependency>
           <groupId>org.jboss.osgi</groupId>
           <artifactId>jboss-osgi-runtime-knopflerfish</artifactId>
-          <version>${version}</version>
         </dependency>
       </dependencies>
       <build>

Modified: projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml	2009-05-20 09:09:33 UTC (rev 89169)
+++ projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml	2009-05-20 09:48:57 UTC (rev 89170)
@@ -2,7 +2,7 @@
 <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>
 
-  <name>JBossOSGi - Testsuite Trailblazer</name>
+  <name>JBossOSGi Testsuite - Trailblazer</name>
 
   <groupId>org.jboss.osgi</groupId>
   <artifactId>jboss-osgi-testsuite-trailblazer</artifactId>




More information about the jboss-osgi-commits mailing list