[OpenE-dev] [cvs] opene/src build.xml
Status: Alpha
Brought to you by:
dblevins
From: David B. <dav...@vi...> - 2002-04-23 16:12:40
|
Modified: src build.xml Log: Updated the docs target By David Blevins, on 02d/02/04 23:09:12 Revision Changes Path 1.2 +2 -15 opene/src/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/opene/opene/src/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.xml 23 Apr 2002 04:44:36 -0000 1.1 +++ build.xml 23 Apr 2002 16:12:39 -0000 1.2 @@ -1,4 +1,4 @@ -<project name="OpenEJB" default="jar" basedir="../"> +<project name="OpenE" default="jar" basedir="../"> <!-- Contributions by: Daniel S. Haischt <sir...@gm...> @@ -520,22 +520,9 @@ depends="prepare" description="--> generates documentation from XML files via XSLT"> - <copy todir="${docs.dest}/html/ann"> - <fileset dir="${docs.src}/ann" /> - </copy> - <copy todir="${docs.dest}/html/faqs"> - <fileset dir="${docs.src}/faqs" /> - </copy> - <copy todir="${docs.dest}/html/guides"> - <fileset dir="${docs.src}/guides" /> - </copy> - <copy todir="${docs.dest}/html/spec"> - <fileset dir="${docs.src}/spec" /> - </copy> - <style basedir="${docs.src}" destdir="${docs.dest}/html" - style="src/doc/style/exolab.xsl" + style="src/doc/style/website.xsl" includes="**/**.xml" excludes="style/**,project.xml" processor="xslp"> |