[jboss-cvs] JBossAS SVN: r87446 - in projects/jboss-osgi/trunk: testsuite/functional and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 16 14:01:34 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-16 14:01:33 -0400 (Thu, 16 Apr 2009)
New Revision: 87446

Modified:
   projects/jboss-osgi/trunk/pom.xml
   projects/jboss-osgi/trunk/testsuite/functional/pom.xml
Log:
[JBOSGI-65] Restore felix-1.4.1

Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml	2009-04-16 17:19:45 UTC (rev 87445)
+++ projects/jboss-osgi/trunk/pom.xml	2009-04-16 18:01:33 UTC (rev 87446)
@@ -41,7 +41,7 @@
     <version.aqute.bnd>0.0.315</version.aqute.bnd>
     <version.equinox>3.4.2</version.equinox>
     <version.felix.configadmin>1.0.10</version.felix.configadmin>
-    <version.felix.framework>1.6.0</version.felix.framework>
+    <version.felix.framework>1.4.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>

Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-04-16 17:19:45 UTC (rev 87445)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-04-16 18:01:33 UTC (rev 87446)
@@ -293,8 +293,6 @@
                 <!-- Exclude tests that require remote access -->
                 <exclude>org/jboss/test/osgi/deployer/**</exclude>
                 <exclude>org/jboss/test/osgi/**/*RemoteTestCase.java</exclude>
-                <!-- https://issues.apache.org/jira/browse/FELIX-1040 -->
-                <exclude>org/jboss/test/osgi/jbosgi39/OSGI39TestCase.java</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -328,8 +326,6 @@
             <configuration>
               <!-- argLine>${surefire.security.args}</argLine -->
               <excludes>
-                <!-- https://issues.apache.org/jira/browse/FELIX-1040 -->
-                <exclude>org/jboss/test/osgi/jbosgi39/OSGI39RemoteTestCase.java</exclude>
               </excludes>
             </configuration>
           </plugin>




More information about the jboss-cvs-commits mailing list