Menu

[r3154]: / trunk / ch.sahits.codegen.oracle / plugin.xml  Maximize  Restore  History

Download this file

20 lines (18 with data), 581 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="ch.sahits.codegen.java.inputdbconnection">
<dbconnection
class="ch.sahits.codegen.java.input.db.OracleConnectorModelGenerator"
dbproduct="ORACLE">
</dbconnection>
</extension>
<extension
point="ch.sahits.codegen.java.inputdbparser">
<dbproduct
name="oracle"
parserClass="ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser">
</dbproduct>
</extension>
</plugin>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.