You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/04/24 01:36:43 UTC

svn commit: rev 10207 - xml/forrest/branches/copyless/src/core/targets

Author: nicolaken
Date: Fri Apr 23 16:36:42 2004
New Revision: 10207

Modified:
   xml/forrest/branches/copyless/src/core/targets/validate.xml
Log:
Comment out validation for now

Modified: xml/forrest/branches/copyless/src/core/targets/validate.xml
==============================================================================
--- xml/forrest/branches/copyless/src/core/targets/validate.xml	(original)
+++ xml/forrest/branches/copyless/src/core/targets/validate.xml	Fri Apr 23 16:36:42 2004
@@ -16,11 +16,15 @@
 -->
 
 <project default="validate" basedir="." name="validate">
-
+<!--
   <target name="validate" depends="validation-props, validate-xdocs,
     validate-sitemap, validate-skins, validate-skinchoice,
     validate-stylesheets"  description="Validates XML doc files in the project"/>
+-->   
     
+  <target name="validate"/>
+        
+             
   <target name="validation-props" depends="examine-proj">
     <!-- Validation flags -->
     <property name="forrest.validate" value="true" />
@@ -65,8 +69,8 @@
         </catalogpath>
       </xmlcatalog>
       <fileset dir="${project.site-dir}"
-        includes="${forrest.validate.includes}"
-        excludes="${forrest.validate.excludes}"/>
+        includes="${forrest.validate.xdocs.includes}"
+        excludes="${forrest.validate.xdocs.excludes}"/>
     </xmlvalidate>
     <echo message="...validated site"/>
   </target>