You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2011/07/14 08:37:37 UTC

svn commit: r1146576 - in /incubator/isis/trunk/framework/src: docbkx/guide/isis-contributors-guide.xml site/apt/downloads.apt.vm

Author: danhaywood
Date: Thu Jul 14 06:37:37 2011
New Revision: 1146576

URL: http://svn.apache.org/viewvc?rev=1146576&view=rev
Log:
minor updates to contributors guide and dowloads.apt.vm

Modified:
    incubator/isis/trunk/framework/src/docbkx/guide/isis-contributors-guide.xml
    incubator/isis/trunk/framework/src/site/apt/downloads.apt.vm

Modified: incubator/isis/trunk/framework/src/docbkx/guide/isis-contributors-guide.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/src/docbkx/guide/isis-contributors-guide.xml?rev=1146576&r1=1146575&r2=1146576&view=diff
==============================================================================
--- incubator/isis/trunk/framework/src/docbkx/guide/isis-contributors-guide.xml (original)
+++ incubator/isis/trunk/framework/src/docbkx/guide/isis-contributors-guide.xml Thu Jul 14 06:37:37 2011
@@ -4856,16 +4856,17 @@ $ find isis -exec touch {} \;</programli
 
 Full release notes are available at [1] on the Isis website.
 
-You can access this release directly from the Maven central repo, for example using
-the Maven archetype [2], or by downloading and building from source [3].
+You can access this release directly from the Maven central repo [2], use the Maven archetype to configure an initial project [3],
+or download the release and build it from source [4].
 
 Enjoy!
 
 -The Isis team
 
 [1] http://incubator.apache.org/isis/release-notes-0.x.x-incubating.html
-[2] http://incubator.apache.org/isis/quickstart-app.html
-[3] http://incubator.apache.org/isis/downloads.html</programlisting>
+[2] http://search.maven.org
+[3] http://incubator.apache.org/isis/quickstart-app.html
+[4] http://incubator.apache.org/isis/downloads.html</programlisting>
         </sect2>
       </sect1>
 

Modified: incubator/isis/trunk/framework/src/site/apt/downloads.apt.vm
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/src/site/apt/downloads.apt.vm?rev=1146576&r1=1146575&r2=1146576&view=diff
==============================================================================
--- incubator/isis/trunk/framework/src/site/apt/downloads.apt.vm (original)
+++ incubator/isis/trunk/framework/src/site/apt/downloads.apt.vm Thu Jul 14 06:37:37 2011
@@ -50,7 +50,7 @@ Building Isis yourself
   yourself:
   
 ----
-svn co https://svn.apache.org/repos/asf/incubator/isis/trunk .
+svn co https://svn.apache.org/repos/asf/incubator/isis/trunk/framework .
 mvn clean install
 ----