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 2016/08/12 13:13:20 UTC

[32/46] incubator-taverna-plugin-gis git commit: Merge branch 'test/complex-data/apache-taverna2-plugin-gis' into 'master'

Merge branch 'test/complex-data/apache-taverna2-plugin-gis' into 'master'

Test/complex data/apache taverna2 plugin gis

Improve gis-client implementation

Get ports additional info

See merge request !2


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/commit/a28792fe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/tree/a28792fe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/diff/a28792fe

Branch: refs/heads/taverna2
Commit: a28792fe12921d7aa38c6f08a70606787481cb08
Parents: 63cc02a 09cf820
Author: mbgppek4 <ed...@postgrad.manchester.ac.uk>
Authored: Thu Aug 4 06:40:37 2016 +0100
Committer: mbgppek4 <ed...@postgrad.manchester.ac.uk>
Committed: Thu Aug 4 06:40:37 2016 +0100

----------------------------------------------------------------------
 .../conf/log4j.properties                       |  45 +++
 .../gis/ui/config/GisConfigurationPanel.java    |  42 ++-
 .../ui/serviceprovider/AddGisServiceDialog.java | 263 ++++++++++++--
 .../gis/ui/serviceprovider/GisServiceDesc.java  |   2 +-
 .../ui/serviceprovider/GisServiceProvider.java  | 188 ++++++----
 .../GisServiceProviderConfig.java               |  23 +-
 .../org/apache/taverna/gis/GisActivity.java     |   8 -
 .../gis/GisActivityConfigurationBean.java       |  23 +-
 apache-taverna-plugin-gis-client/pom.xml        |  24 +-
 .../gis/client/ComplexDataTypeDescriptor.java   |  37 ++
 .../apache/taverna/gis/client/IGisClient.java   |  16 +-
 .../apache/taverna/gis/client/PortDataType.java |   7 +
 .../taverna/gis/client/PortTypeDescriptor.java  |  85 +++++
 .../gis/client/impl/GisClientNorthImpl.java     | 356 +++++++++++++++----
 .../taverna/gis/client/impl/TypeDescriptor.java |  40 ---
 15 files changed, 878 insertions(+), 281 deletions(-)
----------------------------------------------------------------------