[jboss-cvs] jboss-seam/seam-gen/build-scripts ...

Norman Richards norman.richards at jboss.com
Mon Mar 26 14:40:58 EDT 2007


  User: nrichards
  Date: 07/03/26 14:40:58

  Modified:    seam-gen/build-scripts  build.xml
  Log:
  default value
  
  Revision  Changes    Path
  1.30      +1 -1      jboss-seam/seam-gen/build-scripts/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -b -r1.29 -r1.30
  --- build.xml	26 Mar 2007 16:44:52 -0000	1.29
  +++ build.xml	26 Mar 2007 18:40:58 -0000	1.30
  @@ -27,7 +27,7 @@
           <property name="testng.jar" value="${basedir}/lib/testng-4.5.1-jdk15.jar" />
           <property name="javac.debug" value="true" />
           <property name="javac.deprecation" value="false" />
  -        <property name="profile" value="dev" />
  +        <property name="debug" value="false" />
   
           <fileset id="lib" dir="${lib.dir}">
                   <include name="*.jar" />
  
  
  



More information about the jboss-cvs-commits mailing list