You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2009/06/17 23:30:58 UTC

svn commit: r785814 - in /commons/proper/email/trunk: src/site/site.xml xdocs/building.xml xdocs/index.xml

Author: sgoeschl
Date: Wed Jun 17 21:30:57 2009
New Revision: 785814

URL: http://svn.apache.org/viewvc?rev=785814&view=rev
Log:
Updating the documentation

Modified:
    commons/proper/email/trunk/src/site/site.xml
    commons/proper/email/trunk/xdocs/building.xml
    commons/proper/email/trunk/xdocs/index.xml

Modified: commons/proper/email/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/site/site.xml?rev=785814&r1=785813&r2=785814&view=diff
==============================================================================
--- commons/proper/email/trunk/src/site/site.xml (original)
+++ commons/proper/email/trunk/src/site/site.xml Wed Jun 17 21:30:57 2009
@@ -26,18 +26,11 @@
         <menu name="Email">
             <item name="Overview"                href="/index.html"/>
             <item name="Download"                href="http://commons.apache.org/downloads/download_email.cgi"/>
-            <item name="Dependencies"            href="/dependencies.html"/>
             <item name="User guide"              href="/userguide.html"/>
-            <item name="Javadoc (1.2 release)"   href="/api-release/index.html"/>
-            <item name="License"                 href="/license.html"/>
         </menu>
     
         <menu name="Development">
             <item name="Building"                href="/building.html"/>
-            <item name="Mailing Lists"           href="/mail-lists.html"/>
-            <item name="Issue Tracking"          href="/issue-tracking.html"/>
-            <item name="Source Repository"       href="/source-repository.html"/>
-            <item name="Javadoc (SVN latest)"    href="/apidocs/index.html"/>
         </menu>
 
     </body>

Modified: commons/proper/email/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/xdocs/building.xml?rev=785814&r1=785813&r2=785814&view=diff
==============================================================================
--- commons/proper/email/trunk/xdocs/building.xml (original)
+++ commons/proper/email/trunk/xdocs/building.xml Wed Jun 17 21:30:57 2009
@@ -24,12 +24,7 @@
 <!-- ================================================== -->
 <section name="Overview">
 <p>
-  Commons Email uses <a href="http://maven.apache.org">Maven 2.0</a> or
-  <a href="http://ant.apache.org">Ant</a> as a build system.
-</p>
-<p>
-  You may also be interested in the release notes:<br />
-  <a href="release_1_1.html">Release 1.1</a><br />
+  Commons Email uses <a href="http://maven.apache.org">Maven 2.0</a>
 </p>
 </section>
 <!-- ================================================== -->
@@ -45,33 +40,7 @@
   <p>
     To build the full website, run "mvn site".
     The result will be in "target/site".
-    You must be online and using JDK 1.4 or higher to successfully complete this target.
-  </p>
-  <p>
-    Commons Email requires two jar files to compile and run - activation-1.1.jar and javamail-1.4.jar.
-    Sun's versions are not present in the main maven repository due to licensing restrictions.
-    You can manually download these jars and install them in your local repository:
-  </p>
-  <ul>
-    <li>Sun JavaMail, available from
-    <a href="http://java.sun.com/products/javamail/">http://java.sun.com/products/javamail/</a></li>
-    <li>Sun JavaBeans Activation Framework, available from
-    <a href="http://java.sun.com/products/javabeans/glasgow/jaf.html">http://java.sun.com/products/javabeans/glasgow/jaf.html</a></li>
-  </ul>
-  <p>
-    See the release notes for more information on alternative implementations of these APIs.
-  </p>
-</section>
-<!-- ================================================== -->
-<section name="Ant Goals">
-  <p>
-    A maven-generated Ant file is provided for Ant users. The
-    maven-build.xml and maven-build.properties should not be changed.
-    If you need to customize the build for any reason, your changes
-    should go only in the build.xml.
-  </p>
-  <p>
-    <code>ant -p</code> will list the available targets.
+    You must be using JDK 1.4 or higher to successfully complete this target.
   </p>
 </section>
 <!-- ================================================== -->

Modified: commons/proper/email/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/xdocs/index.xml?rev=785814&r1=785813&r2=785814&view=diff
==============================================================================
--- commons/proper/email/trunk/xdocs/index.xml (original)
+++ commons/proper/email/trunk/xdocs/index.xml Wed Jun 17 21:30:57 2009
@@ -76,7 +76,7 @@
 <!-- ================================================== -->
 <section name="Releases">
 <p>
-The latest version is v1.2. 
+The latest version v1.2, is JDK 1.4 compatible -  
 <a href="http://commons.apache.org/downloads/download_email.cgi">Download now!</a><br />
 The full <a href="changes-report.html">change log</a> is available
 </p>