Author: mattmann
Date: Fri Sep 3 01:54:05 2010
New Revision: 992171
URL: http://svn.apache.org/viewvc?rev=992171&view=rev
Log:
- fix for OODT-27 Import Web Grid component
- include Web Grid in OODT site
- include Web Grid in top level OODT build
Modified:
incubator/oodt/docs/site/components/grid/index.html
incubator/oodt/docs/site/components/index.html
incubator/oodt/trunk/pom.xml
Modified: incubator/oodt/docs/site/components/grid/index.html
URL:
http://svn.apache.org/viewvc/incubator/oodt/docs/site/components/grid/index.html?rev=992171&r1=992170&r2=992171&view=diff
==============================================================================
--- incubator/oodt/docs/site/components/grid/index.html (original)
+++ incubator/oodt/docs/site/components/grid/index.html Fri Sep 3 01:54:05 2010
@@ -13,6 +13,7 @@
<!-- The remaining DC.subject keywords are for search engines or other
applications -->
<meta name='DC.subject' content='profile'/>
<meta name='DC.subject' content='product'/>
+ <meta name='DC.subject' content='web-grid'/>
<meta name='DC.subject' content='metadata'/>
<meta name='DC.subject' content='data'/>
</head>
@@ -29,6 +30,7 @@
<ul>
<li><a href='../maven/product'>Product</a> â Retrieves resources
(products) in platform-neutral formats</li>
<li><a href='../maven/profile'>Profile</a> â Describes and
discovers resources using extensible metadata called "profiles"</li>
+ <li><a href='../maven/grid'>Web Grid</a> â provides profile and
product services over a REST-ful interface.</li>
</ul>
<div id='sidebar'>
<h4>Python</h4>
@@ -65,6 +67,7 @@
<ul>
<li><a href='../maven/product'>Product Service</a></li>
<li><a href='../maven/profile'>Profile Service</a></li>
+ <li><a href='../maven/grid'>Web Grid</a></li>
</ul>
</dd>
<dt><a href='../common'>Common Components</a></dt>
Modified: incubator/oodt/docs/site/components/index.html
URL:
http://svn.apache.org/viewvc/incubator/oodt/docs/site/components/index.html?rev=992171&r1=992170&r2=992171&view=diff
==============================================================================
--- incubator/oodt/docs/site/components/index.html (original)
+++ incubator/oodt/docs/site/components/index.html Fri Sep 3 01:54:05 2010
@@ -97,6 +97,7 @@
<ul>
<li><a href='maven/product'>Product Service</a></li>
<li><a href='maven/profile'>Profile Service</a></li>
+ <li><a href='maven/grid'>Web Grid</a>
</ul>
</dd>
<dt>Common Components</dt>
Modified: incubator/oodt/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oodt/trunk/pom.xml?rev=992171&r1=992170&r2=992171&view=diff
==============================================================================
--- incubator/oodt/trunk/pom.xml (original)
+++ incubator/oodt/trunk/pom.xml Fri Sep 3 01:54:05 2010
@@ -53,6 +53,7 @@ the License.
<!-- broken: <module>pushpull</module> -->
<module>product</module>
<module>profile</module>
+ <module>grid</module>
<module>webapp/filemgr</module>
<module>webapp/fmprod</module>
<module>webapp/workflow</module>