forked from phoedos/pmd
*** empty log message ***
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@573 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
13
pmd-eclipse/.classpath
Normal file
13
pmd-eclipse/.classpath
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
|
||||
<classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.core.runtime_2.0.0/runtime.jar"/>
|
||||
<classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.pde.core_2.0.0/pdecore.jar"/>
|
||||
<classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.swt.win32_2.0.0/ws/win32/swt.jar"/>
|
||||
<classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.ui_2.0.0/workbench.jar"/>
|
||||
<classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.ui.win32_2.0.0/workbenchwin32.jar"/>
|
||||
<classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.core.resources_2.0.0/resources.jar"/>
|
||||
<classpathentry kind="lib" path="C:/eclipse/workspace/pmd-eclipse/lib/pmd-0.8.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
17
pmd-eclipse/.project
Normal file
17
pmd-eclipse/.project
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>pmd-eclipse</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>
|
4
pmd-eclipse/TODO.txt
Normal file
4
pmd-eclipse/TODO.txt
Normal file
@ -0,0 +1,4 @@
|
||||
1. DONE. Clear out task list of previously entered PMD tasks when re-running PMD
|
||||
2. DONE. Modify to allow allow ruleset selection from a drop-down list that is populated from
|
||||
the ruleset.properties file. The user should still be allowed to type in a rule set as well.
|
||||
3. DONE. Update to use PMD 0.8
|
Reference in New Issue
Block a user