Author: trustin
Date: Mon Dec  4 21:24:09 2006
New Revision: 482494

URL: http://svn.apache.org/viewvc?view=rev&rev=482494
Log:
Fixed a problem that submodules are not build with JDK 1.6


Modified:
    mina/branches/1.0/pom.xml

Modified: mina/branches/1.0/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.0/pom.xml?view=diff&rev=482494&r1=482493&r2=482494
==============================================================================
--- mina/branches/1.0/pom.xml (original)
+++ mina/branches/1.0/pom.xml Mon Dec  4 21:24:09 2006
@@ -69,6 +69,7 @@
     <profile>
       <id>jdk1.5</id>
       <activation>
+        <activeByDefault>true</activeByDefault>
         <jdk>1.5</jdk>
       </activation>
       <modules>


Reply via email to