[jboss-cvs] JBossAS SVN: r91788 - in branches/JBPAPP_5_0: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 29 16:46:27 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-07-29 16:46:27 -0400 (Wed, 29 Jul 2009)
New Revision: 91788

Modified:
   branches/JBPAPP_5_0/build/build-distr.xml
   branches/JBPAPP_5_0/thirdparty/pom.xml
Log:
JBPAPP-2314, drop the obsolete osgi dependency


Modified: branches/JBPAPP_5_0/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-distr.xml	2009-07-29 19:17:56 UTC (rev 91787)
+++ branches/JBPAPP_5_0/build/build-distr.xml	2009-07-29 20:46:27 UTC (rev 91788)
@@ -2013,9 +2013,6 @@
       <fileset dir="${jboss.jboss.vfs.lib}">
         <include name="jboss-vfs.jar"/>
       </fileset>
-      <fileset dir="${osgi.osgi.lib}">
-        <include name="osgi.core.jar"/>
-      </fileset>
       <fileset dir="${trove.trove.lib}">
         <include name="trove.jar"/>
       </fileset>

Modified: branches/JBPAPP_5_0/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_0/thirdparty/pom.xml	2009-07-29 19:17:56 UTC (rev 91787)
+++ branches/JBPAPP_5_0/thirdparty/pom.xml	2009-07-29 20:46:27 UTC (rev 91788)
@@ -832,22 +832,6 @@
               </mapping>
             </dependency>            
             <dependency>
-              <groupId>org.osgi</groupId>
-              <artifactId>osgi_R4_compendium</artifactId>
-              <mapping>
-                <componentId>osgi</componentId>
-                <artifactId>osgi.compendium</artifactId>
-              </mapping>
-            </dependency>
-            <dependency>
-              <groupId>org.osgi</groupId>
-              <artifactId>osgi_R4_core</artifactId>
-              <mapping>
-                <componentId>osgi</componentId>
-                <artifactId>osgi.core</artifactId>
-              </mapping>
-            </dependency>
-            <dependency>
               <groupId>org.hibernate</groupId>
               <artifactId>hibernate-core</artifactId>
               <mapping>
@@ -1800,14 +1784,6 @@
       <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-lgpl</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi_R4_compendium</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi_R4_core</artifactId>
-    </dependency>
     
     <dependency>
       <groupId>oswego-concurrent</groupId>




More information about the jboss-cvs-commits mailing list