You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2002/04/19 12:15:12 UTC

cvs commit: jakarta-turbine-site project.xml

mpoeschl    02/04/19 03:15:12

  Modified:    .        project.xml
  Log:
  upgrade maven descriptor to version 2
  
  Revision  Changes    Path
  1.3       +14 -60    jakarta-turbine-site/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-site/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	28 Mar 2002 04:56:56 -0000	1.2
  +++ project.xml	19 Apr 2002 10:15:12 -0000	1.3
  @@ -1,31 +1,20 @@
  -<?xml version="1.0"?>
  -<project>
  +<?xml version="1.0" encoding="UTF-8"?>
   
  +<project>
  +  <version>2</version>
     <name>jakarta-turbine-site</name>
     <id>turbine</id>
     <currentVersion>1.0</currentVersion>
     <organization>Apache Software Foundation</organization>
     <inceptionYear>2000</inceptionYear>
     <package>org.apache.turbine</package>
  -
  -  <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>
  -
  +  <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/</url>
     <cvsWebUrl>http://cvs.apache.org/viewcvs/jakarta-turbine-site/</cvsWebUrl>
     <issueTrackingUrl>http://nagoya.apache.org:8080/scarab/servlet/scarab/</issueTrackingUrl>
     <siteAddress>jakarta.apache.org</siteAddress>
     <siteDirectory>/www/jakarta.apache.org/turbine/</siteDirectory>
  -
     <mailingLists>
       <mailingList>
         <name>Turbine User List</name>
  @@ -40,91 +29,56 @@
         <archive>http://www.mail-archive.com/turbine-dev@jakarta.apache.org/</archive>
       </mailingList>
     </mailingLists>
  -
     <developers>
  -
       <developer>
         <name>Jeff Brekke</name>
         <id>brekke</id>
         <email>ekkerbj@yahoo.com</email>
  -      <organization></organization>
  +      <organization/>
       </developer>
  -
  -     <developer>
  +    <developer>
         <name>Fedor Karpelevitch</name>
         <id>fedor</id>
         <email>fedor@karpelevitch.net</email>
  -      <organization></organization>
  +      <organization/>
       </developer>
  -
       <developer>
         <name>John McNally</name>
         <id>jmcnally</id>
         <email>jmcnally@collab.net</email>
         <organization>CollabNet, Inc.</organization>
       </developer>
  -
       <developer>
         <name>Martin Poeschl</name>
         <id>mpoeschl</id>
         <email>mpoeschl@marmot.at</email>
         <organization>Zenplex</organization>
       </developer>
  -
       <developer>
         <name>Daniel Rall</name>
         <id>dlr</id>
         <email>dlr@finemaltcoding.com</email>
         <organization>CollabNet, Inc.</organization>
       </developer>
  -
       <developer>
         <name>Jon Scott Stevens</name>
         <id>jon</id>
         <email>jon@latchkey.com</email>
         <organization>CollabNet, Inc.</organization>
       </developer>
  -
       <developer>
         <name>Jason van Zyl</name>
         <id>jvanzyl</id>
         <email>jason@zenplex.com</email>
         <organization>Zenplex</organization>
       </developer>
  -
     </developers>
  -
  -  <!-- Need to mark these as compile-time/run-time -->
  -
  -  <dependencies>
  -  </dependencies>
  -
  +  <dependencies></dependencies>
     <build>
  -
  -    <sourceDirectories>
  -    </sourceDirectories>
  -
  -    <testSourceDirectories>
  -    </testSourceDirectories>
  -
  -    <aspectSourceDirectories>
  -    </aspectSourceDirectories>
  -
  -    <!-- Unit test classes -->
  -    <unitTestClassEntries>
  -    </unitTestClassEntries>
  -
  -    <!-- Runtime unit test classes -->
  -    <runtimeTestClassEntries>
  -    </runtimeTestClassEntries>
  -
  -    <!-- J A R  R E S O U R C E S -->
  -    <!-- Resources that are packaged up inside the JAR file -->
  -
  -    <jarResources>
  -    </jarResources>
  -
  -    <jars>
  -    </jars>
  +    <sourceDirectories></sourceDirectories>
  +    <aspectSourceDirectories></aspectSourceDirectories>
  +    <unitTestPatterns></unitTestPatterns>
  +    <jarResources></jarResources>
  +    <jars></jars>
     </build>
   </project>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>