From 24178548a919190794e91332077e59be98d5c6dd Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Wed, 10 Dec 2003 20:12:00 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2463 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-web/src/jobs/jfcunit_main.txt | 1 + pmd-web/src/processor.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 pmd-web/src/jobs/jfcunit_main.txt diff --git a/pmd-web/src/jobs/jfcunit_main.txt b/pmd-web/src/jobs/jfcunit_main.txt new file mode 100755 index 0000000000..5e2876bcff --- /dev/null +++ b/pmd-web/src/jobs/jfcunit_main.txt @@ -0,0 +1 @@ +Sourceforge:JFCUnit:jfcunit:main:main/src diff --git a/pmd-web/src/processor.rb b/pmd-web/src/processor.rb index 02f2e51e96..0069cb5884 100644 --- a/pmd-web/src/processor.rb +++ b/pmd-web/src/processor.rb @@ -13,7 +13,7 @@ Dir.new("jobs").each { |candidate| if ARGV.length != 0 && ARGV[0] != moduleDir next end - #if moduleDir != "jagzilla" + #if moduleDir != "main" # next #end job = PMD::Job.new(location,title,unixname,moduleDir,srcDir)