You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by da...@apache.org on 2006/10/07 18:07:34 UTC

svn commit: r453946 - in /cocoon/trunk/core/cocoon-core: COB-INF/ META-INF/ pom.xml

Author: danielf
Date: Sat Oct  7 09:07:33 2006
New Revision: 453946

URL: http://svn.apache.org/viewvc?view=rev&rev=453946
Log:
Remove the dependency on OSGi from core and remove some (now unused) OSGi configuration files.

Removed:
    cocoon/trunk/core/cocoon-core/COB-INF/
    cocoon/trunk/core/cocoon-core/META-INF/
Modified:
    cocoon/trunk/core/cocoon-core/pom.xml

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/pom.xml?view=diff&rev=453946&r1=453945&r2=453946
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Sat Oct  7 09:07:33 2006
@@ -333,19 +333,6 @@
       <artifactId>spring-web</artifactId>
       <version>2.0</version>
     </dependency>
-    <!-- OSGi -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi_R4_core</artifactId>
-      <version>1.0</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi_R4_compendium</artifactId>
-      <version>1.0</version>
-      <scope>provided</scope>
-    </dependency>
     <!--  test dependencies  -->
     <dependency>
       <groupId>xmlunit</groupId>