taylor      2004/06/14 17:47:50

  Modified:    plugin/src/plugin-resources/default/template-resources
                        project.xml
  Log:
  update plugin to latest deps
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.6       +17 -18    
jakarta-jetspeed/plugin/src/plugin-resources/default/template-resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/plugin/src/plugin-resources/default/template-resources/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml       3 Jun 2004 21:57:15 -0000       1.5
  +++ project.xml       15 Jun 2004 00:47:50 -0000      1.6
  @@ -112,14 +112,14 @@
        </dependency>
        <dependency>
                <id>commons-beanutils</id>
  -             <version>1.4.1</version>
  +             <version>1.6.1</version>
                <properties>
                        <war.bundle>true</war.bundle>
                </properties>
        </dependency>
        <dependency>
                <id>commons-collections</id>
  -             <version>2.0</version>
  +             <version>3.0</version>
                <properties>
                        <war.bundle>true</war.bundle>
                </properties>
  @@ -133,28 +133,28 @@
        </dependency>
        <dependency>
                <id>commons-dbcp</id>
  -             <version>1.1</version>
  +             <version>1.2</version>
                <properties>
                        <war.bundle>true</war.bundle>
                </properties>
        </dependency>
        <dependency>
                <id>commons-httpclient</id>
  -             <version>1.0</version>
  +             <version>2.0</version>
                <properties>
                        <war.bundle>true</war.bundle>
                </properties>
        </dependency>
        <dependency>
                <id>commons-lang</id>
  -             <version>1.0</version>
  +             <version>2.0</version>
                <properties>
                        <war.bundle>true</war.bundle>
                </properties>
        </dependency>
        <dependency>
                <id>commons-logging</id>
  -             <version>1.0.2</version>
  +             <version>1.0.3</version>
                <properties>
                        <war.bundle>true</war.bundle>
                </properties>
  @@ -189,7 +189,7 @@
        </dependency>
        <dependency>
                <id>oro</id>
  -             <version>2.0.6</version>
  +             <version>2.0.7</version>
                <properties>
                        <war.bundle>true</war.bundle>
                </properties>
  @@ -247,7 +247,7 @@
        </dependency>
        <dependency>
                <id>servletapi</id>
  -             <version>2.2</version>
  +             <version>2.3</version>
        </dependency>
        <dependency>
                <id>soap</id>
  @@ -286,7 +286,7 @@
        </dependency>
        <dependency>
                <id>velocity</id>
  -             <version>1.3</version>
  +             <version>1.4</version>
                <properties>
                        <war.bundle>true</war.bundle>
                </properties>
  @@ -300,19 +300,18 @@
        </dependency>
        <dependency>
                <id>xalan</id>
  -             <version>2.3.1</version>
  -             <properties>
  -                     <war.bundle>true</war.bundle>
  -             </properties>
  -     </dependency>
  -     <dependency>
  -             <id>xerces</id>
  -             <version>2.0.2</version>
  +             <version>2.4.1</version>
                <properties>
                        <war.bundle>true</war.bundle>
                </properties>
  -             <jar>xercesImpl-2.0.2.jar</jar>
        </dependency>
  +    <dependency>
  +        <id>xerces</id>
  +        <version>2.3.0</version>
  +        <properties>
  +            <war.bundle>true</war.bundle>
  +        </properties>
  +    </dependency>    
        <dependency>
                <id>xml-apis</id>
                <version>2.0.2</version>
  
  
  

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

Reply via email to