forked from phoedos/pmd
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:
6
pmd-eclipse/.classpath
Normal file
6
pmd-eclipse/.classpath
Normal 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
2
pmd-eclipse/.pmd
Normal file
File diff suppressed because one or more lines are too long
@ -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>
|
||||
|
Reference in New Issue
Block a user