updated to pmd-3.2

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3689 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Radim Kubacki
2005-07-10 18:25:48 +00:00
parent 7c109614ae
commit 285434045a
4 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<import file="nbproject/build-impl.xml"/>
<property name="pmd.jar" value="pmd-3.1.jar"/>
<property name="pmd.jar" value="pmd-3.2.jar"/>
<property name="VERSION" value="1.2"/>
<property file="build.ant.properties"/>

View File

@ -1,7 +1,6 @@
#cp.extra=lib/jaxen-core-1.0-fcs.jar:lib/pmd-2.1.jar:lib/saxpath-1.0-fcs.jar:lib/jakarta-oro-2.0.jar
extra.module.files=\
modules/ext/jaxen-core-1.0-fcs.jar,\
modules/ext/pmd-3.1.jar \
modules/ext/pmd-3.2.jar \
modules/ext/saxpath-1.0-fcs.jar \
modules/ext/jakarta-oro-2.0.jar
nbm.distribution=http://pmd.sourceforge.net/

View File

@ -89,9 +89,9 @@
</class-path-extension>
<class-path-extension>
<!-- Deployed path, relative to dir containing module: -->
<runtime-relative-path>ext/pmd-3.1.jar</runtime-relative-path>
<runtime-relative-path>ext/pmd-3.2.jar</runtime-relative-path>
<!-- Path of library in your own sources, relative to project basedir: -->
<binary-origin>lib/pmd-3.1.jar</binary-origin>
<binary-origin>lib/pmd-3.2.jar</binary-origin>
</class-path-extension>
<public-packages/>
</data>