User: chirino 
  Date: 01/08/16 20:04:01

  Modified:    .        build.xml
  Log:
  Used the ejbdoclet pretty task to auto-indent the source files to
  the 3 space standard.
  
  Revision  Changes    Path
  1.5       +14 -1     jbossmq/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/08/12 15:40:44     1.4
  +++ build.xml 2001/08/17 03:04:01     1.5
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.4 2001/08/12 15:40:44 chirino Exp $ -->
  +<!-- $Id: build.xml,v 1.5 2001/08/17 03:04:01 chirino Exp $ -->
   
   <project default="main">
   
  @@ -193,6 +193,19 @@
       <property name="bypass-init-hook" value="true"/>
     </target>
   
  +  <!-- Reformat all the sources 
  +  **** You must manually add pretty.jar and JavaStyle.jar to the build 
  +  **** Classpath.  pretty.jar is in ejbdoclet project and 
  +  **** 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>
   
     <!-- ================================================================== -->
     <!-- Compile                                                            -->
  
  
  

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

Reply via email to