Subversion Repositories bacoAlunos

Rev

Rev 1384 | Rev 1387 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1384 Rev 1386
Line 582... Line 582...
582
                properties="${jdbc.properties.build}/${jdbc.properties.filename}"
582
                properties="${jdbc.properties.build}/${jdbc.properties.filename}"
583
                quiet="no"
583
                quiet="no"
584
                text="no">
584
                text="no">
585
            <fileset dir="${hbm.dir}">
585
            <fileset dir="${hbm.dir}">
586
                <include name="**/*.hbm.xml"/>
586
                <include name="**/*.hbm.xml"/>
587
                <exclude name="**/Olap*.hbm.xml"/>
587
                <!--<exclude name="**/Olap*.hbm.xml"/>-->
588
            </fileset>
588
            </fileset>
589
        </schemaupdate>
589
        </schemaupdate>
590
 
590
 
-
 
591
        <!--
591
        <schemaupdate
592
        <schemaupdate
592
                properties="${jdbc.olap.properties.build}/${jdbc.olap.properties.filename}"
593
                properties="${jdbc.olap.properties.build}/${jdbc.olap.properties.filename}"
593
                quiet="no"
594
                quiet="no"
594
                text="no">
595
                text="no">
595
            <fileset dir="${hbm.dir}">
596
            <fileset dir="${hbm.dir}">
596
                <include name="**/Olap*.hbm.xml"/>
597
                <include name="**/Olap*.hbm.xml"/>
597
            </fileset>
598
            </fileset>
598
        </schemaupdate>
599
        </schemaupdate>-->
599
    </target>
600
    </target>
600
 
601
 
601
    <target name="generateHibernateDomainObjects">
602
    <target name="generateHibernateDomainObjects">
602
        <replace dir="${hbm.dir}" value="">
603
        <replace dir="${hbm.dir}" value="">
603
            <include name="**/*.hbm.xml"/>
604
            <include name="**/*.hbm.xml"/>