You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/02/20 00:47:18 UTC

cvs commit: jakarta-turbine-maven/src/test jakarta-turbine-3.xml

jvanzyl     02/02/19 15:47:18

  Added:       src/test jakarta-turbine-3.xml
  Log:
  - trying to generate some docs from the descriptor
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-maven/src/test/jakarta-turbine-3.xml
  
  Index: jakarta-turbine-3.xml
  ===================================================================
  <project>
    
    <name>jakarta-turbine-3</name>
    
    <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.
      <p/>    
      Turbine is developed in an open and participatory environment and released
      under the Apache Software License. Turbine is intended to be a collaboration
      of the best-of-breed developers from around the world. We invite you to
      participate in this open development project. To learn more about getting
      involved, click <a href="/getting-started.html">here</a>.
    </description>
  
    </description>
    
    <url>http://jakarta.apache.org/turbine/</url>
    <cvsWebUrl>http://cvs.apache.org/viewcvs/jakarta-turbine-3/</cvsWebUrl>
    
    <repository id="jakarta"/>
  
    <mailingLists>
      <mailingList>
        <name>Turbine User List</name>
        <subscribe>turbine-user-subscribe@jakarta.apache.org</subscribe>
        <unsubscribe>turbine-user-unsubscribe@jakarta.apache.org</unsubscribe>
        <archive>http://www.mail-archive.com/turbine-user@jakarta.apache.org/</archive>
      </mailingList>
      <mailingList>
        <name>Turbine Developer List</name>
        <subscribe>mailto:turbine-dev-subscribe@jakarta.apache.org</subscribe>
        <unsubscribe>mailto:turbine-dev-unsubscribe@jakarta.apache.org</unsubscribe>
        <archive>http://www.mail-archive.com/turbine-dev@jakarta.apache.org/</archive>
      </mailingList>
    </mailingLists>
  
    <developers>
  
      <developer>
        <name>Jeff Brekke</name>
        <email>Jeff.Brekke@qg.com</email>
        <organization></organization>
      </developer>
  
      <developer>
        <name>Gonzalo Diethelm</name>
        <email>Gonzalo.Diethelm@iname.com</email>
        <organization></organization>
      </developer>
      
      <developer>
        <name>Eric Dobbs</name>
        <email>dobbs@apache.org</email>
        <organization></organization>
      </developer>
  
      <developer>
        <name>Fedor Karpelevich</name>
        <email>fedor.karpelevich@Barra.COM</email>
        <organization></organization>
      </developer>
  
      <developer>
        <name>Pete Kazmier</name>
        <email>pete@kazmier.com</email>
        <organization></organization>
      </developer>
  
      <developer>
        <name>Sean Legassick</name>
        <email>sean@infomage.net</email>
        <organization></organization>
      </developer>
      
      <developer>
        <name>Leon Messerschmidt</name>
        <email>leon@opticode.co.za</email>
        <organization>Opticode</organization>
      </developer>
      
      <developer>
        <name>John McNally</name>
        <email>jmnally@collab.net</email>
        <organization>Collab</organization>
      </developer>
      
      <developer>
        <name>Martin Poeschl</name>
        <email>mpoeschl@marmot.at</email>
        <organization>Zenplex</organization>
      </developer>
      
      <developer>
        <name>Ilkka Priha</name>
        <email>ipriha@surfeu.fi</email>
        <organization></organization>
      </developer>
      
      <developer>
        <name>Daniel Rall</name>
        <email>dlr@collab.net</email>
        <organization>Collab</organization>
      </developer>
      
      <developer>
        <name>Cameron Riley</name>
        <email>CRiley@ekmail.com</email>
        <organization></organization>
      </developer>
  
      <developer>
        <name>Aaron Smuts</name>
        <email>asmuts@yahoo.com</email>
        <organization></organization>
      </developer>
  
      <developer>
        <name>Jon Stevens</name>
        <email>jon@latchkey.com</email>
        <organization>Collab</organization>
      </developer>
  
      <developer>
        <name>James Taylor</name>
        <email>james@jamestaylor.org</email>
        <organization></organization>
      </developer>
  
      <developer>
        <name>John Thorhauer</name>
        <email>john@zenplex.com</email>
        <organization>Zenplex</organization>
      </developer>
      
      <developer>
        <name>Jason van Zyl</name>
        <email>jason@zenplex.com</email>
        <organization>Zenplex</organization>
      </developer>
    
    </developers>
    
  
    <!-- Need to mark these as compile-time/run-time -->
  
    <dependencies>
          
      <dependency>
        <name>jakarta-turbine-stratum</name>
        <type>required</type>
        <version>0.1</version>
      </dependency>
              
      <dependency>
        <name>jakarta-velocity</name>
        <type>required</type>
        <version>1.2</version>
      </dependency>
              
      <dependency>
        <name>jakarta-log4j</name>
        <type>required</type>
        <version>1.1</version>
      </dependency>
              
      <dependency>
        <name>jakarta-servletapi-4</name>
        <type>required</type>
        <version>2.3</version>
      </dependency>
              
      <dependency>
        <name>jakarta-turbine-fulcrum</name>
        <type>required</type>
        <version>1.0</version>
      </dependency>
              
      <dependency>
        <name>commons-util</name>
        <type>required</type>
        <version>1.0</version>
      </dependency>
              
      <dependency>
        <name>commons-collections</name>
        <type>required</type>
        <version>1.0</version>
      </dependency>
              
      <dependency>
        <name>commons-beanutils</name>
        <type>required</type>
        <version></version>
      </dependency>
              
      <dependency>
        <name>dom4j</name>
        <type>required</type>
        <version></version>
      </dependency>
              
    </dependencies>
    
    <build>
      
      <!-- J A R  R E S O U R C E S -->
      <!-- Resources that are packaged up inside the JAR file -->
      
      <jarResources>
        <jarResource>include = conf/*pipeline.xml</jarResource>
        <jarResource>include = conf/*valve.xml</jarResource>
      </jarResources>
      
      <!-- Unit test classes -->
      <unitTestClassEntries>
        <unitTestClassEntry>include = **/*Test.class</unitTestClassEntry>
        <unitTestClassEntry>exclude = **/*ServletTest.class</unitTestClassEntry>
      </unitTestClassEntries>  
  
      <!-- Runtime unit test classes -->
      <runtimeTestClassEntries>
        <runtimeTestClassEntry>include = **/*Test.class</runtimeTestClassEntry>
        <runtimeTestClassEntry>exclude = **/*ServletTest.class</runtimeTestClassEntry>
      </runtimeTestClassEntries>  
  
      <sourceDirectories>
        <sourceDirectory>src/java/org</sourceDirectory>
        <sourceDirectory>src/tool/org</sourceDirectory>
      </sourceDirectories>  
  
      <testSourceDirectories>
        <testSourceDirectory>src/java/org</testSourceDirectory>
        <testSourceDirectory>src/tool/org</testSourceDirectory>
        <testSourceDirectory>src/test/org</testSourceDirectory>
        <testSourceDirectory>src/rttest/org</testSourceDirectory>
      </testSourceDirectories>  
  
      <aspectSourceDirectories>
        <aspectSourceDirectory>src/java/org</aspectSourceDirectory>
        <aspectSourceDirectory>src/tool/org</aspectSourceDirectory>
        <aspectSourceDirectory>src/aspect/org</aspectSourceDirectory>
      </aspectSourceDirectories>  
  
      <jars>
        <jar>
          <name>turbine-@@DATE@@.jar</name>
        </jar>
      </jars>  
    </build>
  </project>
  
  
  
  

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