[jboss-user] [JBoss Tools (users)] - Re: How to exclude directory in 2.0Beta3 project archives?

jiyanghu do-not-reply at jboss.com
Fri Sep 21 11:02:37 EDT 2007


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#4087291

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087291



More information about the jboss-user mailing list