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

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


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

  Modified:    theme    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.19      +2 -1      jboss-portal/theme/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/theme/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- build.xml	16 Jul 2006 23:38:54 -0000	1.18
  +++ build.xml	31 Jul 2006 19:29:57 -0000	1.19
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
   ]>
   
  -<!-- $Id: build.xml,v 1.18 2006/07/16 23:38:54 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.19 2006/07/31 19:29:57 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -82,6 +82,7 @@
         <!-- Configure modules -->
         <call target="configure-modules"/>
         <path id="dependentmodule.classpath">
  +         <path refid="jboss.portlet-api.classpath"/>
            <path refid="jboss.portal-common.classpath"/>
            <path refid="jboss.portal-server.classpath"/>
            <path refid="jboss.portal-portlet.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list