You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2005/05/13 17:03:27 UTC

cvs commit: jakarta-jetspeed-2/applications/palm project.xml

weaver      2005/05/13 08:03:27

  Modified:    applications/pam project.xml
               applications/palm project.xml
  Log:
  PALM and PAM apps were greating there own respoistory groups in Maven.  Realistically, these are J2 specific and should be war:installing into jetspeed2/wars.
  
  Revision  Changes    Path
  1.35      +2 -3      jakarta-jetspeed-2/applications/pam/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/pam/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml	26 Apr 2005 23:30:07 -0000	1.34
  +++ project.xml	13 May 2005 15:03:27 -0000	1.35
  @@ -20,11 +20,10 @@
     $Id$
   -->
   <project>
  -    <extend>${basedir}/./../project.xml</extend>
  +    <extend>${basedir}/../../project.xml</extend>
       <pomVersion>3</pomVersion>
       <artifactId>pam</artifactId>
       <name>Jetspeed-2 Portlet Application Manager</name>
  -    <groupId>pam</groupId>
       <description>Jetspeed-2 Portlet Application Manager Default Package</description>
       <shortDescription>Portlet Application Manager</shortDescription>
       <repository>
  
  
  
  1.4       +2 -3      jakarta-jetspeed-2/applications/palm/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/palm/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	31 Mar 2005 14:07:18 -0000	1.3
  +++ project.xml	13 May 2005 15:03:27 -0000	1.4
  @@ -20,11 +20,10 @@
     $Id$
   -->
   <project>
  -    <extend>${basedir}/./../project.xml</extend>
  +    <extend>${basedir}/../../project.xml</extend>
       <pomVersion>3</pomVersion>
       <artifactId>palm</artifactId>
       <name>Jetspeed-2 Portlet Application Lifecyle Management</name>
  -    <groupId>pam</groupId>
       <description>Jetspeed-2 Portlet Application Lifecyle Management</description>
       <shortDescription>Portlet Application Lifecycle Management</shortDescription>
       <repository>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org