Author: kwright
Date: Fri Jan 7 10:33:49 2011
New Revision: 1056245
URL: http://svn.apache.org/viewvc?rev=1056245&view=rev
Log:
Fix for CONNECTORS-138 and CONNECTORS-139.
Modified:
incubator/lcf/trunk/CHANGES.txt
incubator/lcf/trunk/build.xml
incubator/lcf/trunk/site/src/documentation/content/xdocs/download.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=1056245&r1=1056244&r2=1056245&view=diff
==============================================================================
--- incubator/lcf/trunk/CHANGES.txt (original)
+++ incubator/lcf/trunk/CHANGES.txt Fri Jan 7 10:33:49 2011
@@ -14,6 +14,14 @@ forget the index state for an output con
======================= Release 0.1 =======================
Release Date: See http://incubator.apache.org/connectors for the official release date.
+CONNECTORS-139: Change download area to www.apache.org/dist/incubator/manifoldcf,
+as according to incubator rules.
+(Karl Wright)
+
+CONNECTORS-138: Change name of release from 0.1-incubator to 0.1-incubating,
+as according to incubator rules.
+(Various)
+
CONNECTORS-137: Add ASF headers to the jakarta standard tag library tld's
that the crawler-ui uses. RAT detected these as a problem, and I have confirmed
that they have an Apache origin.
Modified: incubator/lcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/build.xml?rev=1056245&r1=1056244&r2=1056245&view=diff
==============================================================================
--- incubator/lcf/trunk/build.xml (original)
+++ incubator/lcf/trunk/build.xml Fri Jan 7 10:33:49 2011
@@ -1529,7 +1529,7 @@
<target name="doc" depends="deliver-site-doc"/>
<target name="set-version">
- <property name="release-version" value="0.1-incubator"/>
+ <property name="release-version" value="0.1-incubating"/>
</target>
<target name="create-zip" depends="doc,javadoc,set-version">
Modified: incubator/lcf/trunk/site/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/content/xdocs/download.xml?rev=1056245&r1=1056244&r2=1056245&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/download.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/download.xml Fri Jan 7 10:33:49
2011
@@ -30,19 +30,19 @@
<body>
<section>
- <title>Latest release (Apache ManifoldCF 0.1, 2011 Jan 06)</title>
+ <title>Latest release (Apache ManifoldCF 0.1-incubating, 2011 Jan 06)</title>
<p>
- <a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.KEYS">KEYS</a><br/>
- <a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.CHANGES.txt">CHANGES.txt</a><br/>
+ <a href="http://www.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating.KEYS">KEYS</a><br/>
+ <a href="http://www.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating.CHANGES.txt">CHANGES.txt</a><br/>
</p>
<p>
- <a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.tar.gz">apache-manifoldcf-0.1-incubator.tar.gz</a>
- [<a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.tar.gz.asc">PGP</a>]
- [<a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.tar.gz.md5">MD5</a>]<br/>
- <a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.zip">apache-manifoldcf-0.1-incubator.zip</a>
- [<a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.zip.asc">PGP</a>]
- [<a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.zip.md5">MD5</a>]<br/>
+ <a href="http://www.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating.tar.gz">apache-manifoldcf-0.1-incubating.tar.gz</a>
+ [<a href="http://www.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating.tar.gz.asc">PGP</a>]
+ [<a href="http://www.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating.tar.gz.md5">MD5</a>]<br/>
+ <a href="http://www.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating.zip">apache-manifoldcf-0.1-incubating.zip</a>
+ [<a href="http://www.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating.zip.asc">PGP</a>]
+ [<a href="http://www.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating.zip.md5">MD5</a>]<br/>
</p>
</section>
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=1056245&r1=1056244&r2=1056245&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/index.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/index.xml Fri Jan 7 10:33:49
2011
@@ -42,7 +42,7 @@
<section>
<title>Project status</title>
- <p>Apache ManifoldCF 0.1 is available! Download it <a href="download.html">here</a>.</p>
+ <p>Apache ManifoldCF 0.1-incubating is available! Download it <a href="download.html">here</a>.</p>
</section>
<section>
@@ -54,7 +54,7 @@
<section>
<title>News</title>
<section>
- <title>06 January 2011 - ManifoldCF 0.1 release candidate is built</title>
+ <title>07 January 2011 - ManifoldCF 0.1-incubating release candidate is built</title>
<p>Developer community signs off on release</p>
</section>
<section>
|