Update PMD version to current trunk. Add JARs for Saxon and Rhino.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6741 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry exported="true" kind="lib" path="lib/js-cvs-11282008.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/saxon9.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/asm-3.1.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/castor-1.1.2.1-xml.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.1.jar"/>
|
||||
|
@ -21,6 +21,8 @@ Bundle-ClassPath: lib/asm-3.1.jar,
|
||||
lib/jaxen-1.1.1.jar,
|
||||
lib/junit.jar,
|
||||
lib/log4j-1.2.15.jar,
|
||||
lib/saxon9.jar,
|
||||
lib/js-cvs-11282008.jar,
|
||||
lib/pmd-5.0.jar,
|
||||
lib/xercesImpl-2.6.2.jar,
|
||||
lib/xmlParserAPIs-2.6.2.jar,
|
||||
|
@ -28,7 +28,9 @@ bin.includes = META-INF/,\
|
||||
about.ini,\
|
||||
toc.xml,\
|
||||
welcome.xml,\
|
||||
pmd-plugin.jar
|
||||
pmd-plugin.jar,\
|
||||
lib/saxon9.jar,\
|
||||
lib/js-cvs-11282008.jar
|
||||
src.includes = icons/,\
|
||||
META-INF/,\
|
||||
plugin.xml,\
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user