Hi, in appfuse 2.x How con i exlude the entity ddl generate ?
i wouldn´t like that entity Role was generated, how ? <mapping class="org.xxxxxxxxxxx.l.Role"/> in appfuse 1.x, with something similar to the next worked: <fileset dir="${build.dir}/dao/gen" includes=" **/*.hbm.xml" excludes=" **/Role.hbm.xml, Thanks