User: chirino 
  Date: 01/08/16 21:24:58

  Modified:    .        build.xml
  Log:
  jboss-all build did not like the pretty task
  
  Revision  Changes    Path
  1.6       +3 -1      jbossmq/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 2001/08/17 03:04:01     1.5
  +++ build.xml 2001/08/17 04:24:58     1.6
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.5 2001/08/17 03:04:01 chirino Exp $ -->
  +<!-- $Id: build.xml,v 1.6 2001/08/17 04:24:58 chirino Exp $ -->
   
   <project default="main">
   
  @@ -199,12 +199,14 @@
     **** JavaStyle.jar is from http://plugins.jedit.org/plugins/JavaStyle
     *-->
     <target name="pretty" depends="init">
  +  <!--
       <taskdef name="pretty" classname="pretty.Pretty">
        <pretty settingsDir="src/etc" cvs="true">
        <fileset dir="${source.java}">
                <include name="**/*.java" />
        </fileset>
        </pretty>
  +   -->
     </target>
   
     <!-- ================================================================== -->
  
  
  

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

Reply via email to