You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2003/10/08 05:01:06 UTC

cvs commit: jakarta-commons-sandbox/convert project.xml

bayard      2003/10/07 20:01:06

  Added:       convert  project.xml
  Log:
  basic project.xml
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/convert/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <project>
    <extend>../project.xml</extend>
    <name>Convert</name>
    <id>commons-convert</id>
    <logo></logo>
    <currentVersion>0.1</currentVersion>
    <inceptionYear>2003</inceptionYear>
    <shortDescription>Commons Convert</shortDescription>
    <description>Java Conversion Utilities</description>
    <url>http://jakarta.apache.org/commons/convert/</url>
    <developers>
      <developer>
        <name>Henri Yandell</name>
        <id>bayard</id>
        <email>bayard@apache.org</email>
        <organization>Apache Software Foundation</organization>
      </developer>
    </developers>
    
    <dependencies>
    </dependencies>
  
    <build>
      <unitTest>
        <includes>
          <include>**/*TestCase.java</include>
        </includes>
      </unitTest>
    </build>
  
  </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org