You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by fe...@apache.org on 2004/03/08 04:21:49 UTC

cvs commit: jakarta-taglibs/xtags build.xml

felipeal    2004/03/07 19:21:48

  Modified:    xtags    build.xml
  Log:
  removed trailing ^Ms
  
  Revision  Changes    Path
  1.12      +50 -50    jakarta-taglibs/xtags/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/xtags/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	2 Dec 2002 00:16:06 -0000	1.11
  +++ build.xml	8 Mar 2004 03:21:48 -0000	1.12
  @@ -1,51 +1,51 @@
  -<?xml version="1.0"?>
  -
  -<!DOCTYPE project [
  -    <!ENTITY common SYSTEM "file:../common.xml">
  -]>
  -
  -<project name="xtags" default="main">
  -
  -  <property file="../build.properties"/>
  +<?xml version="1.0"?>
  +
  +<!DOCTYPE project [
  +    <!ENTITY common SYSTEM "file:../common.xml">
  +]>
  +
  +<project name="xtags" default="main">
  +
  +  <property file="../build.properties"/>
     <property file="${user.home}/build.properties"/>
  -  <property name="classpath" value="${servlet.jar}:${dom4j.jar}" />
  -
  -  <property name="checkRequirements.pre" value="checkRequirements.pre"/>
  -  <property name="examples.pre" value="examples.pre"/>
  -
  -  <target name="checkRequirements.pre">
  -    <antcall target="checkRequiredFile">
  -       <param name="file" value="${jaxp.jar}"/>
  -       <param name="fail.message" value="a jar file containing the JAXP classes is required to compile the xtags taglib. please define the property jaxp.jar in your build.properties file and ensure that the file exists"/>
  -    </antcall>
  -    <antcall target="checkRequiredFile">
  -       <param name="file" value="${dom4j.jar}"/>
  -       <param name="fail.message" value="a jar file containing the dom4j classes is required to compile the xtags taglib. please define the property dom4j.jar in your build.properties file and ensure that the file exists"/>
  -    </antcall>
  -    <antcall target="checkRequiredFile">
  -       <param name="file" value="${xalan.jar}"/>
  -       <param name="fail.message" value="a jar file containing the xalan classes is required to compile the xtags taglib. please define the property xalan.jar in your build.properties file and ensure that the file exists"/>
  -    </antcall>
  -    <antcall target="checkRequiredFile">
  -       <param name="file" value="${crimson.jar}"/>
  -       <param name="fail.message" value="a jar file containing the crimson classes is required to compile the xtags taglib. please define the property crimson.jar in your build.properties file and ensure that the file exists"/>
  -    </antcall>
  -  </target>
  -
  -
  -  <!-- =================================================================== -->
  -  <!-- copy the required jars into the examples lib dir                    -->
  -  <!-- =================================================================== -->
  -
  -  <target name="examples.pre">
  -    <!-- copy the jars required -->
  -    <copy todir="${build.examples}/WEB-INF/lib" file="${dom4j.jar}"/>
  -    <copy todir="${build.examples}/WEB-INF/lib" file="${xalan.jar}"/>
  -    <copy todir="${build.examples}/WEB-INF/lib" file="${jaxp.jar}"/>
  -    <copy todir="${build.examples}/WEB-INF/lib" file="${crimson.jar}"/>
  -  </target>
  -
  -  &common;
  -
  -</project>
  -
  +  <property name="classpath" value="${servlet.jar}:${dom4j.jar}" />
  +
  +  <property name="checkRequirements.pre" value="checkRequirements.pre"/>
  +  <property name="examples.pre" value="examples.pre"/>
  +
  +  <target name="checkRequirements.pre">
  +    <antcall target="checkRequiredFile">
  +       <param name="file" value="${jaxp.jar}"/>
  +       <param name="fail.message" value="a jar file containing the JAXP classes is required to compile the xtags taglib. please define the property jaxp.jar in your build.properties file and ensure that the file exists"/>
  +    </antcall>
  +    <antcall target="checkRequiredFile">
  +       <param name="file" value="${dom4j.jar}"/>
  +       <param name="fail.message" value="a jar file containing the dom4j classes is required to compile the xtags taglib. please define the property dom4j.jar in your build.properties file and ensure that the file exists"/>
  +    </antcall>
  +    <antcall target="checkRequiredFile">
  +       <param name="file" value="${xalan.jar}"/>
  +       <param name="fail.message" value="a jar file containing the xalan classes is required to compile the xtags taglib. please define the property xalan.jar in your build.properties file and ensure that the file exists"/>
  +    </antcall>
  +    <antcall target="checkRequiredFile">
  +       <param name="file" value="${crimson.jar}"/>
  +       <param name="fail.message" value="a jar file containing the crimson classes is required to compile the xtags taglib. please define the property crimson.jar in your build.properties file and ensure that the file exists"/>
  +    </antcall>
  +  </target>
  +
  +
  +  <!-- =================================================================== -->
  +  <!-- copy the required jars into the examples lib dir                    -->
  +  <!-- =================================================================== -->
  +
  +  <target name="examples.pre">
  +    <!-- copy the jars required -->
  +    <copy todir="${build.examples}/WEB-INF/lib" file="${dom4j.jar}"/>
  +    <copy todir="${build.examples}/WEB-INF/lib" file="${xalan.jar}"/>
  +    <copy todir="${build.examples}/WEB-INF/lib" file="${jaxp.jar}"/>
  +    <copy todir="${build.examples}/WEB-INF/lib" file="${crimson.jar}"/>
  +  </target>
  +
  +  &common;
  +
  +</project>
  +
  
  
  

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