dlestrat    2004/09/18 12:28:34

  Modified:    applications/pam project.xml
  Log:
  Added the JTA dependency for the Admin JSF Prototype to work.  This is pretty cool 
David...
  
  Revision  Changes    Path
  1.14      +9 -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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml       16 Sep 2004 06:36:35 -0000      1.13
  +++ project.xml       18 Sep 2004 19:28:34 -0000      1.14
  @@ -42,9 +42,15 @@
         <properties>
           <war.bundle>true</war.bundle>
         </properties>
  +    </dependency>   
  +    <dependency>
  +      <id>jta</id>
  +      <jar>jta1.0.1.jar</jar>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
       </dependency>
  -      
  -      <dependency>
  +    <dependency>
         <id>portlet-api</id>
         <groupId>portlet-api</groupId>
         <version>1.0</version>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to