Author: jim
Date: Fri Feb  8 09:38:57 2008
New Revision: 619953

URL: http://svn.apache.org/viewvc?rev=619953&view=rev
Log:
* Update to latest library versions (where possible). Tidy up build flags since
  we require JDK 1.3+ to build. Update location of downloads for commons
    libraries. Remove JNDI library since it is included in JDK 1.3+.
      http://people.apache.org/~markt/patches/2008-01-17-tc4-lib-updates.patch
        +1: markt, fhanik, jim


Modified:
    tomcat/connectors/trunk/jk/jkstatus/build.xml

Modified: tomcat/connectors/trunk/jk/jkstatus/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/jkstatus/build.xml?rev=619953&r1=619952&r2=619953&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/jkstatus/build.xml (original)
+++ tomcat/connectors/trunk/jk/jkstatus/build.xml Fri Feb  8 09:38:57 2008
@@ -50,7 +50,6 @@
   <!-- =================== BUILD: Set compile flags ======================= -->
   <target name="flags">
     <!-- JDK flags -->
-    <available property="jdk.1.2.present" classname="java.util.HashMap" />
     <available property="jdk.1.3.present" 
      classname="java.lang.reflect.Proxy" />
     <available property="jdk.1.4.present" classname="java.nio.Buffer" />
@@ -75,7 +74,6 @@
     <echo message="&lt;style&gt; task available (required)=${style.available}" 
/>
 
     <echo message="--- JDK ---" />
-    <echo message="jdk.1.2.present=${jdk.1.2.present}" />
     <echo message="jdk.1.3.present=${jdk.1.3.present}" />
     <echo message="jdk.1.4.present=${jdk.1.4.present}" />
 



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

Reply via email to