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 2005/09/19 01:50:16 UTC

svn commit: r290015 - /forrest/trunk/etc/cocoon_upgrade/build.xml

Author: cheche
Date: Sun Sep 18 16:50:12 2005
New Revision: 290015

URL: http://svn.apache.org/viewcvs?rev=290015&view=rev
Log:
ignore validation block until is official

Modified:
    forrest/trunk/etc/cocoon_upgrade/build.xml

Modified: forrest/trunk/etc/cocoon_upgrade/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/cocoon_upgrade/build.xml?rev=290015&r1=290014&r2=290015&view=diff
==============================================================================
--- forrest/trunk/etc/cocoon_upgrade/build.xml (original)
+++ forrest/trunk/etc/cocoon_upgrade/build.xml Sun Sep 18 16:50:12 2005
@@ -123,7 +123,10 @@
        Copy a fresh build from cocoon
        =============================================================== -->
     <delete>
-      <fileset dir="${forrest.home}/lib/core" includes="cocoon-*.jar"/>
+      <fileset dir="${forrest.home}/lib/core" includes="cocoon-*.jar">
+        <!-- FIXME: this is a temporal block until is official in cocoon-->
+        <exclude name="cocoon-validation-block-2.2.0-dev.jar"/>
+      </fileset>
     </delete>
     <copy todir="${forrest.home}/lib/core">
       <mapper type="glob" from="*.jar" to="*-${cocoon.version}.jar"/>
@@ -138,7 +141,6 @@
         <include name="*-block.jar"/>
         <!-- servlet.jar has been added within jetty-->
         <exclude name="servlet-*.jar"/>
-        <exclude name="cocoon-validation-*.jar"/>
       </fileset>
     </copy>
   </target>