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

Julien Viet julien at jboss.com
Tue Jul 11 19:09:18 EDT 2006


  User: julien  
  Date: 06/07/11 19:09:18

  Modified:    portlet  build.xml
  Log:
  - removed old portlet.war and portlet.sar that is unused
  - in portlet module move interceptors from component to portlet package
  
  Revision  Changes    Path
  1.125     +1 -16     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.124
  retrieving revision 1.125
  diff -u -b -r1.124 -r1.125
  --- build.xml	7 Jul 2006 12:23:50 -0000	1.124
  +++ build.xml	11 Jul 2006 23:09:18 -0000	1.125
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.124 2006/07/07 12:23:50 bdaw Exp $ -->
  +<!-- $Id: build.xml,v 1.125 2006/07/11 23:09:18 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -182,21 +182,6 @@
            <fileset dir="${build.classes}" includes="org/jboss/portal/portlet/tck/**"/>
         </jar>
   
  -      <!-- Portlet war -->
  -      <jar jarfile="${build.lib}/portlet.war">
  -         <fileset dir="${build.resources}/portlet-war"/>
  -      </jar>
  -
  -      <!-- Portlet sar -->
  -      <copy todir="${build.resources}/portlet-sar">
  -         <fileset dir="${jboss.portlet-api.root}/lib" includes="portlet-api-lib.jar"/>
  -         <fileset dir="${build.lib}" includes="portal-portlet-lib.jar,portlet.war"/>
  -         <fileset dir="${junit.junit.lib}" includes="junit.jar"/>
  -      </copy>
  -      <jar jarfile="${build.lib}/portlet.sar">
  -         <fileset dir="${build.resources}/portlet-sar"/>
  -      </jar>
  -
         <!-- Sample war -->
         <copy todir="${build.resources}/samples-war/WEB-INF/classes">
            <fileset dir="${build.classes}" includes="org/jboss/portal/test/portlet/*.class"/>
  
  
  



More information about the jboss-cvs-commits mailing list