[jboss-cvs] jboss-portal/core ...

Julien Viet julien at jboss.com
Sun Jul 16 09:19:55 EDT 2006


  User: julien  
  Date: 06/07/16 09:19:55

  Modified:    core     build.xml
  Log:
  improve a little bit the crappy formatting of the build files
  
  Revision  Changes    Path
  1.123     +19 -17    jboss-portal/core/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/build.xml,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -b -r1.122 -r1.123
  --- build.xml	11 Jul 2006 23:19:29 -0000	1.122
  +++ build.xml	16 Jul 2006 13:19:55 -0000	1.123
  @@ -155,7 +155,8 @@
          <pathelement location="${project.tools}/lib/explode.jar"/>
          <path refid="apache.ant.classpath"/>
        </path>
  -     <taskdef name="explode"
  +         <taskdef
  +            name="explode"
                 classname="org.jboss.portal.common.ant.Explode"
                 classpathref="explode.task.classpath"/>     
      </target>
  @@ -168,7 +169,8 @@
                <path refid="trove.trove.classpath"/>
                <path refid="qdox.qdox.classpath"/>
              </path>
  -           <taskdef name="aopc"
  +      <taskdef
  +         name="aopc"
                       classname="org.jboss.aop.ant.AopC"
                       classpathref="jbossaop.task.classpath"/>
      </target>
  
  
  



More information about the jboss-cvs-commits mailing list