glenn       01/07/02 04:46:11

  Modified:    regexp   build.xml
  Log:
  Fix property name in fail message
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-taglibs/regexp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/regexp/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 2001/07/01 20:08:26     1.7
  +++ build.xml 2001/07/02 11:46:09     1.8
  @@ -14,7 +14,7 @@
     <target name="checkRequirements.pre">
       <antcall target="checkRequiredFile">
          <param name="file" value="${jakarta-oro2.jar}"/>
  -       <param name="fail.message" value="a jar file containing the jakarta-oro-2 
classes is required to compile the regexp taglib. please define the property 
jakarta-oro-2.jar in your build.properties file and ensure that the file exists"/>
  +       <param name="fail.message" value="a jar file containing the jakarta-oro-2 
classes is required to compile the regexp taglib. please define the property 
jakarta-oro2.jar in your build.properties file and ensure that the file exists"/>
       </antcall>
     </target>
   
  
  
  

Reply via email to