2005-10-14 01:10:40 +00:00
|
|
|
<?xml version = '1.0'?>
|
|
|
|
<update-bundle version="1.0"
|
|
|
|
xmlns="http://xmlns.oracle.com/jdeveloper/updatebundle"
|
|
|
|
xmlns:u="http://xmlns.oracle.com/jdeveloper/update">
|
2005-10-14 02:36:31 +00:00
|
|
|
<u:update id="net.sourceforge.pmd.jdeveloper">
|
2005-10-14 01:10:40 +00:00
|
|
|
<u:name>PMD JDeveloper Extension</u:name>
|
2006-01-30 16:47:48 +00:00
|
|
|
<u:version>1.8</u:version>
|
2005-10-14 01:10:40 +00:00
|
|
|
<u:author>Tom Copeland</u:author>
|
|
|
|
<u:author-url>http://pmd.sf.net</u:author-url>
|
|
|
|
<u:description>Install the PMD extension in your instance of JDeveloper</u:description>
|
|
|
|
<u:requirements>
|
2005-10-14 02:36:31 +00:00
|
|
|
<u:requires-extension id="oracle.jdeveloper"
|
2005-10-14 01:10:40 +00:00
|
|
|
minVersion="10.1.3"
|
|
|
|
maxVersion="10.1.4" />
|
|
|
|
</u:requirements>
|
|
|
|
</u:update>
|
|
|
|
</update-bundle>
|