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 2007/09/01 06:14:17 UTC

svn commit: r571683 - in /directory/apacheds/trunk: ./ pom.xml

Author: akarasulu
Date: Fri Aug 31 21:14:16 2007
New Revision: 571683

URL: http://svn.apache.org/viewvc?rev=571683&view=rev
Log:
changes ...

 o removed externals to osgi stuff since OSGi code was sandboxed
 o moved server-main and server-installers to installers area so we don't

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

Propchange: directory/apacheds/trunk/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Fri Aug 31 21:14:16 2007
@@ -1,2 +1 @@
-maven-osgi-achetype https://svn.apache.org/repos/asf/felix/trunk/tools/maven2/osgi-archetype
-maven-osgi-plugin https://svn.apache.org/repos/asf/felix/trunk/tools/maven2/maven-osgi-plugin
+

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=571683&r1=571682&r2=571683&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Fri Aug 31 21:14:16 2007
@@ -342,7 +342,6 @@
 
     <module>server-xml</module>
     <module>server-unit</module>
-    <module>server-main</module>
     <module>server-jndi</module>
     <module>kerberos-shared</module>
     <!--module>kerberos-unit</module-->
@@ -535,7 +534,6 @@
 
         <module>server-xml</module>
         <module>server-unit</module>
-        <module>server-main</module>
         <module>server-jndi</module>
         <module>kerberos-shared</module>
         <module>mitosis</module>