<?xml version="1.0" encoding="windows-1252" ?>
<updates version="1.0" xmlns="http://xmlns.oracle.com/jdeveloper/updatecenter"
         xmlns:u="http://xmlns.oracle.com/jdeveloper/update">
  <u:update id="arkzoyd.partdim.addin01">
    <u:name>GarK! Plugin</u:name>
    <u:version>0.25</u:version>
    <u:author>ArKZoYd and Anonymous</u:author>
    <u:author-url>http://arkzoyd.blogspot.com</u:author-url>
    <u:description>This is the latest release of my SQL*Developer Plugin. Still more work to do but the set of reports is growing and includes RAC, AWR or SGA queries</u:description>
    <u:bundle-url>http://arkzoyd.free.fr/sqldev/arkzoydaddin01.zip</u:bundle-url>
    <u:destination>${oracle.home}</u:destination>
    <u:requirements>
      <u:requires-extension id="oracle.sqldeveloper"/>
    </u:requirements>
  </u:update>
  <u:update id="arkzoyd.sqldeveloper.reports">
    <u:name>Additional Reports</u:name>
    <u:version>0.1</u:version>
    <u:author>ArKZoYd</u:author>
    <u:author-url>http://arkzoyd.blogspot.com</u:author-url>
    <u:description>Sample extension that show how to add reports by program</u:description>

    <u:bundle-url>http://arkzoyd.free.fr/sqldev/repaddins.zip</u:bundle-url>
    <u:destination>${oracle.home}</u:destination>
    <u:requirements>
      <u:requires-extension id="oracle.sqldeveloper"/>
    </u:requirements>
  </u:update>
</updates>