Update to latest PMD core. And Rhino jar update.

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7045 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Ryan Gustafson
2009-12-19 07:32:11 +00:00
parent 5012b2b129
commit 3c6f2d27ff
6 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,5 @@
<?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.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/castor-1.1.2.1-xml.jar"/>
@ -14,5 +13,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/js-cvs-12122009.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -22,7 +22,7 @@ Bundle-ClassPath: lib/asm-3.2.jar,
lib/junit.jar,
lib/log4j-1.2.15.jar,
lib/saxon9.jar,
lib/js-cvs-11282008.jar,
lib/js-cvs-12122009.jar,
lib/pmd-5.0.jar,
lib/xercesImpl-2.6.2.jar,
lib/xmlParserAPIs-2.6.2.jar,

View File

@ -30,7 +30,7 @@ bin.includes = META-INF/,\
welcome.xml,\
pmd-plugin.jar,\
lib/saxon9.jar,\
lib/js-cvs-11282008.jar
lib/js-cvs-12122009.jar
src.includes = icons/,\
META-INF/,\
plugin.xml,\