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

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


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

  Modified:    common   build.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.34      +3 -6      jboss-portal/common/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/common/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- build.xml	16 Jul 2006 22:51:01 -0000	1.33
  +++ build.xml	16 Jul 2006 23:38:53 -0000	1.34
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.33 2006/07/16 22:51:01 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.34 2006/07/16 23:38:53 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -57,6 +57,8 @@
      <!--+====================================================================+-->
   
      <target name="configure" unless="configure.disable">
  +
  +      <!-- Configure some properties -->
         <property name="jboss-junit-configuration" value=""/>
         <property name="junit.formatter.usefile" value="true"/>
   
  @@ -74,14 +76,11 @@
            <pathelement location="../tools/lib/cargo-ant-0.8.jar"/>
         </path>
   
  -      
         <!-- Configure modules -->
         <call target="configure-modules"/>
         <path id="dependentmodule.classpath">
         </path>
         
  -      
  -
         <!--+=======================================+-->
         <!--| Override any default properties here. |-->
         <!--+=======================================+-->
  @@ -90,8 +89,6 @@
         <call target="configure-defaults"/>
         <call target="configure-tools"/>
         
  -      
  -
         <!--+=======================================+-->
         <!--| Define module specific elements here. |-->
         <!--+=======================================+-->
  
  
  



More information about the jboss-cvs-commits mailing list