You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 12:37:14 UTC

[54/70] [abbrv] incubator-taverna-common-activities git commit: Merge branch 'taverna-xpath-activity'

Merge branch 'taverna-xpath-activity'

>From https://github.com/taverna/taverna-xpath-activity/ master


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/fc09bd42
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/fc09bd42
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/fc09bd42

Branch: refs/heads/master
Commit: fc09bd421229692ad674edbcc8dbb748627b0c82
Parents: e86620a d2da8c6
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jan 29 09:35:59 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jan 29 09:35:59 2015 +0000

----------------------------------------------------------------------
 taverna-xpath-activity/pom.xml                  |  78 +++++++
 .../t2/activities/xpath/XPathActivity.java      | 211 +++++++++++++++++++
 .../xpath/XPathActivityConfigurationBean.java   | 145 +++++++++++++
 .../activities/xpath/XPathActivityFactory.java  |  92 ++++++++
 .../xpath/XPathActivityHealthCheck.java         |  38 ++++
 .../xpath/XPathActivityHealthChecker.java       | 139 ++++++++++++
 .../taverna/t2/activities/xpath/XPathUtils.java |  80 +++++++
 ...t2.workbench.report.explainer.VisitExplainer |   1 +
 ...averna.t2.workflowmodel.health.HealthChecker |   1 +
 .../spring/xpath-activity-context-osgi.xml      |  15 ++
 .../META-INF/spring/xpath-activity-context.xml  |  12 ++
 .../src/main/resources/schema.json              |  45 ++++
 12 files changed, 857 insertions(+)
----------------------------------------------------------------------