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

Roy Russo russo at jboss.com
Tue Aug 22 16:08:57 EDT 2006


  User: russo   
  Date: 06/08/22 16:08:57

  Modified:    cms      build.xml
  Log:
  JBPORTAL-937 - done.
  
  Revision  Changes    Path
  1.39      +4 -1      jboss-portal/cms/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/cms/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- build.xml	1 Aug 2006 00:16:30 -0000	1.38
  +++ build.xml	22 Aug 2006 20:08:57 -0000	1.39
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.38 2006/08/01 00:16:30 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.39 2006/08/22 20:08:57 russo Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -167,6 +167,8 @@
   
         <copy todir="${build.resources}/test/jcr/">
            <fileset dir="${source.bin}" includes="ziptest.zip"/>
  +         <fileset dir="${source.bin}" includes="headerpage.html"/>
  +         <fileset dir="${source.bin}" includes="headerpage_good.html"/>
         </copy>
      </target>
   	
  @@ -215,6 +217,7 @@
               <test todir="${test.reports}" name="org.jboss.portal.test.cms.TestRepositoryUtil"/>
               <test todir="${test.reports}" name="org.jboss.portal.test.cms.commands.TestFileCommands"/>
               <test todir="${test.reports}" name="org.jboss.portal.test.cms.commands.TestFolderCommands"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.cms.TestRegEx"/>
               <!--test todir="${test.reports}" name="org.jboss.portal.test.cms.TestAll"/-->
            </x-test>
            <x-classpath>
  
  
  



More information about the jboss-cvs-commits mailing list