Revision 30231 branches/v2_0_0_prep/extensions/org.gvsig.oracle/config/config.xml

View differences:

config.xml
6 6
	<resourceBundle name="text"/>
7 7
	<extensions>
8 8

  
9
		<extension class-name="org.gvsig.oraclespatial.extension.ExportOracleExtension"
10
			description="Support to access Oracle Spatial databases" active="true">
9
		<extension class-name="org.gvsig.oracle.extension.ExportOracleExtension"
10
			description="Support to access Oracle databases" 
11
			active="true">
11 12

  
12 13
			<menu text="Capa/export_to/oracle_spatial"
13
			action-command="EXPORT_TO_ORACLE_SPATIAL"
14
			action-command="EXPORT_TO_ORACLE"
14 15
			icon="images/oracle.png"
15 16
			position="400" />
16 17
		</extension> 
17 18

  
18
		<extension class-name="org.gvsig.oraclespatial.extension.NewOracleSpatialTableExtension"
19
			description="Support to create new  Oracle Spatial tables" active="true">
20
			<menu text="Vista/new_layer/new_oracle_spatial_table" action-command="NEW_ORACLE_SPATIAL"
19
		<extension class-name="org.gvsig.oracle.extension.NewOracleTableExtension"
20
			description="Support to create new  Oracle Spatial tables" 
21
			active="true">
22
			
23
			<menu text="Vista/new_layer/new_oracle_spatial_table" 
24
			action-command="NEW_ORACLE_TABLE"
21 25
			icon="images/oracle.png" />
22 26
		</extension>
23 27

  

Also available in: Unified diff