Please find attached the patch to build.xml to copy the 2doc xslts from the
skins dir to the webapp.
Once applied the following files can be removed:
webapp/stylesheets/documents/*2document.xsl
webapp/stylesheets/documents/copyover.xsl
This should help stop maintaining two copies now the faq(s) problem has been
resolved (thanks Dims!)
J.
=======================================================================
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission. There is no intention to
create any legally binding contract or other commitment through the use
of this email.
Experian Limited (registration number 653331).
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF
Index: build.xml
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/build.xml,v
retrieving revision 1.39
diff -u -r1.39 build.xml
--- build.xml 2001/07/23 08:56:54 1.39
+++ build.xml 2001/07/25 09:54:04
@@ -463,6 +463,13 @@
</fileset>
</copy>
+ <copy todir="${build.war}/stylesheets/documents" filtering="on">
+ <fileset dir="${browser.skin}/stylesheets">
+ <include name="*2document.xsl"/>
+ <include name="copyover.xsl"/>
+ </fileset>
+ </copy>
+
<copy todir="${build.war}/i18n" filtering="off">
<fileset dir="${webapp.dir}/i18n">
</fileset>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]