You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/03/08 04:04:42 UTC

svn commit: r384103 - in /directory/trunks/apacheds: ./ pom.xml

Author: akarasulu
Date: Tue Mar  7 19:04:40 2006
New Revision: 384103

URL: http://svn.apache.org/viewcvs?rev=384103&view=rev
Log:
integrate osgi plugin

Modified:
    directory/trunks/apacheds/   (props changed)
    directory/trunks/apacheds/pom.xml

Propchange: directory/trunks/apacheds/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Tue Mar  7 19:04:40 2006
@@ -0,0 +1,2 @@
+maven-osgi-achetype https://svn.apache.org/repos/asf/incubator/felix/trunk/tools/maven2/osgi-archetype
+maven-osgi-plugin https://svn.apache.org/repos/asf/incubator/felix/trunk/tools/maven2/maven-osgi-plugin

Modified: directory/trunks/apacheds/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=384103&r1=384102&r2=384103&view=diff
==============================================================================
--- directory/trunks/apacheds/pom.xml (original)
+++ directory/trunks/apacheds/pom.xml Tue Mar  7 19:04:40 2006
@@ -69,6 +69,8 @@
         <jdk>1.5</jdk>
       </activation>
       <modules>
+        <module>maven-osgi-plugin</module>
+
         <module>core</module>
         <module>core-shared</module>
         <module>core-plugin</module>
@@ -100,6 +102,8 @@
         <jdk>1.4</jdk>
       </activation>
       <modules>
+        <module>maven-osgi-plugin</module>
+
         <module>core</module>
         <module>core-shared</module>
         <module>core-plugin</module>