[Opengeoscience-developers] OpenGeoscience branch, 54-2-workflow-construction, updated. a6297198533f8f4e9ab30bbb5350673726004413
Ben Burnett
bburnett at poly.edu
Wed Sep 4 17:13:19 EDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenGeoscience".
The branch, 54-2-workflow-construction has been updated
via a6297198533f8f4e9ab30bbb5350673726004413 (commit)
from 6adfbc791af4a92a17eeb8d13808af3f742ccb16 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=a6297198533f8f4e9ab30bbb5350673726004413
commit a6297198533f8f4e9ab30bbb5350673726004413
Author: Ben Burnett <bburnett at poly.edu>
Date: Wed Sep 4 17:12:51 2013 -0400
Reorginazation and cleaning of workflow library
CMakeLists.txt | 11 +-
web/apps/archive/archive.js | 18 +-
web/apps/archive/index.html | 3 +
web/lib/wfl/connection.js | 5 +-
web/lib/wfl/editor.js | 417 +++++++++++++++++++
web/lib/wfl/inputModule.js | 38 +-
web/lib/wfl/inputPort.js | 25 +-
.../wfl/{workflowLayerSource.js => layerSource.js} | 14 +-
web/lib/wfl/{workflowModule.js => module.js} | 80 ++--
web/lib/wfl/outputPort.js | 10 +-
web/lib/wfl/port.js | 45 ++-
web/lib/wfl/{geowebRegistry.js => registry.js} | 6 +-
web/lib/wfl/{workflowStyle.js => style.js} | 0
web/lib/wfl/utils.js | 100 +++++
web/lib/wfl/workflow.js | 111 +++---
web/lib/wfl/workflowUtils.js | 426 --------------------
16 files changed, 718 insertions(+), 591 deletions(-)
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 11 +-
web/apps/archive/archive.js | 18 +-
web/apps/archive/index.html | 3 +
web/lib/wfl/connection.js | 5 +-
web/lib/wfl/editor.js | 417 +++++++++++++++++++
web/lib/wfl/inputModule.js | 38 +-
web/lib/wfl/inputPort.js | 25 +-
.../wfl/{workflowLayerSource.js => layerSource.js} | 14 +-
web/lib/wfl/{workflowModule.js => module.js} | 80 ++--
web/lib/wfl/outputPort.js | 10 +-
web/lib/wfl/port.js | 45 ++-
web/lib/wfl/{geowebRegistry.js => registry.js} | 6 +-
web/lib/wfl/{workflowStyle.js => style.js} | 0
web/lib/wfl/utils.js | 100 +++++
web/lib/wfl/workflow.js | 111 +++---
web/lib/wfl/workflowUtils.js | 426 --------------------
16 files changed, 718 insertions(+), 591 deletions(-)
create mode 100644 web/lib/wfl/editor.js
rename web/lib/wfl/{workflowLayerSource.js => layerSource.js} (85%)
rename web/lib/wfl/{workflowModule.js => module.js} (78%)
rename web/lib/wfl/{geowebRegistry.js => registry.js} (99%)
rename web/lib/wfl/{workflowStyle.js => style.js} (100%)
create mode 100644 web/lib/wfl/utils.js
delete mode 100644 web/lib/wfl/workflowUtils.js
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list