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

Julien Viet julien at jboss.com
Mon Jul 31 15:29:46 EDT 2006


  User: julien  
  Date: 06/07/31 15:29:46

  Modified:    core     build.xml
  Log:
  - moved the portal api in the api module in order to have a standalone jar
  - JBPORTAL-631 : Try to move org.jboss.portlet package to the api module
  - IPC support in 2.4 (only for local portlets)
  
  Revision  Changes    Path
  1.132     +1 -0      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.131
  retrieving revision 1.132
  diff -u -b -r1.131 -r1.132
  --- build.xml	31 Jul 2006 18:36:06 -0000	1.131
  +++ build.xml	31 Jul 2006 19:29:46 -0000	1.132
  @@ -315,6 +315,7 @@
            <fileset dir="${jboss.portal-jems.root}/lib" includes="portal-jems-lib.jar"/>
            <fileset dir="${jboss.portal-federation.root}/lib" includes="portal-federation-lib.jar"/>
            <fileset dir="${jboss.portlet-api.root}/lib" includes="portlet-api-lib.jar"/>
  +         <fileset dir="${jboss.portlet-api.root}/lib" includes="portal-api-lib.jar"/>
            <fileset dir="${jboss.portal-theme.root}/lib" includes="portal-theme-lib.jar"/>
            <fileset dir="${jboss.portal-security.root}/lib" includes="portal-security-lib.jar"/>
            <fileset dir="${jboss.portal-samples.root}/lib" includes="portal-samples-lib.jar"/>
  
  
  



More information about the jboss-cvs-commits mailing list