vgritsenko 01/07/28 14:06:44
Modified: . Tag: cocoon_20_branch build.xml
Removed: webapp/stylesheets/documents Tag: cocoon_20_branch
changes2document.xsl copyover.xsl faq2document.xsl
todo2document.xsl
Log:
Patch from Morrison, John [[EMAIL PROTECTED]]
to remove duplicates stylesheets
Revision Changes Path
No revision
No revision
1.8.2.26 +8 -1 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.8.2.25
retrieving revision 1.8.2.26
diff -u -r1.8.2.25 -r1.8.2.26
--- build.xml 2001/07/23 10:21:09 1.8.2.25
+++ build.xml 2001/07/28 21:06:44 1.8.2.26
@@ -457,6 +457,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>
@@ -525,7 +532,7 @@
</target>
<!-- =================================================================== -->
- <!-- Prepares the webapp directories -->
+ <!-- Prepares the webapp directories -->
<!-- =================================================================== -->
<target name="prepare-webapp" depends="copy-webapp, prepare-webapp-php,
prepare-webapp-xt, prepare-webapp-fop, prepare-webapp-tidy, prepare-webapp-naming">
<!-- Simply do nothing, just invoke all dependencies -->
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]