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/05/09 23:20:32 UTC

svn commit: r987860 - in /websites/staging/taverna/trunk: cgi-bin/ content/ content/download/common-activities/index.html

Author: buildbot
Date: Mon May  9 23:20:32 2016
New Revision: 987860

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/common-activities/index.html

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May  9 23:20:32 2016
@@ -1 +1 @@
-1743083
+1743084

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May  9 23:20:32 2016
@@ -1 +1 @@
-1743083
+1743084

Modified: websites/staging/taverna/trunk/content/download/common-activities/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/download/common-activities/index.html (original)
+++ websites/staging/taverna/trunk/content/download/common-activities/index.html Mon May  9 23:20:32 2016
@@ -248,15 +248,15 @@ one or more of these to your <code>pom.x
 </pre></div>
 
 
-<p>The above <code>&lt;version&gt;</code> might not be up-to-date,
-see the <a href="#source-code">source code releases</a> below to find the latest version.</p>
+<p>The above <code>&lt;version&gt;</code> might not be up-to-date.
+See the <a href="#source-code">source code releases</a> below to find the latest version.</p>
 <p>In addition, <em>Taverna WSDL Generic</em> can be used as an independent library for
 parsing WSDL definitions and invoking WSDL-described SOAP services.</p>
 <h3 id="spring-services">Spring services<a class="headerlink" href="#spring-services" title="Permanent link">&para;</a></h3>
 <p>The activities are all OSGi services, registering with
 <a href="/download/engine">Taverna Engine</a>'s
 <a href="/javadoc/taverna-engine/org/apache/taverna/platform/capability/api/ActivityService.html">ActivityService</a>, which
-should be discoverable as a <a href="https://spring.io/">Spring service</a>,
+should be discoverable as a <a href="https://spring.io/">Spring</a> service,
 e.g. by adding the following code to
 your <code>META-INF/spring/update-context-osgi.xml</code>:</p>
 <div class="codehilite"><pre><span class="nt">&lt;beans:beans</span> <span class="na">xmlns=</span><span class="s">&quot;http://www.springframework.org/schema/osgi&quot;</span> <span class="na">xmlns:xsi=</span><span class="s">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span>