ate         2005/03/23 14:45:41

  Modified:    applications/rss project.xml
  Log:
  Resolving http://issues.apache.org/jira/browse/JS2-210
  rss app didn't include commons-collections, leading to failures on Tomcat 5.5
  
  Revision  Changes    Path
  1.4       +11 -2     jakarta-jetspeed-2/applications/rss/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/rss/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml       18 Jan 2005 17:43:49 -0000      1.3
  +++ project.xml       23 Mar 2005 22:45:41 -0000      1.4
  @@ -44,6 +44,15 @@
                        </properties>
                </dependency>
                <dependency>
  +                     <groupId>commons-collections</groupId>
  +                     <artifactId>commons-collections</artifactId>
  +                     <version>3.0</version>
  +                     <type>jar</type>
  +                     <properties>
  +                             <war.bundle>true</war.bundle>
  +                     </properties>
  +             </dependency>
  +             <dependency>
                        <groupId>commons-digester</groupId>
                        <artifactId>commons-digester</artifactId>
                        <version>1.5</version>
  @@ -140,4 +149,4 @@
                <report>maven-linkcheck-plugin</report>
                <report>maven-tasklist-plugin</report>
        </reports>
  -</project>
  \ No newline at end of file
  +</project>
  
  
  

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

Reply via email to