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 2011/09/09 12:54:40 UTC

svn commit: r1167088 - in /incubator/lcf/branches/release-0.3-incubating-branch: ./ CHANGES.txt site/src/documentation/content/xdocs/how-to-build-and-deploy.xml

Author: kwright
Date: Fri Sep  9 10:54:39 2011
New Revision: 1167088

URL: http://svn.apache.org/viewvc?rev=1167088&view=rev
Log:
Pull up fix for CONNECTORS-250.

Modified:
    incubator/lcf/branches/release-0.3-incubating-branch/   (props changed)
    incubator/lcf/branches/release-0.3-incubating-branch/CHANGES.txt
    incubator/lcf/branches/release-0.3-incubating-branch/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml

Propchange: incubator/lcf/branches/release-0.3-incubating-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Sep  9 10:54:39 2011
@@ -8,4 +8,4 @@
 /incubator/lcf/branches/CONNECTORS-236:1153921-1154314
 /incubator/lcf/branches/CONNECTORS-240:1163953-1166425
 /incubator/lcf/branches/CONNECTORS-32:1092556-1094216
-/incubator/lcf/trunk:1167039
+/incubator/lcf/trunk:1167039,1167057

Modified: incubator/lcf/branches/release-0.3-incubating-branch/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.3-incubating-branch/CHANGES.txt?rev=1167088&r1=1167087&r2=1167088&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.3-incubating-branch/CHANGES.txt (original)
+++ incubator/lcf/branches/release-0.3-incubating-branch/CHANGES.txt Fri Sep  9 10:54:39 2011
@@ -1,7 +1,10 @@
 ManifoldCF Change Log
 $Id$
 
-======================= 0.3-dev =========================
+======================= Release 0.3 =========================
+
+CONNECTORS-250: Renew jcifs download site link.
+(Shinichiro Abe)
 
 CONNECTORS-253: Make script output of configurationnode script object
 have attributes that are ordered, so the test does not depend on hash order.

Modified: incubator/lcf/branches/release-0.3-incubating-branch/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.3-incubating-branch/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml?rev=1167088&r1=1167087&r2=1167088&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.3-incubating-branch/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml (original)
+++ incubator/lcf/branches/release-0.3-incubating-branch/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml Fri Sep  9 10:54:39 2011
@@ -118,7 +118,7 @@
         <section>
           <title>Building the jCIFS connector</title>
           <p></p>
-          <p>To build this connector, you need to download jcifs.jar from <a href="http://samba.jcifs.org">http://samba.jcifs.org</a>, and copy it into the "connectors/jcifs/jcifs" directory.</p>
+          <p>To build this connector, you need to download jcifs.jar from <a href="http://jcifs.samba.org">http://jcifs.samba.org</a>, and copy it into the "connectors/jcifs/jcifs" directory.</p>
           <p></p>
         </section>