2c7c0e6c44
Updating to new version of PMD and v1.2.0 for plugin git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2337 51baf565-9d33-0410-a72c-fc3788e3496d
19 lines
483 B
INI
19 lines
483 B
INI
src.includes = *
|
|
src.excludes = *.jar
|
|
bin.includes = icons/*,\
|
|
lib/*,\
|
|
nl/**/*.properties,\
|
|
*.txt,\
|
|
doc.zip,\
|
|
log4j.*,\
|
|
message.properties,\
|
|
plugin.properties,\
|
|
plugin.xml,\
|
|
plugin_fr.properties,\
|
|
toc.xml
|
|
bin.excludes = src/,\
|
|
CVS/,\
|
|
*.classpath,\
|
|
*.project
|
|
source.pmd-eclipse.jar = src/
|