You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/02/28 17:22:12 UTC

cvs commit: jakarta-commons-sandbox/email/xdocs navigation.xml index.xml

scolebourne    2004/02/28 08:22:12

  Modified:    email    project.xml project.properties
               email/xdocs navigation.xml index.xml
  Log:
  Update to new website design
  
  Revision  Changes    Path
  1.13      +35 -9     jakarta-commons-sandbox/email/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	28 Feb 2004 05:10:56 -0000	1.12
  +++ project.xml	28 Feb 2004 16:22:12 -0000	1.13
  @@ -14,21 +14,19 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  -
   <project>
  -
     <extend>../sandbox-build/project.xml</extend>
     <name>Commons Email</name>
     <id>commons-email</id>
  +  <logo></logo>
  +  <inceptionYear>2001</inceptionYear>
  +  <shortDescription>Commons Email</shortDescription>
  +  <description>Commons Email provides a simple wrapper over the Java Mail API</description>
     <currentVersion>1.0-dev</currentVersion>
  -
  -  <inceptionYear>2002</inceptionYear>
  -
  +  
  +  <logo></logo>
     <package>org.apache.commons.mail</package>
  -
  -  <shortDescription>Commons Email</shortDescription>
  -
  -  <description>Commons Email</description>
  +  <gumpRepositoryId>jakarta-commons-sandbox</gumpRepositoryId>
   
     <developers>
       <developer>
  @@ -87,4 +85,32 @@
       </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>
  
  
  
  1.3       +2 -2      jakarta-commons-sandbox/email/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	19 Feb 2004 23:21:41 -0000	1.2
  +++ project.properties	28 Feb 2004 16:22:12 -0000	1.3
  @@ -27,7 +27,7 @@
   maven.checkstyle.format = turbine
   
   # Standard settings
  -maven.xdoc.jsl=../commons-build/commons-site.jsl
  +maven.xdoc.jsl=../sandbox-build/commons-site.jsl
   maven.xdoc.date=left
   maven.xdoc.poweredby.image=maven-feather.png
   maven.xdoc.version=${pom.currentVersion}
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/email/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	19 Feb 2004 23:21:41 -0000	1.2
  +++ navigation.xml	28 Feb 2004 16:22:12 -0000	1.3
  @@ -16,7 +16,7 @@
   -->
   
   <!DOCTYPE project [
  -<!ENTITY commons-nav SYSTEM "../../commons-build/incl_nav.xml">
  +<!ENTITY commons-nav SYSTEM "../../sandbox-build/incl_nav.xml">
   ]>
   
   <project name="Email">
  
  
  
  1.3       +12 -15    jakarta-commons-sandbox/email/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	19 Feb 2004 23:21:41 -0000	1.2
  +++ index.xml	28 Feb 2004 16:22:12 -0000	1.3
  @@ -32,14 +32,6 @@
   All help is gratefully received.
   </p>
   <p>
  -<ul>
  -<li>This code is in the commons <i>sandbox</i></li>
  -<li>The code is unreleased</li>
  -<li>Methods and classes can and will appear and disappear without warning</li>
  -<li>If you like the code and want to push it towards a release, join the mailing list!</li>
  -</ul>
  -</p>
  -<p>
   Some of the mail classes that are provided are as follows:
   <ul>
   <li>
  @@ -64,18 +56,23 @@
   </li>
   </ul>
   </p>
  +<p>
  + <ul>
  +  <li>This code is in the commons <i>sandbox</i></li>
  +  <li>The code is unreleased</li>
  +  <li>Methods and classes can and will appear and disappear without warning</li>
  +  <li>If you like the code and want to push it towards a release, join the mailing list!</li>
  + </ul>
  +</p>
   </section>
   
   
   <section name="Documentation">
   <p>
  -The JavaDoc API documents are available online:
  -<ul>
  -<li>The <a href="apidocs/index.html">latest CVS</a></li>
  -</ul>
  -</p>
  -<p>
  -The <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/">CVS repository</a> can be browsed.
  + <ul>
  +  <li>The <a href="apidocs/index.html">Javadoc</a> of the latest CVS</li>
  +  <li>The <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/">CVS repository</a> can be browsed.</li>
  + </ul>
   </p>
   </section>
   
  
  
  

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