You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/11/01 12:55:14 UTC

svn commit: r469876 - /directory/trunks/apacheds/pom.xml

Author: elecharny
Date: Wed Nov  1 03:55:14 2006
New Revision: 469876

URL: http://svn.apache.org/viewvc?view=rev&rev=469876
Log:
Remove mina from the list of modules to be compiled within ADS. Removed the jdk 1.4 profile, as we are now using java 1.5

Modified:
    directory/trunks/apacheds/pom.xml

Modified: directory/trunks/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/pom.xml?view=diff&rev=469876&r1=469875&r2=469876
==============================================================================
--- directory/trunks/apacheds/pom.xml (original)
+++ directory/trunks/apacheds/pom.xml Wed Nov  1 03:55:14 2006
@@ -225,7 +225,7 @@
         <module>server-jndi</module>
         <module>kerberos-shared</module>
 
-        <module>mitosis</module>
+        <!-- module>mitosis</module -->
 
         <!-- extra for jdk 1.5 -->
         <module>server-ssl</module>
@@ -234,7 +234,7 @@
       </modules>
     </profile>
 
-    <profile>
+    <!--profile>
       <id>jdk1.4</id>
       <activation>
         <jdk>1.4</jdk>
@@ -255,10 +255,10 @@
         <module>protocol-changepw</module>
         <module>server-tools</module>
 
-        <!-- breaks the build on first try
+        <!== breaks the build on first try
         <module>sar-plugin</module>
         <module>server-sar</module>
-        -->
+        ==>
 
         <module>server-unit</module>
         <module>server-main</module>
@@ -280,7 +280,7 @@
                     <echo>
 ====================================================================
                        W A R N I N G
-                       -------------
+                       =============
 
 Build with 1.4 jvm will not include modules:
 
@@ -299,7 +299,7 @@
           </plugin>
         </plugins>
       </build>
-    </profile>
+    </profile-->
   </profiles>
 
   <developers>