You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jv...@apache.org on 2002/07/08 02:11:08 UTC

cvs commit: jakarta-velocity project.xml

jvanzyl     2002/07/07 17:11:08

  Added:       .        project.xml
  Log:
  o b5 Maven project descriptor that is a start which Geir will finish.
  
  Revision  Changes    Path
  1.1                  jakarta-velocity/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project>
  
    <pomVersion>3</pomVersion>
    <id>velocity</id>
    <name>Velocity</name>
    <currentVersion>1.4-dev</currentVersion>
    <organization>
      <name>Apache Software Foundation</name>
      <url>http://jakarta.apache.org/</url>
      <logo>/images/jakarta-logo-blue.gif</logo>
    </organization>
    <inceptionYear>2000</inceptionYear>
    <package>org.apache.velocity</package>
    <logo>/images/logo.gif</logo>
  
    <!-- Gump integration -->
    <gumpRepositoryId>jakarta</gumpRepositoryId>
  
    <description>
      Velocity is a Java-based template engine. It permits anyone to use the
      simple yet powerful template language to reference objects defined in Java
      code. 
    </description>
  
    <shortDescription>Velocity is a Java-based template engin</shortDescription>
  
    <url>http://jakarta.apache.org/velocity/</url>
    <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
    <siteAddress>jakarta.apache.org</siteAddress>
    <siteDirectory>/www/jakarta.apache.org/velocity/</siteDirectory>
    <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-velocity/</distributionDirectory>
  
    <repository>
      <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-velocity</connection>
      <url>http://cvs.apache.org/viewcvs/jakarta-turbine-maven/</url>
    </repository>
  
    <versions/>
  
    <branches/>
  
    <mailingLists>
      <mailingList>
        <name>Maven User List</name>
        <subscribe>velocity-user-subscribe@jakarta.apache.org</subscribe>
        <unsubscribe>velocity-user-unsubscribe@jakarta.apache.org</unsubscribe>
        <!-- Using mail-archive until there is something in nagoya's eyebrowse...
        <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=velocity-user@jakarta.apache.org</archive>
        -->
        <archive>http://www.mail-archive.com/velocity-user@jakarta.apache.org/</archive>
      </mailingList>
      <mailingList>
        <name>Maven Developer List</name>
        <subscribe>velocity-dev-subscribe@jakarta.apache.org</subscribe>
        <unsubscribe>velocity-dev-unsubscribe@jakarta.apache.org</unsubscribe>
        <!-- Using mail-archive until there is something in nagoya's eyebrowse...
        <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=velocity-dev@jakarta.apache.org</archive>
        -->
        <archive>http://www.mail-archive.com/velocity-dev@jakarta.apache.org/</archive>
      </mailingList>
    </mailingLists>
  
    <developers>
  
      <developer>
        <name>Bob McWhirter</name>
        <id>werken</id>
        <email>bob@werken.com</email>
        <organization>Werken and Sons</organization>
        <roles>
          <role>Java Developer</role>
        </roles>
      </developer>
  
      <developer>
        <name>Geir Magnusson Jr.</name>
        <id>geirm</id>
        <email>geirm@optonline.net</email>
        <organization>Independent (DVSL Maven)</organization>
        <roles>
          <role>Java Developer</role>
        </roles>
      </developer>
  
      <developer>
        <name>Daniel Rall</name>
        <id>dlr</id>
        <email>dlr@finemaltcoding.com</email>
        <organization>CollabNet, Inc.</organization>
        <roles>
          <role>Java Developer</role>
        </roles>
      </developer>
  
      <developer>
        <name>Jon Stevens</name>
        <id>jon</id>
        <email>jon@latchkey.com</email>
        <organization>CollabNet, Inc.</organization>
        <roles>
          <role>Java Developer</role>
        </roles>
      </developer>
  
      <developer>
        <name>Jason van Zyl</name>
        <id>jvanzyl</id>
        <email>jason@zenplex.com</email>
        <organization>Zenplex</organization>
        <roles>
          <role>Architect</role>
        </roles>
      </developer>
  
    <developers/>
  
    <contributors/>
  
    <dependencies>
    </dependencies>
  
    <build>
  
      <nagEmailAddress>velocity-dev@jakarta.apache.org</nagEmailAddress>
  
      <sourceDirectory>src/java</sourceDirectory>
  
      <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
      <integrationUnitTestSourceDirectory/>
  
      <aspectSourceDirectory></aspectSourceDirectory>
  
      <!-- Unit test classes -->
      <unitTest>
        <includes>
          <include>**/*Test.java</include>
        </includes>
      </unitTest>
  
      <!-- Integration unit test classes -->
      <integrationUnitTestPatterns>
      </integrationUnitTestPatterns>
  
      <!-- J A R  R E S O U R C E S -->
      <!-- Resources that are packaged up inside the JAR file -->
  
      <resources>
        <includes>
          <include>*.dtd</include>
          <include>log4j.properties</include>
          <include>maven-taskdefs.properties</include>
        </includes>
      </resources>
  
      <jars>
      </jars>
    </build>
  </project>
  
  
  
  

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