You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/06/13 14:34:26 UTC

svn commit: r1349798 - in /manifoldcf/site/trunk: build.xml src/documentation/content/xdocs/en_US/developer-resources.xml src/documentation/content/xdocs/ja_JP/developer-resources.xml

Author: kwright
Date: Wed Jun 13 12:34:26 2012
New Revision: 1349798

URL: http://svn.apache.org/viewvc?rev=1349798&view=rev
Log:
Move svn root in documentation

Modified:
    manifoldcf/site/trunk/build.xml
    manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/developer-resources.xml
    manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/developer-resources.xml

Modified: manifoldcf/site/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/build.xml?rev=1349798&r1=1349797&r2=1349798&view=diff
==============================================================================
--- manifoldcf/site/trunk/build.xml (original)
+++ manifoldcf/site/trunk/build.xml Wed Jun 13 12:34:26 2012
@@ -71,7 +71,7 @@
     <target name="checkout-trunk-release">
         <antcall target="checkout-source-via-svn">
             <param name="root-dir" value="build/releases"/>
-            <param name="svn-url" value="http://svn.apache.org/repos/asf/incubator/lcf/trunk"/>
+            <param name="svn-url" value="http://svn.apache.org/repos/asf/manifoldcf/trunk"/>
             <param name="dir-name" value="trunk"/>
         </antcall>
     </target>

Modified: manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/developer-resources.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/developer-resources.xml?rev=1349798&r1=1349797&r2=1349798&view=diff
==============================================================================
--- manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/developer-resources.xml (original)
+++ manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/developer-resources.xml Wed Jun 13 12:34:26 2012
@@ -28,7 +28,7 @@
 	<p>The source files are stored using Subversion (see <a href="http://subversion.tigris.org/">http://subversion.tigris.org/</a> and <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>)
 	</p>
 	<p>
-	    <code>svn checkout http://svn.apache.org/repos/asf/incubator/lcf/trunk mcf-trunk</code>
+	    <code>svn checkout http://svn.apache.org/repos/asf/manifoldcf/trunk mcf-trunk</code>
 	</p>
     </section>
 
@@ -42,7 +42,7 @@
     <section id="Changes">
 	<title>Changes List</title>
 	<p>Current changes list (as of the most recent nightly build) is available 
-	    <a href="http://svn.apache.org/repos/asf/incubator/lcf/trunk/CHANGES.txt">here</a>.
+	    <a href="http://svn.apache.org/repos/asf/manifoldcf/trunk/CHANGES.txt">here</a>.
 	</p>
     </section>
     

Modified: manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/developer-resources.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/developer-resources.xml?rev=1349798&r1=1349797&r2=1349798&view=diff
==============================================================================
--- manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/developer-resources.xml (original)
+++ manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/developer-resources.xml Wed Jun 13 12:34:26 2012
@@ -28,7 +28,7 @@
 	<p>ManifoldCFのソースファイルはsvnで管理されています(参照: <a href="http://subversion.tigris.org/">http://subversion.tigris.org/</a> and <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>)
 	</p>
 	<p>
-	    <code>svn checkout http://svn.apache.org/repos/asf/incubator/lcf/trunk mcf-trunk</code>
+	    <code>svn checkout http://svn.apache.org/repos/asf/manifoldcf/trunk mcf-trunk</code>
 	</p>
     </section>
 
@@ -40,7 +40,7 @@
     <section id="Changes">
 	<title>更新履歴</title>
 	<p>最新の変更履歴は 
-	    <a href="http://svn.apache.org/repos/asf/incubator/lcf/trunk/CHANGES.txt">ここ</a>にあります。
+	    <a href="http://svn.apache.org/repos/asf/manifoldcf/trunk/CHANGES.txt">ここ</a>にあります。
 	</p>
     </section>