You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by he...@apache.org on 2012/11/21 17:11:25 UTC

svn commit: r1412166 - /openjpa/site/trunk/content/openjpaeclipsetoolingdevandbuild.mdtext

Author: helenxu
Date: Wed Nov 21 16:11:24 2012
New Revision: 1412166

URL: http://svn.apache.org/viewvc?rev=1412166&view=rev
Log:
CMS migration

Modified:
    openjpa/site/trunk/content/openjpaeclipsetoolingdevandbuild.mdtext

Modified: openjpa/site/trunk/content/openjpaeclipsetoolingdevandbuild.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/openjpaeclipsetoolingdevandbuild.mdtext?rev=1412166&r1=1412165&r2=1412166&view=diff
==============================================================================
--- openjpa/site/trunk/content/openjpaeclipsetoolingdevandbuild.mdtext (original)
+++ openjpa/site/trunk/content/openjpaeclipsetoolingdevandbuild.mdtext Wed Nov 21 16:11:24 2012
@@ -9,7 +9,7 @@ Title: OpenJPAEclipseToolingDevAndBuild
 ### IDE
 
 1. get Eclipse with PDE
-1. check out the https://svn.apache.org/repos/asf/openjpa/devtools/trunk/
+1. check out the [https://svn.apache.org/repos/asf/openjpa/devtools/trunk/](https://svn.apache.org/repos/asf/openjpa/devtools/trunk/)
 (not just the individual project directories, but really the trunk, so that
 you also have the pom.xml at the root...).  If you use Subversive (or
 Subclipse) from within Eclipse to do the check-out, you'll have to remove
@@ -26,11 +26,11 @@ SVN*_
 <a name="OpenJPAEclipseToolingDevAndBuild-HeadlessMaven-basedbuild(withoutrequiringEclipseIDE)"></a>
 ### Headless Maven-based build (without requiring Eclipse IDE)
 
-1. download Maven 3.0 from http://maven.apache.org/download.html.  Please
+1. download Maven 3.0 from [http://maven.apache.org/download.html](http://maven.apache.org/download.html).  Please
 note and make sure you do get & use Maven 3.0 (latest at the time of
 writing this Maven 3.0-alpha-6), and not just a Maven 2.2.1, which will NOT
 WORK.
-1. check-out the https://svn.apache.org/repos/asf/openjpa/devtools/trunk/
+1. check-out the [https://svn.apache.org/repos/asf/openjpa/devtools/trunk/](https://svn.apache.org/repos/asf/openjpa/devtools/trunk/)
 (not just the individual project directories, but really the trunk, so that
 you also have the pom.xml at the root...)
 1. do a "mvn install" at the root.  This will be VERY SLOW at first
@@ -43,4 +43,4 @@ some HTTP server and the URL of which is
 whole thing)
 
 This should ideally be set-up on a public build server, e.g. on the
-http://hudson.zones.apache.org/hudson/ ?
+[http://hudson.zones.apache.org/hudson/](http://hudson.zones.apache.org/hudson/) ?