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/03/20 11:34:23 UTC

svn commit: r1083388 - in /incubator/lcf/trunk: CHANGES.txt build.xml site/src/documentation/content/xdocs/how-to-build-and-deploy.xml site/src/documentation/content/xdocs/index.xml

Author: kwright
Date: Sun Mar 20 10:34:23 2011
New Revision: 1083388

URL: http://svn.apache.org/viewvc?rev=1083388&view=rev
Log:
Make changes consistent with setting up a release branch

Modified:
    incubator/lcf/trunk/CHANGES.txt
    incubator/lcf/trunk/build.xml
    incubator/lcf/trunk/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml
    incubator/lcf/trunk/site/src/documentation/content/xdocs/index.xml

Modified: incubator/lcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/CHANGES.txt?rev=1083388&r1=1083387&r2=1083388&view=diff
==============================================================================
--- incubator/lcf/trunk/CHANGES.txt (original)
+++ incubator/lcf/trunk/CHANGES.txt Sun Mar 20 10:34:23 2011
@@ -1,7 +1,10 @@
 ManifoldCF Change Log
 $Id$
 
-==================  0.2-dev ==================
+======================= Release 0.2 =======================
+Release Date:  See http://incubator.apache.org/connectors for the official release date.
+
+Web site updated to reflect proposed release.
 
 CONNECTORS-170: Add support to the Derby driver for periodic analysis and
 reindexing, since after 10.7.1.1 it seems this is now supported.

Modified: incubator/lcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/build.xml?rev=1083388&r1=1083387&r2=1083388&view=diff
==============================================================================
--- incubator/lcf/trunk/build.xml (original)
+++ incubator/lcf/trunk/build.xml Sun Mar 20 10:34:23 2011
@@ -1669,7 +1669,7 @@
     <target name="doc" depends="deliver-site-doc"/>
     
     <target name="set-version">
-      <property name="release-version" value="0.1-incubating"/>
+      <property name="release-version" value="0.2-incubating"/>
     </target>
     
     <target name="create-source-zip" depends="set-version">

Modified: incubator/lcf/trunk/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml?rev=1083388&r1=1083387&r2=1083388&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml Sun Mar 20 10:34:23 2011
@@ -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.</li>
+          <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>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>
@@ -48,20 +48,25 @@
         <p>If you supply <strong>no</strong> LGPL or proprietary libraries, the framework itself and only the following repository connectors will be built:</p>
         <p></p>
         <ul>
-          <li>Active Directory authority</li>
           <li>Filesystem connector</li>
           <li>JDBC connector, with just the postgresql jdbc driver</li>
           <li>RSS connector</li>
           <li>Webcrawler connector</li>
         </ul>
         <p></p>
-        <p>In addition, the following output connectors will be built:</p>
+        <p>In addition, the following authority connectors will be built:</p>
+        <p></p>
+        <ul>
+          <li>Active Directory authority</li>
+          <li>Null authority connector</li>
+        </ul>
+        <p></p>
+        <p>Finally, the following output connectors will be built:</p>
         <p></p>
         <ul>
           <li>MetaCarta GTS output connector</li>
           <li>Apache Solr output connector</li>
           <li>Null output connector</li>
-          <li>Null authority connector</li>
         </ul>
         <p></p>
         <p>The LGPL and proprietary connector dependencies are described in separate sections below.</p>

Modified: incubator/lcf/trunk/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/content/xdocs/index.xml?rev=1083388&r1=1083387&r2=1083388&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/index.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/index.xml Sun Mar 20 10:34:23 2011
@@ -54,12 +54,12 @@
     <section>
         <title>News</title>
 	  <section>
-	     <title>31 January 2011 - ManifoldCF 0.1-incubating is released!</title>
-                <p>Incubator signs off on release</p>
+	     <title>20 March 2011 - ManifoldCF 0.2-incubating release candidate is built!</title>
+                <p>Release candidate made available to developer community for evaluation</p>
 	  </section>
 	  <section>
-	     <title>07 January 2011 - ManifoldCF 0.1-incubating release candidate is built</title>
-                <p>Developer community signs off on release</p>
+	     <title>31 January 2011 - ManifoldCF 0.1-incubating is released!</title>
+                <p>Developer community and Apache Incubator sign off on first release</p>
 	  </section>
 	  <section>
 	     <title>03 October 2010 - Apache Connectors Framework officially becomes Apache ManifoldCF</title>