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

Julien Viet julien at jboss.com
Sun Jul 16 19:38:54 EDT 2006


  User: julien  
  Date: 06/07/16 19:38:54

  Modified:    identity  build.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.8       +5 -1      jboss-portal/identity/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/identity/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- build.xml	16 Jul 2006 22:51:01 -0000	1.7
  +++ build.xml	16 Jul 2006 23:38:54 -0000	1.8
  @@ -8,7 +8,7 @@
     <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.7 2006/07/16 22:51:01 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.8 2006/07/16 23:38:54 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -58,6 +58,10 @@
   
      <target name="configure" unless="configure.disable">
   
  +      <!-- Configure some properties -->
  +      <property name="jboss-junit-configuration" value=""/>
  +      <property name="junit.formatter.usefile" value="true"/>
  +
         <!-- Configure thirdparty libraries -->
          &libraries;
         <path id="library.classpath">
  
  
  



More information about the jboss-cvs-commits mailing list