Module: nagvis Branch: master Commit: 7dea6801ab84f48c00b6d9e5573000a6b601386e URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=7dea6801ab84f48c00b6d9e5573000a6b601386e
Author: Roman Kyrylych <[email protected]> Date: Tue Aug 25 19:17:06 2009 +0300 gmap: Added the default XML files Signed-off-by: Roman Kyrylych <[email protected]> --- etc/geomap/links.xml | 2 ++ etc/geomap/locations.xml | 2 ++ etc/geomap/settings.xml | 2 ++ etc/geomap/viewpoints.xml | 2 ++ 4 files changed, 8 insertions(+), 0 deletions(-) diff --git a/etc/geomap/links.xml b/etc/geomap/links.xml new file mode 100644 index 0000000..9003743 --- /dev/null +++ b/etc/geomap/links.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" standalone="yes"?> +<links/> diff --git a/etc/geomap/locations.xml b/etc/geomap/locations.xml new file mode 100644 index 0000000..df52bc5 --- /dev/null +++ b/etc/geomap/locations.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" standalone="yes"?> +<locations/> diff --git a/etc/geomap/settings.xml b/etc/geomap/settings.xml new file mode 100644 index 0000000..3b7cf6c --- /dev/null +++ b/etc/geomap/settings.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" standalone="yes"?> +<settings/> diff --git a/etc/geomap/viewpoints.xml b/etc/geomap/viewpoints.xml new file mode 100644 index 0000000..e01935b --- /dev/null +++ b/etc/geomap/viewpoints.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" standalone="yes"?> +<viewpoints/> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
