ccrotty: do you want this done from an ant script or inside eclipse?
if you don’t care how it’s done the easiest solution is to add multiple source directories to your project, anything inside the source directory will be copied into the output folder (for a web project that is WEB-INF/classes)
to add another source folder:
right click on the project in question
choose properties
click on Java Build Path
and click on the “Source Tab”
and click add folder…