home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wsgatsam.zip / install / wsgw_jdbc.xml < prev    next >
Extensible Markup Language  |  2003-02-24  |  732b  |  20 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE websphere-sa-config SYSTEM "file:///$XMLConfigDTDLocation$$dsep$xmlconfig.dtd" >
  3. <websphere-sa-config>
  4.  
  5.     <jdbc-driver action="delete" name="WebServices Gateway JDBC Driver">
  6.         <data-source action="delete" name="WebServices datasource">
  7.         </data-source>
  8.     </jdbc-driver>
  9.  
  10.     <jdbc-driver action="update" name="WebServices Gateway JDBC Driver">
  11.         <implementation-class>$JDBC_CLASS$</implementation-class>
  12.     <description>JDBC Driver for IBM WebServices Gateway</description>
  13.         <install-info>
  14.             <node-name>$NODE_NAME$</node-name>
  15.             <jdbc-zipfile-location>$JDBC_PATH$</jdbc-zipfile-location>
  16.         </install-info>
  17.     </jdbc-driver>
  18.  
  19. </websphere-sa-config>
  20.