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 2004/02/28 06:10:56 UTC

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

bayard      2004/02/27 21:10:56

  Modified:    email    project.xml
  Log:
  switched to use super-pom
  
  Revision  Changes    Path
  1.12      +2 -50     jakarta-commons-sandbox/email/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	19 Feb 2004 23:21:41 -0000	1.11
  +++ project.xml	28 Feb 2004 05:10:56 -0000	1.12
  @@ -17,39 +17,19 @@
   
   <project>
   
  -  <version>2</version>
  -  <name>commons-email</name>
  +  <extend>../sandbox-build/project.xml</extend>
  +  <name>Commons Email</name>
     <id>commons-email</id>
     <currentVersion>1.0-dev</currentVersion>
   
  -  <organization>
  -    <name>The Apache Software Foundation</name>
  -    <url>http://jakarta.apache.org/</url>
  -    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
  -  </organization>
  -
     <inceptionYear>2002</inceptionYear>
   
     <package>org.apache.commons.mail</package>
   
     <shortDescription>Commons Email</shortDescription>
   
  -  <gumpRepositoryId>jakarta-commons-sandbox</gumpRepositoryId>
  -
     <description>Commons Email</description>
   
  -  <url>http://jakarta.apache.org/commons/sandbox/email/</url>
  -  <issueTrackingUrl>http://nagoya.apache.org/</issueTrackingUrl>
  -
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/email/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/email/</distributionDirectory>
  -
  -  <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/email</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/</url>
  -  </repository>
  -
     <developers>
       <developer>
         <name>dIon Gillard</name>
  @@ -107,32 +87,4 @@
       </dependency>
     </dependencies>
   
  -  <build>
  -    <sourceDirectory>src/java</sourceDirectory>
  -    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  -    <aspectSourceDirectories/>
  -    <unitTest>
  -      <includes>
  -        <include>**/Test*.java</include>
  -      </includes>
  -    </unitTest>
  -    <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
  -  </build>
  -  
  -  <reports>
  -     <report>maven-changelog-plugin</report>
  -     <report>maven-changes-plugin</report>
  -     <!--report>maven-checkstyle-plugin</report-->
  -     <!--report>maven-clover-plugin</report-->
  -     <report>maven-developer-activity-plugin</report>
  -     <report>maven-file-activity-plugin</report>
  -     <report>maven-javadoc-plugin</report>
  -     <!--report>maven-jellydoc-plugin</report-->
  -     <report>maven-junit-report-plugin</report>
  -     <report>maven-jxr-plugin</report>
  -     <report>maven-license-plugin</report>
  -     <!--report>maven-linkcheck-plugin</report-->
  -     <!--report>maven-statcvs-plugin</report-->
  -     <!--report>maven-tasklist-plugin</report-->
  -  </reports>
   </project>
  
  
  

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