Author: markt
Date: Tue Feb  6 16:47:18 2007
New Revision: 504390

URL: http://svn.apache.org/viewvc?view=rev&rev=504390
Log:
One tweak so the TC5 build doesn't exclude some APR classes

Modified:
    tomcat/connectors/trunk/http11/build.xml

Modified: tomcat/connectors/trunk/http11/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/http11/build.xml?view=diff&rev=504390&r1=504389&r2=504390
==============================================================================
--- tomcat/connectors/trunk/http11/build.xml (original)
+++ tomcat/connectors/trunk/http11/build.xml Tue Feb  6 16:47:18 2007
@@ -161,6 +161,7 @@
 
   <target name="compile-only" 
           description="Compile shareable components">
+    <available property="jdk.1.4.present"   classname="java.lang.CharSequence" 
/>
 
     <javac  srcdir="${source.home}"
            destdir="${build.home}/classes"
@@ -239,4 +240,4 @@
   </target>
 
 
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to