You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ed...@apache.org on 2005/03/22 17:08:56 UTC

svn commit: r158615 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/tasks/targets.xml

Author: edith
Date: Tue Mar 22 08:08:55 2005
New Revision: 158615

URL: http://svn.apache.org/viewcvs?view=rev&rev=158615
Log:
caching of default publication back ported, in the deactivation too

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/tasks/targets.xml

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/tasks/targets.xml
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/tasks/targets.xml?view=diff&r1=158614&r2=158615
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/tasks/targets.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/tasks/targets.xml Tue Mar 22 08:08:55 2005
@@ -343,6 +343,7 @@
     <property name="insert.asset.type" value=""/>
     <property name="insert.asset.size" value=""/>
     <property name="insert.asset.caption" value=""/>
+    <property name="asset.title" value=""/>
     <property name="insert.asset.link" value=""/>
 
     <echo>Generate temporary xsl style sheet with ${pub.dir}/../xslt/util/generate-insertAsset-xsl.xsl </echo>
@@ -372,6 +373,7 @@
     <echo>type: ${insert.asset.type}</echo>
     <echo>size: ${insert.asset.size}</echo>
     <echo>caption: ${insert.asset.caption}</echo>
+    <echo>title: ${asset.title}</echo>
     <echo>link: ${insert.asset.link}</echo>
     <xslt in="${document.file}"
       out="${temp.file}" 
@@ -380,6 +382,7 @@
       <param name="data" expression="${asset.filename}"/>
       <param name="type" expression="${insert.asset.type}"/>
       <param name="size" expression="${insert.asset.size}"/>
+      <param name="title" expression="${asset.title}"/>
       <param name="caption" expression="${insert.asset.caption}"/>
       <param name="link" expression="${insert.asset.link}"/>
     </xslt>



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