1
0
forked from phoedos/pmd

Releasing v2.0.5

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2780 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2004-06-29 22:07:06 +00:00
parent d4af4d2324
commit 791e095cd4
3 changed files with 5 additions and 5 deletions

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/pmd-1.7.jar"/>
<classpathentry kind="lib" path="lib/jaxen-core-1.0-fcs.jar"/>
<classpathentry kind="lib" path="lib/saxpath-1.0-fcs.jar"/>
<classpathentry exported="true" kind="lib" path="lib/pmd-1.8.jar"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>

Binary file not shown.

@ -3,16 +3,16 @@
<plugin
id="net.sourceforge.pmd.core"
name="%plugin.name"
version="1.7.0.v3"
version="1.8.0.v3"
provider-name="%plugin.provider">
<runtime>
<library name="core.jar"/>
<library name="lib/pmd-1.7.jar">
<export name="*"/>
</library>
<library name="lib/jaxen-core-1.0-fcs.jar"/>
<library name="lib/saxpath-1.0-fcs.jar"/>
<library name="lib/pmd-1.8.jar">
<export name="*"/>
</library>
</runtime>
<extension