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

Julien Viet julien at jboss.com
Mon Jul 17 08:27:12 EDT 2006


  User: julien  
  Date: 06/07/17 08:27:12

  Modified:    core     build.xml
  Log:
  added identity tests to the main testsuite
  
  Revision  Changes    Path
  1.125     +1 -2      jboss-portal/core/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/build.xml,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -b -r1.124 -r1.125
  --- build.xml	16 Jul 2006 23:38:53 -0000	1.124
  +++ build.xml	17 Jul 2006 12:27:12 -0000	1.125
  @@ -304,8 +304,7 @@
         </copy>
         <!-- hibernate configuration for identity -->
         <copy todir="${build.resources}/jboss-portal/conf/hibernate/user">
  -         <fileset dir="${jboss.portal-identity.root}/resources/portal-identity-jar/org/jboss/portal/identity/"
  -                  includes="domain.hbm.xml"/>
  +         <fileset dir="${jboss.portal-identity.root}/resources/hibernate" includes="domain.hbm.xml"/>
         </copy>
         <copy todir="${build.resources}/jboss-portal/lib">
            <fileset dir="${build.lib}" includes="portal-core-lib.jar"/>
  
  
  



More information about the jboss-cvs-commits mailing list