You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by al...@apache.org on 2012/11/16 23:49:00 UTC

svn commit: r1410613 - in /openjpa/site/trunk: WhoIsWorkingOnWhat.txt content/source-code.mdtext

Author: allee8285
Date: Fri Nov 16 22:48:59 2012
New Revision: 1410613

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

Modified:
    openjpa/site/trunk/WhoIsWorkingOnWhat.txt
    openjpa/site/trunk/content/source-code.mdtext

Modified: openjpa/site/trunk/WhoIsWorkingOnWhat.txt
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/WhoIsWorkingOnWhat.txt?rev=1410613&r1=1410612&r2=1410613&view=diff
==============================================================================
--- openjpa/site/trunk/WhoIsWorkingOnWhat.txt (original)
+++ openjpa/site/trunk/WhoIsWorkingOnWhat.txt Fri Nov 16 22:48:59 2012
@@ -117,7 +117,7 @@ leealber			release-setup.mdtext
 			sidenav-quick-links.mdtext
 			site-index.mdtext
 			site-map.mdtext
-			source-code.mdtext
+done			source-code.mdtext
 			testing.mdtext
 			thanks.mdtext
 helenxu			tools.mdtext

Modified: openjpa/site/trunk/content/source-code.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/source-code.mdtext?rev=1410613&r1=1410612&r2=1410613&view=diff
==============================================================================
--- openjpa/site/trunk/content/source-code.mdtext (original)
+++ openjpa/site/trunk/content/source-code.mdtext Fri Nov 16 22:48:59 2012
@@ -1,11 +1,11 @@
 Title: Source Code
-{excerpt:hidden=true}Source code access{excerpt}
+<a name="Source-Code"></a>
 
 <a name="SourceCode-SourceCode"></a>
 # Source Code
 
 OpenJPA uses [Subversion](http://subversion.apache.org/)
- to manage its source code. Instructions on Subversion use can be found [here|http://svnbook.red-bean.com]
+ to manage its source code. Instructions on Subversion use can be found [here](http://svnbook.red-bean.com)
 .
 
 <a name="SourceCode-WebAccess"></a>
@@ -13,7 +13,7 @@ OpenJPA uses [Subversion](http://subvers
 
 The source code for OpenJPA can be freely browsed at [http://svn.apache.org/viewvc/openjpa/](http://svn.apache.org/viewvc/openjpa/)
 . The source code can also be searched and browsed using Cenqua's FishEye
-product at [http://fisheye6.cenqua.com/browse/openjpa]
+product at <http://fisheye6.cenqua.com/browse/openjpa>
 .
 
 <a name="SourceCode-Anonymousaccess"></a>
@@ -25,7 +25,6 @@ OpenJPA source can be checked out anonym
     $> svn checkout http://svn.apache.org/repos/asf/openjpa/trunk openjpa
 
 
-
 <a name="SourceCode-DeveloperAccess"></a>
 ### Developer Access
 
@@ -37,7 +36,6 @@ order to make updates, which will prompt
     $> svn checkout https://svn.apache.org/repos/asf/openjpa/trunk openjpa
 
 
-
 <a name="SourceCode-CompilingSource"></a>
 # Compiling Source