User: user57  
  Date: 01/08/31 18:08:45

  Modified:    .        build.xml
  Log:
   o added test bomb
  
  Revision  Changes    Path
  1.5       +3 -1      newsite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/09/01 00:44:19     1.4
  +++ build.xml 2001/09/01 01:08:45     1.5
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.4 2001/09/01 00:44:19 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.5 2001/09/01 01:08:45 user57 Exp $ -->
   
   <project default="main" name="JBoss/Website">
   
  @@ -249,6 +249,8 @@
     <!-- Compile cvs source snapshots -->
     <target name="compile-snapshots" depends="init">
       <mkdir dir="${build.snapshots}"/>
  +
  +    <fail message="oops"/>
   
       <!-- Make sure there is an entry for this cvsroot -->
       <cvspass cvsroot="${snapshot.cvsroot}" password=""/>
  
  
  

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

Reply via email to