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

Julien Viet julien at jboss.com
Sun Jul 30 11:49:44 EDT 2006


  User: julien  
  Date: 06/07/30 11:49:44

  Modified:    core     build.xml
  Log:
  - test case for instance that destroys the instance and all the CCP for the users
  
  Revision  Changes    Path
  1.130     +1 -8      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.129
  retrieving revision 1.130
  diff -u -b -r1.129 -r1.130
  --- build.xml	30 Jul 2006 12:36:20 -0000	1.129
  +++ build.xml	30 Jul 2006 15:49:44 -0000	1.130
  @@ -520,14 +520,6 @@
      </target>
   
      <target name="test-blah" depends="init">
  -      <echo message="${jbossas/core.libs.lib}/jboss-aspect-library.jar"/>
  -      <echo message="${jbossas/core.libs.lib}/jboss-aspect-library.jar"/>
  -      <echo message="${jbossas/core.libs.lib}/jboss-aspect-library.jar"/>
  -      <echo message="${jbossas/core.libs.lib}/jboss-aspect-library.jar"/>
  -      <echo message="${jbossas/core.libs.lib}/jboss-aspect-library.jar"/>
  -      <echo message="${jbossas/core.libs.lib}/jboss-aspect-library.jar"/>
  -      <echo message="${jbossas/core.libs.lib}/jboss-aspect-library.jar"/>
  -      <echo message="${jbossas/core.libs.lib}/jboss-aspect-library.jar"/>
         <execute-tests>
            <x-sysproperty>
   <!--
  @@ -566,6 +558,7 @@
               <pathelement location="${nekohtml.nekohtml.lib}/nekohtml.jar"/>
               <pathelement location="${dbunit.dbunit.lib}/dbunit.jar"/>
               <pathelement location="${jdbc.connectors.lib}/mysql-connector-java.jar"/>
  +            <!--<pathelement location="postgresql-8.1-407.jdbc3.jar"/>-->
            </x-classpath>
         </execute-tests>
      </target>
  
  
  



More information about the jboss-cvs-commits mailing list