deprecated JRE_LIB replaced with org.eclipse.jdt.launching.JRE_CONTAINER

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6752 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch 2008-12-11 18:50:48 +00:00
parent 3f719b9b0f
commit ffb1131fe0

View File

@ -3,10 +3,10 @@
<classpathentry kind="src" path="regress"/>
<classpathentry kind="src" path="rulesets"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="var" path="JRE_LIB"/>
<classpathentry kind="var" path="ANT_HOME/ant.jar"/>
<classpathentry kind="lib" path="lib/junit-4.4.jar"/>
<classpathentry kind="lib" path="lib/jaxen-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/asm-3.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build"/>
</classpath>