simplified <name> in some poms
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/commit/8d121b2b Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/tree/8d121b2b Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/diff/8d121b2b Branch: refs/heads/master Commit: 8d121b2b07cb4ab6580ba58fd30ec64fb34566cb Parents: 2c71f9a Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Feb 23 15:36:47 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 23 15:36:47 2015 +0000 ---------------------------------------------------------------------- taverna-server-port-description/pom.xml | 2 +- taverna-server-runinterface/pom.xml | 5 +++-- taverna-server-worker/pom.xml | 6 ++++-- 3 files changed, 8 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/8d121b2b/taverna-server-port-description/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-server-port-description/pom.xml b/taverna-server-port-description/pom.xml index 99582ed..c49310e 100644 --- a/taverna-server-port-description/pom.xml +++ b/taverna-server-port-description/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <version>3.1.0-incubating-SNAPSHOT</version> </parent> <artifactId>taverna-server-port-description</artifactId> - <name>Apache Taverna Server Workflow Port Descriptor Types</name> + <name>Apache Taverna Server Workflow Port Descriptors</name> <description>The structural types used to describe ports on workflows, as exported by Taverna Server.</description> <properties> http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/8d121b2b/taverna-server-runinterface/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-server-runinterface/pom.xml b/taverna-server-runinterface/pom.xml index efd3763..3509180 100644 --- a/taverna-server-runinterface/pom.xml +++ b/taverna-server-runinterface/pom.xml @@ -24,7 +24,8 @@ limitations under the License. </parent> <artifactId>taverna-server-runinterface</artifactId> - <name>Apache Taverna Server RMI Interface: Webapp <-> Worker</name> - <description>This is the implementation of the RMI interface between the workflow run factory and the web-app service front-end.</description> + <name>Apache Taverna Server Run interface (RMI)</name> + <description>RMI Interface: Webapp <-> Worker. + This is the implementation of the RMI interface between the workflow run factory and the web-app service front-end.</description> </project> http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/8d121b2b/taverna-server-worker/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-server-worker/pom.xml b/taverna-server-worker/pom.xml index 8006c6d..f368b1b 100644 --- a/taverna-server-worker/pom.xml +++ b/taverna-server-worker/pom.xml @@ -23,8 +23,10 @@ limitations under the License. <version>3.1.0-incubating-SNAPSHOT</version> </parent> <artifactId>taverna-server-worker</artifactId> - <name>Apache Taverna Server Workflow Executor/File System Access Process Implementation</name> - <description>This is the implementation of the factory process that is started up by the web application to manage executing Taverna Workflow executeworkflow.sh calls. Also provides per-user access to filestore.</description> + <name>Apache Taverna Server Worker</name> + <description> + Apache Taverna Server Workflow Executor/File System Access Process Implementation. + This is the implementation of the factory process that is started up by the web application to manage executing Taverna Workflow executeworkflow.sh calls. Also provides per-user access to filestore.</description> <properties> <workerMainClass>org.taverna.server.localworker.impl.TavernaRunManager</workerMainClass>
