You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ch...@apache.org on 2004/12/18 15:27:52 UTC

svn commit: r122715 - /forrest/trunk/main/build.xml

Author: cheche
Date: Sat Dec 18 06:27:50 2004
New Revision: 122715

URL: http://svn.apache.org/viewcvs?view=rev&rev=122715
Log:
Removing the validation of skinconf.xml to build forrest.

Modified:
   forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?view=diff&rev=122715&p1=forrest/trunk/main/build.xml&r1=122714&p2=forrest/trunk/main/build.xml&r2=122715
==============================================================================
--- forrest/trunk/main/build.xml	(original)
+++ forrest/trunk/main/build.xml	Sat Dec 18 06:27:50 2004
@@ -156,19 +156,6 @@
         <fileset dir="../lib/core" includes="*.jar" />
       </classpath>
     </taskdef>
-    <!-- skinconf.xml -->
-    <!-- FIXME: do we need to validate skinconf.xml to build forrest? -->
-    <echo message="validating **/skinconf.xml ..."/>
-    <xmlvalidate failonerror="true" lenient="no" warn="yes">
-      <xmlcatalog id="xcat">
-        <catalogpath>
-          <pathelement
-            location="./webapp/resources/schema/catalog.xcat"/>
-        </catalogpath>
-      </xmlcatalog>
-      <fileset dir="./site"
-        includes="**/skinconf.xml" />
-    </xmlvalidate>
     <!-- All stylesheets **/*.xsl -->
     <echo message="validating stylesheets **/*.xsl ..."/>
     <jing rngfile="./webapp/resources/schema/relaxng/xslt.rng">