Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1385 → Rev 1386

/branches/v3/impl/build.xml
584,10 → 584,11
text="no">
<fileset dir="${hbm.dir}">
<include name="**/*.hbm.xml"/>
<exclude name="**/Olap*.hbm.xml"/>
<!--<exclude name="**/Olap*.hbm.xml"/>-->
</fileset>
</schemaupdate>
 
<!--
<schemaupdate
properties="${jdbc.olap.properties.build}/${jdbc.olap.properties.filename}"
quiet="no"
595,7 → 596,7
<fileset dir="${hbm.dir}">
<include name="**/Olap*.hbm.xml"/>
</fileset>
</schemaupdate>
</schemaupdate>-->
</target>
 
<target name="generateHibernateDomainObjects">