You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by di...@apache.org on 2001/09/06 19:15:41 UTC

cvs commit: xml-cocoon2 build.xml

dims        01/09/06 10:15:41

  Modified:    .        Tag: cocoon_20_branch build.xml
  Log:
  Eliminate DEPRECATED warning when using style task.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.32  +1 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.8.2.31
  retrieving revision 1.8.2.32
  diff -u -r1.8.2.31 -r1.8.2.32
  --- build.xml	2001/09/05 22:18:01	1.8.2.31
  +++ build.xml	2001/09/06 17:15:41	1.8.2.32
  @@ -368,7 +368,7 @@
              destdir="${build.src}/org/apache/cocoon/components/browser"
              includes="BrowserImpl.xml"
              extension=".java"
  -           style="BrowserImpl.xsl"/>
  +           style="${src.dir}/org/apache/cocoon/components/browser/BrowserImpl.xsl"/>
     </target>
   
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org