You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/09/04 03:29:13 UTC

svn commit: r267540 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml

Author: thorsten
Date: Sat Sep  3 18:29:09 2005
New Revision: 267540

URL: http://svn.apache.org/viewcvs?rev=267540&view=rev
Log:
Reverted partly commit r264872. Added the default xml link back and commented the offending contract. Need testing why the *.source.xml is not produced in forrest site. Workaround for FOR-662.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml?rev=267540&r1=267539&r2=267540&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml Sat Sep  3 18:29:09 2005
@@ -18,7 +18,10 @@
 
 <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0" >
   <forrest:hook name="export-link">
-    <forrest:contract name="content-source-xml-link"/>
+    <!--Fixme: FOR-662
+      <forrest:contract name="content-source-xml-link"/>
+      -->
+    <forrest:contract name="content-xml-link"/>
     <forrest:contract name="content-pdf-link"/>
   </forrest:hook>
 </forrest:template>