2005-10-14 02:36:31 +00:00
|
|
|
<?xml version = '1.0' encoding = 'UTF-8'?>
|
|
|
|
<ex:extension xmlns:ex="http://jcp.org/jsr/198/extension-manifest"
|
|
|
|
xmlns="http://xmlns.oracle.com/jdeveloper/1013/extension"
|
|
|
|
xmlns:jdev="http://xmlns.oracle.com/jdeveloper/1013/jdev-libraries"
|
2006-01-30 16:47:48 +00:00
|
|
|
id="net.sourceforge.pmd.jdeveloper" version="1.8" esdk-version="1.0">
|
2005-10-14 02:36:31 +00:00
|
|
|
<ex:name>PMD Extension</ex:name>
|
|
|
|
<ex:owner>Tom Copeland</ex:owner>
|
|
|
|
<ex:classpaths>
|
2006-01-30 16:47:48 +00:00
|
|
|
<ex:classpath>${ide.extension.install.home}/lib/pmd-3.5.jar</ex:classpath>
|
2005-10-14 02:36:31 +00:00
|
|
|
<ex:classpath>${ide.extension.install.home}/lib/jaxen-1.1-beta-7.jar</ex:classpath>
|
2006-01-30 16:47:48 +00:00
|
|
|
<ex:classpath>${ide.extension.install.home}/lib/jakarta-oro-2.0.8.jar</ex:classpath>
|
2005-10-14 02:36:31 +00:00
|
|
|
</ex:classpaths>
|
2005-10-18 14:21:45 +00:00
|
|
|
<ex:dependencies>
|
|
|
|
<ex:import version="10.1.3">oracle.jdeveloper</ex:import>
|
|
|
|
</ex:dependencies>
|
2005-10-14 02:36:31 +00:00
|
|
|
<ex:hooks>
|
|
|
|
<jdeveloper-hook>
|
|
|
|
<addins>
|
|
|
|
<addin>net.sourceforge.pmd.jdeveloper.Plugin</addin>
|
|
|
|
</addins>
|
|
|
|
</jdeveloper-hook>
|
|
|
|
<ex:feature-hook>
|
|
|
|
<ex:description>PMD and whatnot</ex:description>
|
|
|
|
<ex:optional>true</ex:optional>
|
|
|
|
</ex:feature-hook>
|
|
|
|
</ex:hooks>
|
|
|
|
</ex:extension>
|