brekke      2004/03/28 19:14:38

  Modified:    net      project.properties project.xml
  Log:
  Using the commons-build project for the site and maven builds.
  
  Revision  Changes    Path
  1.7       +6 -3      jakarta-commons/net/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/project.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.properties        29 Feb 2004 10:27:29 -0000      1.6
  +++ project.properties        29 Mar 2004 03:14:38 -0000      1.7
  @@ -15,9 +15,12 @@
   maven.checkstyle.javadoc.scope = protected
   maven.checkstyle.format = turbine
   
  -maven.xdoc.date = left
  -
   maven.jar.excludes=**/examples/**/*
   
   # commons site L&F
  -maven.xdoc.jsl=../commons-build/commons-site.jsl
  \ No newline at end of file
  +maven.xdoc.jsl=../commons-build/commons-site.jsl
  +maven.xdoc.date=left
  +maven.xdoc.version=${pom.currentVersion}
  +maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  +maven.xdoc.poweredby.image=maven-feather.png
  +maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/
  
  
  
  1.40      +4 -41     jakarta-commons/net/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/project.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- project.xml       29 Feb 2004 10:27:29 -0000      1.39
  +++ project.xml       29 Mar 2004 03:14:38 -0000      1.40
  @@ -16,20 +16,13 @@
   -->
   
   <project>
  -  <pomVersion>3</pomVersion>
  +  <extend>../commons-build/project.xml</extend>
     <name>Jakarta Commons/Net</name>
     <id>commons-net</id>
     <currentVersion>1.2.0-dev</currentVersion>
  -  <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://jakarta.apache.org/</url>
  -    <logo>/images/jakarta-logo-blue.gif</logo>
  -  </organization>
     <inceptionYear>1997</inceptionYear>
     <package>org.apache.commons.net</package>
     
  -  <gumpRepositoryId>jakarta</gumpRepositoryId>
  -  
     <shortDescription>Jakarta Commons/Net</shortDescription>
     
     <description>
  @@ -53,17 +46,6 @@
       under the The Apache Software License.
     </description>
     
  -  <url>http://jakarta.apache.org/commons/net/</url>
  -  <issueTrackingUrl>http://nagoya.apache.org/bugzilla/</issueTrackingUrl>
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/net/</siteDirectory> 
  -  
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/release/commons-net/</distributionDirectory>
  -
  -  <repository>
  -    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons/net</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons/net/</url>
  -  </repository>
  -
     <versions>
       <version>
         <id>1.0.0</id>
  @@ -76,21 +58,6 @@
         <tag>NET_1_1_0</tag>
       </version>
     </versions>
  -
  -  <mailingLists>
  -    <mailingList>
  -      <name>Commons User List</name>
  -      <subscribe>mailto:[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>mailto:[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  -    </mailingList>
  -    <mailingList>
  -      <name>Commons Developer List</name>
  -      <subscribe>mailto:[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>mailto:[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  -    </mailingList>
  -  </mailingLists>
    
     <developers>
       <developer>
  @@ -139,12 +106,6 @@
     </dependencies>
     
     <build>
  -
  -    <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
  -
  -    <sourceDirectory>src/java</sourceDirectory>
  - 
  -    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
       
       <unitTest>
         <includes>
  @@ -160,13 +121,15 @@
     <reports>
       <report>maven-changes-plugin</report>
       <report>maven-tasklist-plugin</report>
  +    <report>maven-statcvs-plugin</report>
       <report>maven-junit-report-plugin</report>
       <report>maven-jdepend-plugin</report>
       <report>maven-jcoverage-plugin</report>
       <report>maven-checkstyle-plugin</report>
  -    <report>maven-statcvs-plugin</report>
  +    <report>maven-simian-plugin</report>
       <report>maven-javadoc-plugin</report>
       <report>maven-jxr-plugin</report>
  +    <report>maven-license-plugin</report>
     </reports>
   
   </project>
  
  
  

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

Reply via email to