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

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


  User: julien  
  Date: 06/07/30 20:20:51

  Modified:    server   build.xml
  Log:
  move the Parameters class to org.jboss.portal.portlet package
  
  Revision  Changes    Path
  1.41      +1 -2      jboss-portal/server/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/server/build.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- build.xml	24 Jul 2006 20:44:29 -0000	1.40
  +++ build.xml	31 Jul 2006 00:20:51 -0000	1.41
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.40 2006/07/24 20:44:29 rgenova Exp $ -->
  +<!-- $Id: build.xml,v 1.41 2006/07/31 00:20:51 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -281,7 +281,6 @@
   
               <!-- Standalone tests -->
               <test name="org.jboss.portal.test.portal.util.PropertiesTestCase"/>
  -            <test name="org.jboss.portal.test.portal.util.ParametersTestCase"/>
            </x-test>
            <x-classpath>
               <path refid="jboss.serialization.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list