13 lines
338 B
XML
13 lines
338 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.4"?>
|
||
|
<plugin>
|
||
|
<extension
|
||
|
point="com.raytheon.uf.viz.gisdatastore.gisDataStore">
|
||
|
<gisDataStore
|
||
|
class="com.raytheon.uf.viz.gisdatastore.directory.DirectoryDataStorePlugin"
|
||
|
name="GIS File">
|
||
|
</gisDataStore>
|
||
|
</extension>
|
||
|
|
||
|
</plugin>
|