bloritsch 2002/07/26 09:03:16 Modified: datasource build.xml datasource/src/xdocs examples-jdbcdatasource.xml Removed: datasource/src/xdocs/dtd changes-v10.dtd characters.ent document-v10.dtd faq-v10.dtd specification-v10.dtd todo-v10.dtd Log: remove DTDs Revision Changes Path 1.25 +1 -37 jakarta-avalon-excalibur/datasource/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/build.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- build.xml 22 Jun 2002 16:35:00 -0000 1.24 +++ build.xml 26 Jul 2002 16:03:15 -0000 1.25 @@ -518,43 +518,7 @@ <target name="docs" depends="setup-filters"> <!-- depends="javadocs" description="Generates the Docs" --> <mkdir dir="${docs.dir}"/> - <mkdir dir="${build.context}"/> - <mkdir dir="${build.xdocs}"/> - <mkdir dir="${build.docs}"/> - <mkdir dir="${build.dir}/work"/> - - <!-- Base pointers for non-xdocs documentation. Override these in .ant.properties to link to local docs --> - <copy todir="${build.context}" filtering="on"> - <fileset dir="${context.dir}"> - <exclude name="diagrams/**"/> - <exclude name="resources/**"/> - <exclude name="xdocs"/> - </fileset> - </copy> - - <copy todir="${build.context}/xdocs" filtering="on" overwrite="yes"> - <fileset dir="${xdocs.dir}"/> - </copy> - - <copy todir="${build.context}/resources" filtering="off" overwrite="yes"> - <fileset dir="${context.dir}/resources"/> - <fileset dir="${xdocs.dir}"> - <include name="**/images/**"/> - </fileset> - </copy> - - <java classname="org.apache.cocoon.Main" fork="true"> - <arg value="-c${build.context}/"/> - <arg value="-d${build.docs}"/> - <arg value="-w${build.dir}/work"/> - <arg value="-l${build.dir}/work/cocoon.log"/> - <arg value="-uINFO"/> - <arg value="-f${xdocs.dir}/${dir-name}.uris"/> - <classpath> - <path refid="tools.class.path"/> - <fileset dir="${tools.dir}/ext"/> - </classpath> - </java> + <ant antfile="${basedir}/../cocoonbuild.xml"/> <copy todir="${docs.dir}"> <fileset dir="${build.docs}"> 1.2 +1 -3 jakarta-avalon-excalibur/datasource/src/xdocs/examples-jdbcdatasource.xml Index: examples-jdbcdatasource.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/src/xdocs/examples-jdbcdatasource.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- examples-jdbcdatasource.xml 5 Apr 2002 06:31:47 -0000 1.1 +++ examples-jdbcdatasource.xml 26 Jul 2002 16:03:16 -0000 1.2 @@ -1,7 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE document SYSTEM "dtd/document-v10.dtd"> - <document> <header> <title>Excalibur Datasource Management - Jdbc Datasource Example Application</title>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>