jford       2004/04/22 12:09:24

  Modified:    .        project.xml
               tutorial project.xml
  Log:
  Bundle activation as part of the war
  
  Revision  Changes    Path
  1.38      +3 -0      jakarta-jetspeed/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/project.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- project.xml       22 Apr 2004 17:33:16 -0000      1.37
  +++ project.xml       22 Apr 2004 19:09:24 -0000      1.38
  @@ -159,6 +159,9 @@
                <dependency>
                        <id>activation</id>
                        <version>1.0.1</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
                </dependency>
                <dependency>
                        <id>ant</id>
  
  
  
  1.12      +3 -0      jakarta-jetspeed/tutorial/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/tutorial/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml       21 Apr 2004 22:53:07 -0000      1.11
  +++ project.xml       22 Apr 2004 19:09:24 -0000      1.12
  @@ -124,6 +124,9 @@
                <dependency>
                        <id>activation</id>
                        <version>1.0.1</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
                </dependency>
                <dependency>
                        <id>ant</id>
  
  
  

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

Reply via email to