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

Julien Viet julien at jboss.com
Sun Jul 16 19:17:58 EDT 2006


  User: julien  
  Date: 06/07/16 19:17:58

  Modified:    security  build.xml
  Log:
  added security tests to testsuite
  
  Revision  Changes    Path
  1.21      +2 -8      jboss-portal/security/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/security/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- build.xml	16 Jul 2006 22:51:01 -0000	1.20
  +++ build.xml	16 Jul 2006 23:17:58 -0000	1.21
  @@ -8,7 +8,7 @@
     <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
   ]>
   
  -<!-- $Id: build.xml,v 1.20 2006/07/16 22:51:01 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.21 2006/07/16 23:17:58 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -74,10 +74,7 @@
         <!-- Configure modules -->
        <call target="configure-modules"/>
         <path id="dependentmodule.classpath">
  -         <path refid="jboss.portlet-api.classpath"/>
            <path refid="jboss.portal-common.classpath"/>
  -         <path refid="jboss.portal-core.classpath"/>
  -         <path refid="jboss.portal-server.classpath"/>
         </path>
   
         <!--+=======================================+-->
  @@ -180,10 +177,7 @@
         </xslt>
      </target>
   
  -   <target name="test" depends="init,compile">
  -      <ant antfile="imports/test-jars.xml" target="build-jars" />
  -      <property name="build.testlog" value="${module.output}/log"/>
  -      <property name="include.wildcard" value="org/jboss/portal/test/security/**/*TestCase.class"/>
  +   <target name="test" depends="init">
         <execute-tests>
            <x-test>
               <test name="org.jboss.portal.test.security.SimpleTestCase"/>
  
  
  



More information about the jboss-cvs-commits mailing list