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

Julien Viet julien at jboss.com
Sun Jul 30 20:39:28 EDT 2006


  User: julien  
  Date: 06/07/30 20:39:28

  Modified:    portlet  build.xml
  Log:
  package move of Properties and TransportGuarantee to org.jboss.portal.portlet
  
  Revision  Changes    Path
  1.136     +2 -1      jboss-portal/portlet/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/build.xml,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -b -r1.135 -r1.136
  --- build.xml	31 Jul 2006 00:20:50 -0000	1.135
  +++ build.xml	31 Jul 2006 00:39:28 -0000	1.136
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.135 2006/07/31 00:20:50 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.136 2006/07/31 00:39:28 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -487,6 +487,7 @@
               <test name="org.jboss.portal.test.portlet.state.StatefulPortletInvokerTestCase"/>
               <test name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>
               <test name="org.jboss.portal.test.portlet.ParametersTestCase"/>
  +            <test name="org.jboss.portal.test.portlet.PropertiesTestCase"/>
            </x-test>
            <x-sysproperty>
               <sysproperty key="test.root" value="${build.lib}"/>
  
  
  



More information about the jboss-cvs-commits mailing list