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

Chris Laprun chris.laprun at jboss.com
Thu Aug 17 01:56:48 EDT 2006


  User: claprun 
  Date: 06/08/17 01:56:48

  Modified:    core     build.xml
  Log:
  - Added JBossApplicationMetaDataFactoryTestCase.
  - Minor code improvements.
  - Fixed build files.
  
  Revision  Changes    Path
  1.133     +16 -13    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.132
  retrieving revision 1.133
  diff -u -b -r1.132 -r1.133
  --- build.xml	31 Jul 2006 19:29:46 -0000	1.132
  +++ build.xml	17 Aug 2006 05:56:48 -0000	1.133
  @@ -534,12 +534,15 @@
            <x-test>
               <test todir="${test.reports}" name="org.jboss.portal.test.core.model.instance.InstanceContainerTestCase"/>
               <test todir="${test.reports}" name="org.jboss.portal.test.core.state.StatefulPortletInvokerTestCase"/>
  +            <test todir="${test.reports}"
  +                  name="org.jboss.portal.test.core.deployment.JBossApplicationMetaDataFactoryTestCase"/>
            </x-test>
            <x-classpath>
               <pathelement location="${build.lib}/portal-core-lib.jar"/>
               <pathelement location="${build.lib}/portal-core-test-lib.jar"/>
               <pathelement location="${build.resources}/jboss-portal.sar"/>
               <pathelement location="${jboss.portal-test.root}/etc"/>
  +            <pathelement location="${build.resources}"/>
   
               <path refid="apache.collections.classpath"/>
               <path refid="apache.logging.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list