Author: kelly
Date: Thu Jun 14 16:08:11 2012
New Revision: 1350311
URL: http://svn.apache.org/viewvc?rev=1350311&view=rev
Log:
Fix OODT-465 (save for XML Namespace URIs; awaiting discussion on
[email protected])
Modified:
oodt/trunk/agility/README.txt
oodt/trunk/agility/oodt/__init__.py
oodt/trunk/agility/oodt/query.py
oodt/trunk/crawler/src/main/java/org/apache/oodt/cas/crawl/AutoDetectProductCrawler.java
oodt/trunk/crawler/src/site/xdoc/user/index.xml
oodt/trunk/curator/src/site/xdoc/user/basic.xml
oodt/trunk/grid/src/main/webapp/index.html
oodt/trunk/metadata/src/main/java/org/apache/oodt/cas/metadata/util/MimeTypeUtils.java
oodt/trunk/resource/src/site/xdoc/user/index.xml
oodt/trunk/workflow/src/site/xdoc/user/basic.xml
Modified: oodt/trunk/agility/README.txt
URL:
http://svn.apache.org/viewvc/oodt/trunk/agility/README.txt?rev=1350311&r1=1350310&r2=1350311&view=diff
==============================================================================
--- oodt/trunk/agility/README.txt (original)
+++ oodt/trunk/agility/README.txt Thu Jun 14 16:08:11 2012
@@ -7,7 +7,7 @@ extend; simpler to integrate by; and fas
.. For installation instructions, see docs/INSTALL.txt.
.. References:
-.. _`Object Oriented Data Technology`:
http://incubator.apache.org/projects/oodt.html
+.. _`Object Oriented Data Technology`: http://oodt.apache.org/
.. meta::
:keywords: OODT, data, object, OO, discovery, metadata,
Modified: oodt/trunk/agility/oodt/__init__.py
URL:
http://svn.apache.org/viewvc/oodt/trunk/agility/oodt/__init__.py?rev=1350311&r1=1350310&r2=1350311&view=diff
==============================================================================
--- oodt/trunk/agility/oodt/__init__.py (original)
+++ oodt/trunk/agility/oodt/__init__.py Thu Jun 14 16:08:11 2012
@@ -21,7 +21,7 @@ OODT is a set of software components tha
search, and retrieval of data and metadata. For more information, see the
OODT web site_.
-.. _site: http://incubator.apache.org/projects/oodt.html
+.. _site: http://oodt.apache.org/
'''
__docformat__ = 'restructuredtext'
Modified: oodt/trunk/agility/oodt/query.py
URL:
http://svn.apache.org/viewvc/oodt/trunk/agility/oodt/query.py?rev=1350311&r1=1350310&r2=1350311&view=diff
==============================================================================
--- oodt/trunk/agility/oodt/query.py (original)
+++ oodt/trunk/agility/oodt/query.py Thu Jun 14 16:08:11 2012
@@ -29,7 +29,7 @@ use the `Query` class, passing a string
the first constructor argument. From there, you have a `Query` object you can
pass around to profile servers, product servers, and so forth.
-.. _OODT: http://incubator.apache.org/projects/oodt.html
+.. _OODT: http://oodt.apache.org/
'''
__docformat__ = 'restructuredtext'
Modified:
oodt/trunk/crawler/src/main/java/org/apache/oodt/cas/crawl/AutoDetectProductCrawler.java
URL:
http://svn.apache.org/viewvc/oodt/trunk/crawler/src/main/java/org/apache/oodt/cas/crawl/AutoDetectProductCrawler.java?rev=1350311&r1=1350310&r2=1350311&view=diff
==============================================================================
---
oodt/trunk/crawler/src/main/java/org/apache/oodt/cas/crawl/AutoDetectProductCrawler.java
(original)
+++
oodt/trunk/crawler/src/main/java/org/apache/oodt/cas/crawl/AutoDetectProductCrawler.java
Thu Jun 14 16:08:11 2012
@@ -57,7 +57,7 @@ import org.springframework.beans.factory
* <code>./src/resources/examples/mime-extractor-map.xml</code> for an example
* of the structure of this file. </li>
* <li><code>mimetypes.xml</code> - An <a
- * href="http://incubator.apache.org/tika/">Apache Tika</a> style mimetypes
+ * href="http://tika.apache.org/">Apache Tika</a> style mimetypes
* file, augmented with the ability to have arbitrary regular expressions that
* define a particular {@link Product} {@link MimeType}. This {@link MimeType}
* is then mapped to an extractor vai the <code>mime-extractor-map.xml</code>
Modified: oodt/trunk/crawler/src/site/xdoc/user/index.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/crawler/src/site/xdoc/user/index.xml?rev=1350311&r1=1350310&r2=1350311&view=diff
==============================================================================
--- oodt/trunk/crawler/src/site/xdoc/user/index.xml (original)
+++ oodt/trunk/crawler/src/site/xdoc/user/index.xml Thu Jun 14 16:08:11 2012
@@ -236,11 +236,11 @@ the License.
also check out the cas-crawler trunk project from the Apache OODT
subversion repository. You can browse
the repository using ViewCVS, located at:</p>
- <screen>http://svn.apache.org/viewvc/incubator/oodt/</screen>
+ <screen>http://svn.apache.org/viewvc/oodt/</screen>
<p>The actual web url for the repository is located at:</p>
- <screen>https://svn.apache.org/repos/asf/incubator/oodt</screen>
+ <screen>https://svn.apache.org/repos/asf/oodt</screen>
<p>To check out the Crawler Framework, use your favorite Subversion
client.</p>
Modified: oodt/trunk/curator/src/site/xdoc/user/basic.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/curator/src/site/xdoc/user/basic.xml?rev=1350311&r1=1350310&r2=1350311&view=diff
==============================================================================
--- oodt/trunk/curator/src/site/xdoc/user/basic.xml (original)
+++ oodt/trunk/curator/src/site/xdoc/user/basic.xml Thu Jun 14 16:08:11 2012
@@ -46,7 +46,7 @@ the License.
<a name="section1"/>
<section name="Download And Build">
<p>The most recent CAS-Curator project can be downloaded from
- the OODT <a href="http://incubator.apache.org/oodt">website</a> or it can
+ the OODT <a href="http://oodt.apache.org/">website</a> or it can
be checked out from the OODT repository using Subversion. The
We recommend checking
out the latest released version (v1.0.0 at the time of writing).
@@ -206,8 +206,7 @@ docBase="/usr/local/src/cas-curator-v1.0
<source>
> mkdir /usr/local/staging/products/mp3
> cd /usr/local/staging/products/mp3
-> curl
http://incubator.apache.org/oodt/components/curator/media/Bach-SuiteNo2.mp3 > \
- Bach-SuiteNo2.mp3
+> curl -LO
http://oodt.apache.org/components/maven/curator/media/Bach-SuiteNo2.mp3
</source>
<p>We should note that this music file was produced by the
Modified: oodt/trunk/grid/src/main/webapp/index.html
URL:
http://svn.apache.org/viewvc/oodt/trunk/grid/src/main/webapp/index.html?rev=1350311&r1=1350310&r2=1350311&view=diff
==============================================================================
--- oodt/trunk/grid/src/main/webapp/index.html (original)
+++ oodt/trunk/grid/src/main/webapp/index.html Thu Jun 14 16:08:11 2012
@@ -27,6 +27,6 @@ the License.
<li><a href='http://oodt.jpl.nasa.gov/web-grid/'>Learn more</a> about OODT
web-based grid technologies</li>
</ul>
<p>OODT is a product of the <a href="http://www.apache.org/">Apache Software
Foundation</a>. Check out
- our <a href="http://incubator.apache.org/oodt/">web page</a> for more
information.
+ our <a href="http://oodt.apache.org/">web page</a> for more information.
</p>
</html>
Modified:
oodt/trunk/metadata/src/main/java/org/apache/oodt/cas/metadata/util/MimeTypeUtils.java
URL:
http://svn.apache.org/viewvc/oodt/trunk/metadata/src/main/java/org/apache/oodt/cas/metadata/util/MimeTypeUtils.java?rev=1350311&r1=1350310&r2=1350311&view=diff
==============================================================================
---
oodt/trunk/metadata/src/main/java/org/apache/oodt/cas/metadata/util/MimeTypeUtils.java
(original)
+++
oodt/trunk/metadata/src/main/java/org/apache/oodt/cas/metadata/util/MimeTypeUtils.java
Thu Jun 14 16:08:11 2012
@@ -41,7 +41,7 @@ import org.apache.tika.mime.MimeTypesFac
*
* <p>
* This is a facade class to insulate CAS Metadata from its underlying Mime
Type
- * substrate library, <a href="http://incubator.apache.org/tika/">Apache
Tika</a>.
+ * substrate library, <a href="http://tika.apache.org/">Apache Tika</a>.
* Any mime handling code should be placed in this utility class, and hidden
* from the CAS Metadata classes that rely on it.
* </p>
Modified: oodt/trunk/resource/src/site/xdoc/user/index.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/resource/src/site/xdoc/user/index.xml?rev=1350311&r1=1350310&r2=1350311&view=diff
==============================================================================
--- oodt/trunk/resource/src/site/xdoc/user/index.xml (original)
+++ oodt/trunk/resource/src/site/xdoc/user/index.xml Thu Jun 14 16:08:11 2012
@@ -211,11 +211,11 @@ the License.
also check out the resource trunk project from the OODT subversion
repository. You can browse
the repository using ViewCVS, located at:</p>
- <screen>http://svn.apache.org/viewvc/incubator/oodt/</screen>
+ <screen>http://svn.apache.org/viewvc/oodt/</screen>
<p>The actual web url for the repository is located at:</p>
-
<screen>https://svn.apache.org/repos/asf/incubator/oodt/trunk/resource</screen>
+ <screen>https://svn.apache.org/repos/asf/oodt/trunk/resource</screen>
<p>To check out the Resource Manager, use your favorite Subversion
client.</p>
Modified: oodt/trunk/workflow/src/site/xdoc/user/basic.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/workflow/src/site/xdoc/user/basic.xml?rev=1350311&r1=1350310&r2=1350311&view=diff
==============================================================================
--- oodt/trunk/workflow/src/site/xdoc/user/basic.xml (original)
+++ oodt/trunk/workflow/src/site/xdoc/user/basic.xml Thu Jun 14 16:08:11 2012
@@ -63,7 +63,7 @@ the License.
<source>
> mkdir /usr/local/src
> cd /usr/local/src
-> svn checkout https://svn.apache.org/repos/asf/incubator/oodt/trunk/workflow
workflow
+> svn checkout https://svn.apache.org/repos/asf/oodt/trunk/workflow workflow
</source>
<p>After the Subversion command completes, you will have the source