Added columba

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2417 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-11-24 19:50:49 +00:00
parent 66cf63bdb2
commit 47a9670fc5
3 changed files with 6 additions and 0 deletions

2
pmd-web/src/copy_job.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
scp $1 tomcopeland@pmd.sf.net:/home/groups/p/pm/pmd/cgi-bin/jobs/

View File

@ -0,0 +1 @@
Sourceforge:Columba:columba:columba:columba/src

View File

@ -13,6 +13,9 @@ Dir.new("jobs").each { |candidate|
if ARGV.length != 0 && ARGV[0] != moduleDir
next
end
#if moduleDir != "columba"
# next
#end
job = PMD::Job.new(location,title,unixname,moduleDir,srcDir)
puts "Processing #{job}"
job.clear