You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/11/06 05:35:50 UTC

svn commit: rev 56727 - forrest/trunk/main

Author: crossley
Date: Fri Nov  5 20:35:49 2004
New Revision: 56727

Modified:
   forrest/trunk/main/build.xml
Log:
Different location of tools/ dir after restructure.


Modified: forrest/trunk/main/build.xml
==============================================================================
--- forrest/trunk/main/build.xml	(original)
+++ forrest/trunk/main/build.xml	Fri Nov  5 20:35:49 2004
@@ -323,7 +323,7 @@
   <target name='expand-dtd' depends="init"
      description="Generates '-full' DTDs, with all entity refs expanded, for use with catalog-ignorant editors like IDEA">
 	<taskdef name="dtd2xml" classpathref="classpath" classname="org.cyberneko.dtd.anttasks.DTD2XML"/>
-	<property name="dtdx.dir" location="build/tmp/dtdx"/>
+	<property name="dtdx.dir" location="${build.dir}/tmp/dtdx"/>
 	<mkdir dir="${dtdx.dir}"/>
 	<!-- Generate an intermediate XML representation of each DTD -->
 	<dtd2xml classpathref="classpath" outputDir="${dtdx.dir}" preserveDirs="yes" extension=".dtdx">
@@ -339,13 +339,11 @@
 			<include name="howto-v13.dtd"/>
 			<include name="todo-v12.dtd"/>
 			<include name="todo-v13.dtd"/>
-			<include name="v20a/document-v20.dtd"/>
-			<include name="v20a/faq-v20.dtd"/>
-                        <include name="v20/document-v20.dtd"/>
-                        <include name="v20/changes-v20.dtd"/>
-                        <include name="v20/faq-v20.dtd"/>
-                        <include name="v20/howto-v20.dtd"/>
-                        <include name="v20/todo-v20.dtd"/>
+      <include name="v20/document-v20.dtd"/>
+      <include name="v20/changes-v20.dtd"/>
+      <include name="v20/faq-v20.dtd"/>
+      <include name="v20/howto-v20.dtd"/>
+      <include name="v20/todo-v20.dtd"/>
 		</fileset>
 	</dtd2xml>
 
@@ -354,7 +352,7 @@
 	<xslt basedir="${dtdx.dir}"
 		destdir="${dist-shbat.dir}/webapp/resources/schema/dtd"
 		extension="-full.dtd"
-    style="tools/dtdconverters/dtdx2dtd.xsl">
+    style="../tools/dtdconverters/dtdx2dtd.xsl">
     <include name="*.dtdx"/>
     <include name="v20a/*.dtdx"/>
   </xslt>