Issue #1629 Attempt to fix error saving preferences in GIS Viewer
Change-Id: I982637de1cc898d9887849a8276a3693b9579d5b Former-commit-id:528ce62800
[formerly3033238f1b
] [formerlyd574da6155
] [formerlyb76653a885
[formerlyd574da6155
[formerly f0d1aa59c4971ed523e4f26b440134a417aec5d0]]] Former-commit-id:b76653a885
Former-commit-id: 085730a171749caf4793b166e229b9102825e3a8 [formerlydf84bf7f86
] Former-commit-id:632bd48a45
This commit is contained in:
parent
f03eab61a7
commit
ffa635c5c3
3 changed files with 17 additions and 2 deletions
|
@ -2,4 +2,5 @@ source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml
|
plugin.xml,\
|
||||||
|
config.xml
|
||||||
|
|
13
cave/com.raytheon.uf.viz.gisdatastore.directory/config.xml
Normal file
13
cave/com.raytheon.uf.viz.gisdatastore.directory/config.xml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<configuration>
|
||||||
|
<DirectoryImportPath0/>
|
||||||
|
<DirectoryImportPath1/>
|
||||||
|
<DirectoryImportPath2/>
|
||||||
|
<DirectoryImportPath3/>
|
||||||
|
<DirectoryImportPath4/>
|
||||||
|
<DirectoryImportPath5/>
|
||||||
|
<DirectoryImportPath6/>
|
||||||
|
<DirectoryImportPath7/>
|
||||||
|
<DirectoryImportPath8/>
|
||||||
|
<DirectoryImportPath9/>
|
||||||
|
</configuration>
|
|
@ -2,4 +2,5 @@ source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml
|
plugin.xml,\
|
||||||
|
config.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue