[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Sat Feb 10 17:02:23 EST 2007


  User: gavin   
  Date: 07/02/10 17:02:23

  Modified:    jboss-seam  build.xml
  Log:
  fix dist
  
  Revision  Changes    Path
  1.142     +1 -1      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.141
  retrieving revision 1.142
  diff -u -b -r1.141 -r1.142
  --- build.xml	8 Feb 2007 10:23:27 -0000	1.141
  +++ build.xml	10 Feb 2007 22:02:23 -0000	1.142
  @@ -61,7 +61,7 @@
   	<property name="dist.src.mail.dir"     value="${dist.dir}/src/mail"/>
       <property name="dist.src.debug.dir"   value="${dist.dir}/src/debug"/>
       <property name="dist.src.gen.dir"     value="${dist.dir}/src/gen"/>
  -    <property name="dist.src.test.dir"    value="${dist.dir}/src/test"/>
  +    <property name="dist.src.test.dir"    value="${dist.dir}/src/test/misc"/>
       <property name="dist.lib.dir"         value="${dist.dir}/lib"/>
       <property name="dist.eejb.conf.dir"   value="${dist.dir}/embedded-ejb/conf"/>
       <property name="dist.mc.conf.dir"     value="${dist.dir}/microcontainer/conf"/>
  
  
  



More information about the jboss-cvs-commits mailing list