Re: src/main/config

2006-11-01 Thread Jorg Heymans
Erik Drolshammer wrote: Hi! What is the difference between src/main/config and src/main/resources? Anything you want to be included in the classpath of your application should go in src/main/resources. Other config files that are not needed at runtime by your application (eg checkstyle*.xml

src/main/config

2006-10-31 Thread Erik Drolshammer
Hi! What is the difference between src/main/config and src/main/resources? Which files should go where? Would it be possible to provide som concrete examples? Currently my config-folder is empty and resources contain: custom hibernate-mappingfiles acegi*.xml applicationContext*.xml