Add files so that the pmd module could be checked out as an Eclipse project

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3557 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2005-06-10 17:50:28 +00:00
parent 9aa113572b
commit 148c7e1f0b
2 changed files with 30 additions and 0 deletions

13
pmd/.classpath Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="regress"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jaxen-core-1.0-fcs.jar"/>
<classpathentry kind="lib" path="lib/saxpath-1.0-fcs.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar"/>
<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar"/>
<classpathentry sourcepath="ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.0.0/src/org.junit_3.8.1/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/>
<classpathentry kind="var" path="ANT_HOME/ant.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

17
pmd/.project Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>pmd</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>