Issue #1629 Attempt to fix error saving preferences in GIS Viewer
Change-Id: I982637de1cc898d9887849a8276a3693b9579d5b Former-commit-id: f0d1aa59c4971ed523e4f26b440134a417aec5d0
This commit is contained in:
parent
c171998d91
commit
d574da6155
3 changed files with 17 additions and 2 deletions
|
@ -2,4 +2,5 @@ source.. = src/
|
|||
output.. = bin/
|
||||
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/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml
|
||||
plugin.xml,\
|
||||
config.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue