You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2003/08/11 14:35:55 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/blog/config/tasks targets.xml

egli        2003/08/11 05:35:55

  Modified:    src/webapp/lenya/pubs/blog/config/tasks targets.xml
  Log:
  Adapted to the new TreePublisher interface where you no
  longer have to specify the path to the site trees and now
  have to specify the language that you want to publish.
  
  Revision  Changes    Path
  1.2       +2 -2      cocoon-lenya/src/webapp/lenya/pubs/blog/config/tasks/targets.xml
  
  Index: targets.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/config/tasks/targets.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- targets.xml	5 Aug 2003 19:50:48 -0000	1.1
  +++ targets.xml	11 Aug 2003 12:35:55 -0000	1.2
  @@ -72,13 +72,13 @@
   
     <echo>Publish tree</echo>
     <echo>Copy node for ${publish.documentid}</echo>
  +  <echo>for language ${publish.language}</echo>
     <echo>from tree ${pub.dir}/${authoring.dir}/${sitetree}</echo>
     <echo>and insert it in tree ${pub.dir}/${live.dir}/${sitetree}</echo>
   
     <publishtree 
         documentid= "${publish.documentid}"
  -      absolutetreeauthoringpath= "${pub.dir}/${authoring.dir}/${sitetree}"
  -      absolutetreelivepath = "${pub.dir}/${live.dir}/${sitetree}" 
  +      language="${publish.language}"
         />
   -->
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org