[Opengeoscience-developers] OpenGeoscience branch, next, updated. 7c6e024654a9de9b3f601ec111c2d67bd9a682eb
Aashish Chaudhary
aashish.chaudhary at kitware.com
Wed Sep 11 14:16:45 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, next has been updated
via 7c6e024654a9de9b3f601ec111c2d67bd9a682eb (commit)
via d027d1f2844d1dc78f98ee367d78833368f1bca8 (commit)
via 6e0754b0989640a1f2977cbcab3c0278df55662d (commit)
via 3a58e910a8605adcc89a5ea1a801c59c78a5b607 (commit)
via 45fcb93db6213fa3457bb77103ec765b5d354d1e (commit)
via 9812ca010bb75d4a83c9d735ea0b0bce1f17b9e1 (commit)
via dd6f1e1f620a3b3e5fe979b04b309aa9ec03b535 (commit)
via a123247cd85a8bd2ff56c3e4a7eecb87c5804197 (commit)
via a509164755b16678cb0a634b6a2fc951b282854e (commit)
via 896a333e2b75fec782a1b53d376a470f685694ac (commit)
via 64b84ce43fc17eb5f433cd28d8f0ee2c69ae4a6e (commit)
via 6f24123623d3f823a6b53df67da037e4ce6bff68 (commit)
via aaa85fabd6c717b33a7b637278f05cb9846eade2 (commit)
via 91d84472071bc60fcefa27e7cd799bde4d2c3d1d (commit)
from 40dbc5d1703b66751c23371dfa430173bfcc1131 (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=7c6e024654a9de9b3f601ec111c2d67bd9a682eb
commit 7c6e024654a9de9b3f601ec111c2d67bd9a682eb
Merge: 40dbc5d d027d1f
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Wed Sep 11 14:16:37 2013 -0400
Merge remote-tracking branch 'origin/cleanup_and_rename' into next
* origin/cleanup_and_rename:
Added missing file
Using build time configure
Reverting geojs -> geoweb
Revert "Changed geoweb -> geojs"
Move CMake files into cmake/
Got rid of init()
Relocated trip whitespace script
Added run script
Configure runtime script
Fixed merged related bug
Changed geoweb -> geojs
Fixed CMake and updated the name of the library
CMakeLists.txt | 234 +++++++++++++-------
cmake/FindVisTrails.cmake | 12 +
cmake/configure.cmake | 31 +++
.../configure_server.cmake.in | 7 +-
geocelery_conf.py.in => cmake/geocelery_conf.py.in | 0
geoweb.min.js.in => cmake/geoweb.min.js.in | 0
geoweb_dev.in => cmake/geoweb_dev.in | 0
cmake/run.sh.in | 10 +
server.conf.in => cmake/server.conf.in | 0
scripts/setup_path.sh => cmake/setup-runtime.sh.in | 4 +-
.../trim_trailing_whitespace.sh | 0
web/apps/archive/archive.js | 4 +-
web/apps/archive/index.html | 26 +--
web/lib/geo/featureLayer.js | 3 -
web/lib/geo/layer.js | 8 -
15 files changed, 213 insertions(+), 126 deletions(-)
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 234 +++++++++++++-------
cmake/FindVisTrails.cmake | 12 +
cmake/configure.cmake | 31 +++
.../configure_server.cmake.in | 7 +-
geocelery_conf.py.in => cmake/geocelery_conf.py.in | 0
geoweb.min.js.in => cmake/geoweb.min.js.in | 0
geoweb_dev.in => cmake/geoweb_dev.in | 0
cmake/run.sh.in | 10 +
server.conf.in => cmake/server.conf.in | 0
scripts/setup_path.sh => cmake/setup-runtime.sh.in | 4 +-
.../trim_trailing_whitespace.sh | 0
web/apps/archive/archive.js | 4 +-
web/apps/archive/index.html | 26 +--
web/lib/geo/featureLayer.js | 3 -
web/lib/geo/layer.js | 8 -
15 files changed, 213 insertions(+), 126 deletions(-)
create mode 100644 cmake/FindVisTrails.cmake
create mode 100644 cmake/configure.cmake
rename configure_server.cmake.in => cmake/configure_server.cmake.in (60%)
rename geocelery_conf.py.in => cmake/geocelery_conf.py.in (100%)
rename geoweb.min.js.in => cmake/geoweb.min.js.in (100%)
rename geoweb_dev.in => cmake/geoweb_dev.in (100%)
create mode 100755 cmake/run.sh.in
rename server.conf.in => cmake/server.conf.in (100%)
rename scripts/setup_path.sh => cmake/setup-runtime.sh.in (51%)
rename trim_trailing_whitespace.sh => scripts/trim_trailing_whitespace.sh (100%)
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list