seade       2003/10/28 20:50:53

  Modified:    .        project.xml
  Log:
  Fix urls for issue tracking and mail archives.
  Upgrade to commons-pool-1.1.
  
  Revision  Changes    Path
  1.143     +4 -4      jakarta-turbine-2/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- project.xml       24 Oct 2003 15:15:08 -0000      1.142
  +++ project.xml       29 Oct 2003 04:50:53 -0000      1.143
  @@ -20,7 +20,7 @@
     <shortDescription>A servlet based framework.</shortDescription>
     <description>Turbine is a servlet based framework that allows experienced Java 
developers to quickly build secure web applications. Parts of Turbine can also be used 
independently of the web portion of Turbine as well. In other words, we strive to make 
portions of Turbine easily available for use in other applications.</description>
     <url>http://jakarta.apache.org/turbine/turbine-2.3/</url>
  -  <issueTrackingUrl>http://scarab.werken.com/issue/</issueTrackingUrl>
  +  <issueTrackingUrl>http://nagoya.apache.org/scarab/issues</issueTrackingUrl>
     <siteAddress>jakarta.apache.org</siteAddress>
     <siteDirectory>/www/jakarta.apache.org/turbine/turbine-2.3/</siteDirectory>
     
<distributionDirectory>/www/www.apache.org/dist/jakarta/turbine</distributionDirectory>
  @@ -59,13 +59,13 @@
         <name>Turbine User List</name>
         <subscribe>[EMAIL PROTECTED]</subscribe>
         <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  +      <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
       </mailingList>
       <mailingList>
         <name>Turbine Developer List</name>
         <subscribe>[EMAIL PROTECTED]</subscribe>
         <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  +      <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
       </mailingList>
     </mailingLists>
   
  @@ -360,7 +360,7 @@
       </dependency>
       <dependency>
         <id>commons-pool</id>
  -      <version>20030825.183949</version>
  +      <version>1.1</version>
         <url>http://jakarta.apache.org/commons/pool/</url>
       </dependency>
       <dependency>
  
  
  

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

Reply via email to