You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by bu...@apache.org on 2016/02/22 18:45:16 UTC

svn commit: r980971 - in /websites/staging/taverna/trunk: cgi-bin/ content/ content/download/osgi/index.html

Author: buildbot
Date: Mon Feb 22 17:45:16 2016
New Revision: 980971

Log:
Staging update by buildbot for taverna

Modified:
    websites/staging/taverna/trunk/cgi-bin/   (props changed)
    websites/staging/taverna/trunk/content/   (props changed)
    websites/staging/taverna/trunk/content/download/osgi/index.html

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 22 17:45:16 2016
@@ -1 +1 @@
-1731685
+1731700

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 22 17:45:16 2016
@@ -1 +1 @@
-1731685
+1731700

Modified: websites/staging/taverna/trunk/content/download/osgi/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/download/osgi/index.html (original)
+++ websites/staging/taverna/trunk/content/download/osgi/index.html Mon Feb 22 17:45:16 2016
@@ -235,7 +235,7 @@ for details on each OSGi service. In bri
   from <a href="https://github.com/apache/incubator-taverna-osgi/blob/master/taverna-plugin-api/">taverna-plugin-api</a>
   allow managing of
   plugins in an OSGi application, including online installation and updates of plugins. Each
-  <a href="http://taverna.incubator.apache.org/javadoc/taverna-osgi/org/apache/taverna/plugin/Plugin.html">Plugin</a> provide a collection
+  <a href="http://taverna.incubator.apache.org/javadoc/taverna-osgi/org/apache/taverna/plugin/Plugin.html">Plugin</a> provides a collection
   of OSGi bundles that are activated. The plugins and application profile are described in XML according to the
   <a href="https://github.com/apache/incubator-taverna-osgi/blob/master/taverna-osgi-schemas/src/main/resources">taverna-osgi-schemas</a>.</li>
 <li>The <a href="http://taverna.incubator.apache.org/javadoc/taverna-osgi/org/apache/taverna/update/UpdateManager.html">UpdateManager</a>
@@ -243,10 +243,10 @@ for details on each OSGi service. In bri
 <li>The <a href="https://github.com/apache/incubator-taverna-osgi/blob/master/taverna-maven-plugin/">taverna-maven-plugin</a>   allows creating plugins for the Taverna <code>PluginManager</code>
   using Apache Maven, including deployment to plugin sites.</li>
 <li>The <a href="http://taverna.incubator.apache.org/javadoc/taverna-osgi/org/apache/taverna/download/DownloadManager.html">DownloadManager</a>
-  service from <a href="https://github.com/apache/incubator-taverna-osgi/blob/master/taverna-download-api/">taverna-download-api</a> provide convenience methods for downloading a <code>URI</code>
+  service from <a href="https://github.com/apache/incubator-taverna-osgi/blob/master/taverna-download-api/">taverna-download-api</a> provides convenience methods for downloading a <code>URI</code>
   to a <code>Path</code>, including hashsum checking using neighbouring <code>.sha1</code> or <code>.md5</code> URIs. Used by <code>PluginManager</code> and <code>UpdateManager</code>.</li>
 <li>The <a href="http://taverna.incubator.apache.org/javadoc/taverna-osgi/org/apache/taverna/configuration/app/ApplicationConfiguration.html">ApplicationConfiguration</a>
-  service provide application installation details  like the startup directory and home directory for user configuration. The application should have a <a href="https://github.com/apache/incubator-taverna-commandline/blob/master/taverna-commandline-product/src/main/etc/conf/taverna.app.properties">conf/taverna.app.properties</a>
+  service provides application installation details  like the startup directory and home directory for user configuration. The application should have a <a href="https://github.com/apache/incubator-taverna-commandline/blob/master/taverna-commandline-product/src/main/etc/conf/taverna.app.properties">conf/taverna.app.properties</a>
   file in its startup folder, e.g. <code>taverna.app.name=taverna-cl-3.0.0</code> means <code>~/.taverna-cl-3.0.0/</code> will be the
   application's home directory on Unix.</li>
 <li>The <a href="http://taverna.incubator.apache.org/javadoc/taverna-osgi/org/apache/taverna/configuration/ConfigurationManager.html">ConfigurationManager</a>
@@ -256,7 +256,7 @@ for details on each OSGi service. In bri
   and the <a href="https://github.com/apache/incubator-taverna-workbench/blob/master/taverna-configuration-api/src/main/java/org/apache/taverna/workbench/configuration/workbench/WorkbenchConfiguration.java">workbench</a>
   using preferences stored in the application home directory  </li>
 <li>The <a href="https://github.com/apache/incubator-taverna-osgi/blob/master/xml-parser-service/">xml-parser-service</a>  and <a href="xml-transformer-service/">xml-transformer-service</a>
-  re-exposes xalan's and xerces's XML parser and XML transformer implementations within SOGi</li>
+  re-exposes Xalan's and Xerces's XML parser and XML transformer implementations within SOGi</li>
 </ul>
 <h3 id="spring-services">Spring services<a class="headerlink" href="#spring-services" title="Permanent link">&para;</a></h3>
 <p>The OSGi services should be