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:
@ -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"/>
|
||||
|
Binary file not shown.
@ -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/
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user