[jboss-cvs] jboss-portal/tools/etc/buildfragments ...

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


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

  Modified:    tools/etc/buildfragments  modules.ent
  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.14      +2 -1      jboss-portal/tools/etc/buildfragments/modules.ent
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: modules.ent
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/tools/etc/buildfragments/modules.ent,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- modules.ent	19 Jul 2006 12:08:13 -0000	1.13
  +++ modules.ent	31 Jul 2006 19:29:59 -0000	1.14
  @@ -1,4 +1,4 @@
  -<!-- $Id: modules.ent,v 1.13 2006/07/19 12:08:13 julien Exp $ -->
  +<!-- $Id: modules.ent,v 1.14 2006/07/31 19:29:59 julien Exp $ -->
   
   <target name="configure-modules" unless="configure-modules.disabled">
   
  @@ -36,6 +36,7 @@
     <property name="jboss.portlet-api.lib" value="${jboss.portlet-api.root}/lib"/>
     <path id="jboss.portlet-api.classpath">
       <pathelement path="${jboss.portlet-api.lib}/portlet-api-lib.jar"/>
  +    <pathelement path="${jboss.portlet-api.lib}/portal-api-lib.jar"/>
     </path>
   
     <!-- faces -->
  
  
  



More information about the jboss-cvs-commits mailing list