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:49:08 UTC

[49/50] [abbrv] incubator-taverna-workbench-common-activities git commit: Merge from https://github.com/taverna/taverna-rest-activity-ui master

Merge from https://github.com/taverna/taverna-rest-activity-ui master


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

Branch: refs/heads/master
Commit: 61611754284341a675637d29cc87ddfb1c7c4f22
Parents: 294e203 11c47f2
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Feb 9 17:34:40 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Feb 9 17:34:40 2015 +0000

----------------------------------------------------------------------
 taverna-rest-activity-ui/pom.xml                |  74 ++
 .../rest/ui/config/HTTPHeadersTableModel.java   | 119 ++++
 .../config/RESTActivityConfigurationPanel.java  | 670 +++++++++++++++++++
 .../ui/config/RESTActivityConfigureAction.java  |  51 ++
 .../rest/ui/menu/AddRESTTemplateAction.java     | 107 +++
 .../rest/ui/menu/AddRESTTemplateMenuAction.java | 114 ++++
 .../GenericRESTTemplateService.java             |  76 +++
 .../ui/servicedescription/RESTActivityIcon.java |  54 ++
 .../serviceprovider/ExampleServiceDesc.java.bak |  99 +++
 .../ExampleServiceProvider.java.bak             | 106 +++
 .../ExampleServiceProviderConfig.java.bak       |  31 +
 .../view/ConfigureRESTActivityMenuAction.java   |  66 ++
 .../RESTActivityMainContextViewFactory.java     |  62 ++
 .../ui/view/RESTActivityMainContextualView.java | 220 ++++++
 ...rvicedescriptions.ServiceDescriptionProvider |   1 +
 .../net.sf.taverna.t2.ui.menu.MenuComponent     |   3 +
 ...a.t2.workbench.activityicons.ActivityIconSPI |   1 +
 ...ntextualviews.activity.ContextualViewFactory |   1 +
 .../spring/rest-activity-ui-context-osgi.xml    |  28 +
 .../spring/rest-activity-ui-context.xml         |  50 ++
 .../activities/rest/ui/config/information.png   | Bin 0 -> 778 bytes
 .../t2/activities/rest/ui/config/mediatypes.txt |  65 ++
 .../ui/servicedescription/service_type_rest.png | Bin 0 -> 1137 bytes
 23 files changed, 1998 insertions(+)
----------------------------------------------------------------------