You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2003/02/04 07:03:46 UTC

cvs commit: jakarta-tomcat-connectors/util build.xml

billbarker    2003/02/03 22:03:46

  Modified:    util     build.xml
  Log:
  Add support for the new JsdkSupport.
  
  Submitted by: Joe Funk funkman@joedog.org
  
  Revision  Changes    Path
  1.17      +2 -0      jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml	12 Jan 2003 19:01:58 -0000	1.16
  +++ build.xml	4 Feb 2003 06:03:46 -0000	1.17
  @@ -38,6 +38,7 @@
           <available property="puretls.present" file="${puretls.jar}"/>
           <available property="commons-logging.present" file="${commons-logging.jar}"/>
           <available property="modeler.present" file="${commons-modeler.jar}"/>
  +	<available property="jdk1.4.present" classname="java.lang.CharSequence" />
       </target>
   
       <target name="build-prepare" depends="detect">
  @@ -67,6 +68,7 @@
               <exclude name="**/util/net/puretls/*" unless="puretls.present"/>
               <exclude name="**/util/mx/*" unless="jmx.present"/>
               <exclude name="**/util/threads/ThreadPoolMX*" unless="modeler.present"/>
  +	    <exclude name="**/util/Jdk14Compat.java" unless="jdk1.4.present" />
   	</javac>
   
   	<!-- Copy static resource files -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org