cziegeler 2003/03/04 08:34:35
Modified: . build.xml
Log:
Making cocoon at least buildable; why are there two validations and why in the init?
Revision Changes Path
1.350 +5 -5 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -r1.349 -r1.350
--- build.xml 4 Mar 2003 14:10:00 -0000 1.349
+++ build.xml 4 Mar 2003 16:34:35 -0000 1.350
@@ -105,10 +105,10 @@
classpathref="classpath"/>
<!-- Validate some important core config. Do default config files here,
- then do them again after the blocks have been processed. -->
+ then do them again after the blocks have been processed.
<jing rngfile="./src/webapp/WEB-INF/entities/any.rng">
<fileset dir="./src/webapp/WEB-INF" includes="cocoon.xconf"/>
- </jing>
+ </jing> -->
<jing rngfile="./src/webapp/WEB-INF/entities/roles-v01.rng">
<fileset dir="./src/java/org/apache/cocoon" includes="cocoon.roles"/>
</jing>
@@ -648,9 +648,9 @@
<target name="webapp"
depends="prepare-webapp,prepare-webapp-samples,prepare-webapp-deprecated">
<!-- Validate some important core config. -->
- <jing rngfile="${build.webapp}/WEB-INF/entities/any.rng">
+<!-- <jing rngfile="${build.webapp}/WEB-INF/entities/any.rng">
<fileset dir="${build.webapp}/WEB-INF" includes="cocoon.xconf"/>
- </jing>
+ </jing> -->
<!-- FIXME: precept.xroles has a new un-defined attribute "default-hint"
which is breaking validation.
<jing rngfile="${build.webapp}/WEB-INF/entities/roles-v01.rng">