sorry not adding "code" so can't find them in my last post
1. Original snippet
<folder name="hbm">
| <fileset dir="/fqportal/src"
includes="**/*.hbm.xml" inWorkspace="true">
| <properties></properties>
| </fileset>
| <properties></properties>
| </folder>
|
2. Added exclude element,
<folder name="hbm">
| <fileset dir="/fqportal/src"
includes="**/*.hbm.xml" excludes="**/com"
inWorkspace="true">
| <properties></properties>
| </fileset>
| <properties></properties>
| </folder>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087291#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...