Author: kwright
Date: Wed Jun 13 13:04:53 2012
New Revision: 1349820

URL: http://svn.apache.org/viewvc?rev=1349820&view=rev
Log:
Change our svn root in the build files and documentation

Modified:
    manifoldcf/trunk/common-build.xml
    
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
    
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml

Modified: manifoldcf/trunk/common-build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/common-build.xml?rev=1349820&r1=1349819&r2=1349820&view=diff
==============================================================================
--- manifoldcf/trunk/common-build.xml (original)
+++ manifoldcf/trunk/common-build.xml Wed Jun 13 13:04:53 2012
@@ -25,18 +25,6 @@
         <get 
src="${maven-base-url}/${project-path}/${artifact-name}/${artifact-version}/${artifact-name}-${artifact-version}.${artifact-type}"
 dest="${target}/${artifact-name}.${artifact-type}"/>
     </target>
 
-    <target name="setup-svn-url">
-        <property name="svn-base-url" 
value="http://svn.apache.org/repos/asf/incubator/lcf"/>
-    </target>
-
-    <target name="download-via-svn" depends="setup-svn-url">
-        <get 
src="${svn-base-url}/bin-dist/${project-desc}-${artifact-version}/${artifact-name}.${artifact-type}"
 dest="${target}/${artifact-name}.${artifact-type}"/>
-    </target>
-
-    <target name="download-via-escaped-svn" depends="setup-svn-url">
-        <get 
src="${svn-base-url}/bin-dist/${project-desc}-${artifact-version}/${escaped-artifact-name}.${artifact-type}"
 dest="${target}/${artifact-name}.${artifact-type}"/>
-    </target>
-
     <target name="checkout-source-via-svn">
         <mkdir dir="${root-dir}"/>
         <exec dir="${root-dir}" executable="svn" failifexecutionfails="true" 
failonerror="true">

Modified: 
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml?rev=1349820&r1=1349819&r2=1349820&view=diff
==============================================================================
--- 
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
 (original)
+++ 
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
 Wed Jun 13 13:04:53 2012
@@ -39,7 +39,7 @@
         <p>To build the ManifoldCF framework code, and the particular 
connectors you are interested in, you currently need to do the following:</p>
         <p></p>
         <ol>
-          <li>Check out the desired release from 
https://svn.apache.org/repos/asf/incubator/lcf/tags, or unpack the desired 
source distribution.</li>
+          <li>Check out the desired release from 
https://svn.apache.org/repos/asf/manifoldcf/tags, or unpack the desired source 
distribution.</li>
           <li>cd to the top-level directory.</li>
           <li>EITHER: overlay the lib directory from the corresponding lib 
distribution (preferred), OR run "ant make-core-deps" to build the code 
dependencies.</li>
           <li>Run "ant make-deps", to download LGPL and other open source but 
non-Apache compatible libraries.</li>

Modified: 
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml?rev=1349820&r1=1349819&r2=1349820&view=diff
==============================================================================
--- 
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
 (original)
+++ 
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
 Wed Jun 13 13:04:53 2012
@@ -39,7 +39,7 @@
         <p>To build the ManifoldCF framework code, and the particular 
connectors you are interested in, you currently need to do the following:</p>
         <p></p>
         <ol>
-          <li>Check out https://svn.apache.org/repos/asf/incubator/lcf/trunk, 
or unpack the source or binary distribution.  (The binary distribution includes 
sources).</li>
+          <li>Check out https://svn.apache.org/repos/asf/manifoldcf/trunk, or 
unpack the source or binary distribution.  (The binary distribution includes 
sources).</li>
           <li>Install desired dependent LGPL and proprietary libraries, wsdls, 
and xsds.  See below for details.</li>
           <li>cd to "trunk".</li>
           <li>Run "ant build".</li>


Reply via email to