From d574da61558f9ce37eda91c1052e28cdf560ce08 Mon Sep 17 00:00:00 2001 From: Ron Anderson Date: Fri, 15 Feb 2013 11:11:55 -0600 Subject: [PATCH] Issue #1629 Attempt to fix error saving preferences in GIS Viewer Change-Id: I982637de1cc898d9887849a8276a3693b9579d5b Former-commit-id: f0d1aa59c4971ed523e4f26b440134a417aec5d0 --- .../build.properties | 3 ++- .../config.xml | 13 +++++++++++++ .../build.properties | 3 ++- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 cave/com.raytheon.uf.viz.gisdatastore.directory/config.xml diff --git a/cave/com.raytheon.uf.viz.gisdatastore.directory/build.properties b/cave/com.raytheon.uf.viz.gisdatastore.directory/build.properties index e9863e281e..983035b5c2 100644 --- a/cave/com.raytheon.uf.viz.gisdatastore.directory/build.properties +++ b/cave/com.raytheon.uf.viz.gisdatastore.directory/build.properties @@ -2,4 +2,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + config.xml diff --git a/cave/com.raytheon.uf.viz.gisdatastore.directory/config.xml b/cave/com.raytheon.uf.viz.gisdatastore.directory/config.xml new file mode 100644 index 0000000000..a70ed0bf4b --- /dev/null +++ b/cave/com.raytheon.uf.viz.gisdatastore.directory/config.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/cave/com.raytheon.uf.viz.gisdatastore/build.properties b/cave/com.raytheon.uf.viz.gisdatastore/build.properties index e9863e281e..983035b5c2 100644 --- a/cave/com.raytheon.uf.viz.gisdatastore/build.properties +++ b/cave/com.raytheon.uf.viz.gisdatastore/build.properties @@ -2,4 +2,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + config.xml