I have an EAR project with an EJB module. In the EJB module I have a source directory called /test. I don't want this particular directory to be included in the ejb archive inside the ear that gets deployed.
I'm using Eclipse Helios and JBoss tools. My deployment server is JBoss AS 5.1.
I tried to remove this /test source directory from the "Deployment Assembly" page in Eclipse, but that seems to have no effect.