Author: billbarker Date: Thu Jun 14 20:01:36 2007 New Revision: 547503 URL: http://svn.apache.org/viewvc?view=rev&rev=547503 Log: re-include the experimental NIO/AJP connector in the build
Modified: tomcat/connectors/trunk/jk/build.xml Modified: tomcat/connectors/trunk/jk/build.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/build.xml?view=diff&rev=547503&r1=547502&r2=547503 ============================================================================== --- tomcat/connectors/trunk/jk/build.xml (original) +++ tomcat/connectors/trunk/jk/build.xml Thu Jun 14 20:01:36 2007 @@ -205,7 +205,7 @@ <include name="org/apache/jk/**"/> <include name="org/apache/coyote/ajp/**" /> <exclude name="org/apache/coyote/ajp/*Apr*" unless="jdk.1.4.present" /> - <exclude name="org/apache/jk/common/ChannelNioSocket.java" unless="jdk.1.4.present"/> + <exclude name="org/apache/jk/common/ChannelNioSocket.java" unless="jdk14.detect"/> <exclude name="org/apache/jk/common/JkMX.java" unless="jmx.detect"/> <exclude name="org/apache/jk/common/ModJkMX.java" unless="jmx.detect"/> <exclude name="org/apache/jk/common/Shm14.java" unless="jdk14.detect"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]