[Opengeoscience-developers] OpenGeoscience branch, cleanup_and_rename, updated. 3a58e910a8605adcc89a5ea1a801c59c78a5b607

Aashish Chaudhary aashish.chaudhary at kitware.com
Wed Sep 11 11:35:26 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, cleanup_and_rename has been updated
       via  3a58e910a8605adcc89a5ea1a801c59c78a5b607 (commit)
       via  45fcb93db6213fa3457bb77103ec765b5d354d1e (commit)
      from  9812ca010bb75d4a83c9d735ea0b0bce1f17b9e1 (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=3a58e910a8605adcc89a5ea1a801c59c78a5b607
commit 3a58e910a8605adcc89a5ea1a801c59c78a5b607
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Wed Sep 11 11:32:55 2013 -0400

    Reverting geojs -> geoweb

 CMakeLists.txt                              |   34 +++++++++++++-------------
 cmake/configure_server.cmake.in             |    2 +-
 cmake/{geojs.min.js.in => geoweb.min.js.in} |    0
 cmake/{geojs_dev.in => geoweb_dev.in}       |    0
 cmake/run.sh.in                             |    2 +-
 cmake/server.conf.in                        |    8 +++---
 geojs => geoweb                             |   14 +++++-----
 geojs.py => geoweb.py                       |    0
 8 files changed, 30 insertions(+), 30 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=45fcb93db6213fa3457bb77103ec765b5d354d1e
commit 45fcb93db6213fa3457bb77103ec765b5d354d1e
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Wed Sep 11 11:26:06 2013 -0400

    Revert "Changed geoweb -> geojs"
    
    This reverts commit aaa85fabd6c717b33a7b637278f05cb9846eade2.

 .gitignore                               |    2 +-
 .project                                 |    2 +-
 CMakeLists.txt                           |    2 +-
 cmake/configure_server.cmake.in          |    4 +-
 cmake/dashboards/dashboard.cmake         |    2 +-
 cmake/geojs.min.js.in                    |    2 +-
 cmake/geojs_dev.in                       |    2 +-
 cmake/server.conf.in                     |    2 +-
 geojs                                    |    6 ++--
 geojs.py                                 |    5 ++-
 modules/esgf/__init__.py                 |    4 +-
 modules/esgf/query.py                    |    2 +-
 modules/geodata.py                       |    4 +-
 modules/mongo.py                         |    4 +-
 modules/ogsvtk.py                        |   10 +++---
 modules/reader.py                        |    4 +-
 scripts/setup-for-development.sh         |    2 +-
 services/testworkflow.json               |    2 +-
 services/vistrail.py                     |    2 +-
 web/apps/archive/index.html              |    4 +-
 web/apps/streaming/index.html            |    2 +-
 web/common/css/{geojs.css => geoweb.css} |    0
 web/lib/srv/webSocket.js                 |    2 +-
 web/lib/vgl/testing/drawMap.html         |    2 +-
 web/lib/vgl/testing/drawSphere.html      |    2 +-
 web/lib/vgl/testing/drawTest1.html       |    2 +-
 web/lib/wfl/registry.js                  |   34 +++++++++++-----------
 web/lib/wfl/staticWorkflows.js           |   46 +++++++++++++++---------------
 28 files changed, 80 insertions(+), 77 deletions(-)

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                                  |    2 +-
 .project                                    |    2 +-
 CMakeLists.txt                              |   36 ++++++++++----------
 cmake/configure_server.cmake.in             |    6 ++--
 cmake/dashboards/dashboard.cmake            |    2 +-
 cmake/geojs_dev.in                          |    3 --
 cmake/{geojs.min.js.in => geoweb.min.js.in} |    2 +-
 cmake/geoweb_dev.in                         |    3 ++
 cmake/run.sh.in                             |    2 +-
 cmake/server.conf.in                        |    6 ++--
 geojs => geoweb                             |   18 +++++-----
 geojs.py => geoweb.py                       |    5 ++-
 modules/esgf/__init__.py                    |    4 +-
 modules/esgf/query.py                       |    2 +-
 modules/geodata.py                          |    4 +-
 modules/mongo.py                            |    4 +-
 modules/ogsvtk.py                           |   10 +++---
 modules/reader.py                           |    4 +-
 scripts/setup-for-development.sh            |    2 +-
 services/testworkflow.json                  |    2 +-
 services/vistrail.py                        |    2 +-
 web/apps/archive/index.html                 |    4 +-
 web/apps/streaming/index.html               |    2 +-
 web/common/css/{geojs.css => geoweb.css}    |    0
 web/lib/srv/webSocket.js                    |    2 +-
 web/lib/vgl/testing/drawMap.html            |    2 +-
 web/lib/vgl/testing/drawSphere.html         |    2 +-
 web/lib/vgl/testing/drawTest1.html          |    2 +-
 web/lib/wfl/registry.js                     |   34 ++++++++++----------
 web/lib/wfl/staticWorkflows.js              |   46 +++++++++++++-------------
 30 files changed, 109 insertions(+), 106 deletions(-)
 delete mode 100755 cmake/geojs_dev.in
 rename cmake/{geojs.min.js.in => geoweb.min.js.in} (88%)
 create mode 100755 cmake/geoweb_dev.in
 rename geojs => geoweb (92%)
 rename geojs.py => geoweb.py (99%)
 rename web/common/css/{geojs.css => geoweb.css} (100%)


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list