User: user57  
  Date: 01/08/31 19:35:39

  Modified:    .        build.xml
  Log:
   o one last test for good measure.
  
  Revision  Changes    Path
  1.8       +3 -1      newsite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 2001/09/01 01:39:26     1.7
  +++ build.xml 2001/09/01 02:35:39     1.8
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.7 2001/09/01 01:39:26 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.8 2001/09/01 02:35:39 user57 Exp $ -->
   
   <project default="main" name="JBoss/Website">
   
  @@ -249,6 +249,8 @@
     <!-- Compile cvs source snapshots -->
     <target name="compile-snapshots" depends="init" unless="snapshot.bypass">
       <mkdir dir="${build.snapshots}"/>
  +
  +    <fail>boom</fail>
   
       <!-- Make sure there is an entry for this cvsroot -->
       <cvspass cvsroot="${snapshot.cvsroot}" password=""/>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to