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

Chris Laprun chris.laprun at jboss.com
Wed Jul 26 05:38:42 EDT 2006


  User: claprun 
  Date: 06/07/26 05:38:42

  Modified:    portlet  build.xml
  Log:
  - Fixed WSRP build.
  - Renamed execute-tests to tests-local to run tests locally (i.e. not in the context of the testsuite).
  - Minor improvements.
  
  Revision  Changes    Path
  1.133     +187 -192  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.132
  retrieving revision 1.133
  diff -u -b -r1.132 -r1.133
  --- build.xml	24 Jul 2006 20:44:29 -0000	1.132
  +++ build.xml	26 Jul 2006 09:38:42 -0000	1.133
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.132 2006/07/24 20:44:29 rgenova Exp $ -->
  +<!-- $Id: build.xml,v 1.133 2006/07/26 09:38:42 claprun Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -160,7 +160,6 @@
   	<target name="output"
   	           description="Generate all target output."
   	           depends="compile">
  -
   	      <mkdir dir="${build.lib}"/>
   
   	      <!-- Portlet lib jar -->
  @@ -192,7 +191,6 @@
   	      <jar jarfile="${build.lib}/tck.sar">
   	         <fileset dir="${build.resources}/tck-sar"/>
   	      </jar>
  -
   	   </target>
   
   	   <macrodef name="package-ext-test">
  @@ -240,9 +238,7 @@
   	      </sequential>
   	   </macrodef>
   	   
  -	   <!-- create artifacts for running the portlet tests (except TCK)
  -	        target output should have already been executed -->
  -	        
  +   <!-- create artifacts for running the portlet tests (except TCK) target output should have already been executed -->
   	   <target name="package-tests" depends="init">
   	   <!-- Portlet test lib jar -->
   	      <jar jarfile="${build.lib}/portal-portlet-test-lib.jar">
  @@ -344,7 +340,6 @@
   	     <package-ext-test test="portletmode"/>
   	     <package-ext-test test="portletconfig"/>
   	     <package-ext-test test="dispatcher"/>
  -	      
   	   </target>  
   
      <!-- ================================================================== -->
  
  
  



More information about the jboss-cvs-commits mailing list