mpoeschl    2002/10/16 04:55:53

  Modified:    .        project.xml
  Log:
  fix mailing list links
  
  Revision  Changes    Path
  1.39      +17 -16    jakarta-turbine-3/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/project.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- project.xml       10 Sep 2002 14:55:19 -0000      1.38
  +++ project.xml       16 Oct 2002 11:55:52 -0000      1.39
  @@ -9,6 +9,7 @@
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  +    <logo>/images/jakarta-logo-blue.gif</logo>
     </organization>
     <logo>/images/blue-logo.gif</logo>
     <inceptionYear>2000</inceptionYear>
  @@ -17,13 +18,13 @@
     <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 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-3/</url>
     
<issueTrackingUrl>http://issues.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
     <siteAddress>jakarta.apache.org</siteAddress>
  @@ -43,12 +44,12 @@
       </mailingList>
       <mailingList>
         <name>Turbine Developer List</name>
  -      <subscribe>mailto:[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>mailto:[EMAIL PROTECTED]</unsubscribe>
  +      <subscribe>[EMAIL PROTECTED]</subscribe>
  +      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
         
<archive>http://archives.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
       </mailingList>
     </mailingLists>
  -  
  +
     <developers>
       <developer>
         <name>Jeff Brekke</name>
  @@ -72,7 +73,7 @@
         <name>Martin Poeschl</name>
         <id>mpoeschl</id>
         <email>[EMAIL PROTECTED]</email>
  -      <organization>Zenplex</organization>
  +      <organization>Tucana.at</organization>
       </developer>
       <developer>
         <name>Daniel Rall</name>
  @@ -99,7 +100,7 @@
         <organization>Zenplex</organization>
       </developer>
     </developers>
  -  
  +
     <dependencies>
       <dependency>
         <id>commons-beanutils</id>
  @@ -211,7 +212,7 @@
         <version>1.4-dev</version>
       </dependency>
     </dependencies>
  -  
  +
     <build>
   
       <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
  @@ -220,15 +221,15 @@
       <aspectSourceDirectory/>
   
       <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  -    
  +
       <unitTest>
         <includes>
           <include>**/*Test.java</include>
         </includes>
       </unitTest>
  -  
  +
       
<integrationUnitTestSourceDirectory>src/rttest</integrationUnitTestSourceDirectory>
  -    
  +
       <integrationUnitTest>
         <includes>
           <include>**/*Test.java</include>
  @@ -241,8 +242,8 @@
           <include>conf/**/*valve.xml</include>
         </includes>
       </resources>
  -  
  +
       <jars/>
  -  
  +
     </build>
   </project>
  
  
  

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

Reply via email to