Update of /usr/local/cvs-repository/maven/commons-net
In directory eng.werken.com:/tmp/cvs-serv18555/commons-net

Added Files:
        project.properties project.xml 
Log Message:
Initial working versions for these projects.


--- NEW FILE: project.properties ---
##
# Project Settings
##

checkstyle.javadoc.scope=protected

--- NEW FILE: project.xml ---
<?xml version="1.0"?>

<project>
  <pomVersion>3</pomVersion>
  <name>Jakarta Commons/Net</name>
  <id>commons-net</id>
  <currentVersion>1.0.0-dev</currentVersion>
  <organization>
    <name>Apache Software Foundation</name>
    <url>http://jakarta.apache.org/</url>
  </organization>
  <inceptionYear>1997</inceptionYear>
  <package>org.apache.commons</package>
  <logo>http://jakarta.apache.org/commons/images/logo.jpg</logo>
  
  <gumpRepositoryId>jakarta</gumpRepositoryId>
  
  <shortDescription>Jakarta Commons/Net</shortDescription>
  
  <description>
    This is an Internet protocol suite Java library originally 
    developed by ORO, Inc. This version supports Finger, Whois, 
    TFTP, Telnet, POP3, FTP, NNTP, SMTP, and some miscellaneous 
    protocols like Time and Echo as well as BSD R command support. 
    The purpose of the library is to provide fundamental protocol 
    access, not higher-level abstractions. Therefore, some of the 
    design violates object-oriented design principles. Our philosophy 
    is to make the global functionality of a protocal accesible (e.g., 
    TFTP send file and receive file) when possible, but also provide 
    access to the fundamental protocols where applicable so that the 
    programmer may construct his own custom implementations (e.g, the 
    TFTP packet classes and the TFTP packet send and receive methods 
    are exposed). NetComponents was originally a commercial product, 
    but after ORO dissolved, it was continued to be made available for 
    those who found it useful. However, no updates have been made since 
    version 1.3.8, released in 1998. Now that certain contract obligations 
    have expired, it is possible to make the source code freely available 
    under the The Apache Software License.
  </description>
  
  <url>http://jakarta.apache.org/commons/sandbox/net/</url>
  <issueTrackingUrl>http://nagoya.apache.org/bugzilla/</issueTrackingUrl>
  <siteAddress>jakarta.apache.org</siteAddress>
  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/net/</siteDirectory> 
  <distributionDirectory/>

  <repository>
    
<connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/net</connection>
    <password>anoncvs</password>
    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/net/</url>
  </repository>

  <mailingLists>
    <mailingList>
      <name>Commons Developer List</name>
      <subscribe>mailto:[EMAIL PROTECTED]</subscribe>
      <unsubscribe>mailto:[EMAIL PROTECTED]</unsubscribe>
      
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
    </mailingList>
  </mailingLists>
  
  <developers>
    <developer>
      <name>Jeffrey D. Brekke</name>
      <id>brekke</id>
      <email>[EMAIL PROTECTED]</email>
      <organization>Quad/Graphics, Inc.</organization>
    </developer>
    <developer>
      <name>Steve Cohen</name>
      <id/>
      <email>[EMAIL PROTECTED]</email>
      <organization/>
    </developer>
    <developer>
      <name>Winston Ojeda</name>
      <id/>
      <email>[EMAIL PROTECTED]</email>
      <organization>Quad/Graphics, Inc.</organization>
    </developer>
    <developer>
      <name>Daniel F. Savarese</name>
      <id>savarese</id>
      <email>[EMAIL PROTECTED]</email>
      <organization>savarese.org</organization>
    </developer>
  </developers>
  
  <dependencies>
    <dependency>
      <id>oro</id>
      <version>2.0.6</version>
      <url>http://jakarta.apache.org/oro/</url>
    </dependency>
  </dependencies>
  
  <build>

    <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>

    <sourceDirectory>src/java</sourceDirectory>
 
    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
    
    <unitTestPatterns>
      <unitTestPattern>include = **/*Test.java</unitTestPattern>
    </unitTestPatterns>
    
    <integrationUnitTestSourceDirectory/>
    <integrationUnitTestPatterns/>
    
    <jarResources/>
    <jars/>
  
</build>
</project>


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

Reply via email to