[jboss-cvs] jboss-seam ...

Shane Bryzak sbryzak at redhat.com
Wed Feb 28 14:35:26 EST 2007


  User: sbryzak2
  Date: 07/02/28 14:35:26

  Modified:    jboss-seam  build.xml
  Log:
  fixed tests
  
  Revision  Changes    Path
  1.165     +6 -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.164
  retrieving revision 1.165
  diff -u -b -r1.164 -r1.165
  --- build.xml	28 Feb 2007 15:43:12 -0000	1.164
  +++ build.xml	28 Feb 2007 19:35:25 -0000	1.165
  @@ -341,6 +341,7 @@
           <path path="${coverage.dir}/classes"/>
           <path refid="classpath.emma"/>
           <fileset refid="lib"/>
  +        <pathelement location="${basedir}/${name}-remoting.jar"/>
        </path>
       
       <path id="test.mc.classpath">
  @@ -653,7 +654,6 @@
               deprecation="${javac.deprecation}"
               nowarn="on">
               <src path="${src.java.dir}"/>
  -            <src path="${src.test.dir}"/>
           </javac>
       </target>
       
  @@ -796,6 +796,11 @@
               deprecation="${javac.deprecation}"
               nowarn="on">
               <src path="${src.test.dir}"/>
  +            <classpath>
  +                <fileset dir="${imported.basedir}">
  +                    <include name="jboss-seam-remoting.jar" />
  +                </fileset>
  +            </classpath>            
           </javac>
       </target>    
       
  
  
  



More information about the jboss-cvs-commits mailing list