You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2005/04/18 07:37:56 UTC

svn commit: r161733 - directory/network/trunk/xdocs/index.xml

Author: trustin
Date: Sun Apr 17 22:37:55 2005
New Revision: 161733

URL: http://svn.apache.org/viewcvs?view=rev&rev=161733
Log:
Added SVN usage


Modified:
    directory/network/trunk/xdocs/index.xml

Modified: directory/network/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/directory/network/trunk/xdocs/index.xml?view=diff&r1=161732&r2=161733
==============================================================================
--- directory/network/trunk/xdocs/index.xml (original)
+++ directory/network/trunk/xdocs/index.xml Sun Apr 17 22:37:55 2005
@@ -32,6 +32,16 @@
 		
         <section name="Getting Started">
             <p>
+                First, check out the source code from SVN repository:
+<source>
+$ svn co https://svn.apache.org/repos/asf/directory/network/trunk mina
+$ cd mina
+$ maven jar     # Build JAR
+$ maven site    # Generate documentation
+$ maven eclipse # Generate Eclipse project file if you want
+</source>
+            </p>
+            <p>
                 Tutorial is under construction.  Please start from
                 <a target="_blank" href="xref-examples/index.html">examples</a>
                 referring to
@@ -71,4 +81,4 @@
             </p>
         </section>
     </body>
-</document>
\ No newline at end of file
+</document>