Revert pmd-eclipse project to a Java Project to fix build path errors

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4596 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2006-10-08 22:01:38 +00:00
parent f3935e6fda
commit b8fe282b90
3 changed files with 14 additions and 1 deletions

6
pmd-eclipse/.classpath Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

2
pmd-eclipse/.pmd Normal file

File diff suppressed because one or more lines are too long

View File

@ -3,9 +3,13 @@
<name>pmd-eclipse</name>
<comment></comment>
<projects>
<project>pmd-eclipse-pmd</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
@ -19,5 +23,6 @@
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>