Subversion Repositories bacoAlunos

Rev

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

Rev 1525 Rev 1547
Line 601... Line 601...
601
            </fileset>
601
            </fileset>
602
        </schemaexport>
602
        </schemaexport>
603
    </target>-->
603
    </target>-->
604
 
604
 
605
    <target name="generateUpdateHibernateSql" depends="build">
605
    <target name="generateUpdateHibernateSql" depends="build">
606
        <taskdef name="schemaupdate"
606
        <!--<taskdef name="schemaupdate"
607
                 classname="org.hibernate.tool.hbm2ddl.SchemaUpdateTask"
607
                 classname="org.hibernate.tool.hbm2ddl.SchemaUpdateTask"
608
                 classpathref="pathToToolsLib" classpath="${build.dir.classes}"/>
608
                 classpathref="pathToToolsLib" classpath="${build.dir.classes}"/>-->
609
 
-
 
-
 
609
        <taskdef name="schemaupdate"
-
 
610
        classname="jomm.dao.utils.JommSchemaUpdateTask"
-
 
611
        classpathref="pathToToolsLib" classpath="${build.dir.classes}"/>
610
        <schemaupdate
612
        <schemaupdate
611
                properties="${jdbc.properties.build}/${jdbc.properties.filename}"
613
                properties="${jdbc.properties.build}/${jdbc.properties.filename}"
612
                quiet="no"
614
                quiet="false"
613
                text="no">
615
                text="false">
614
            <fileset dir="${hbm.dir}">
616
            <fileset dir="${hbm.dir}">
615
                <include name="**/*.hbm.xml"/>
617
                <include name="**/*.hbm.xml"/>
616
                <!--<exclude name="**/Olap*.hbm.xml"/>-->
618
                <!--<exclude name="**/Olap*.hbm.xml"/>-->
617
            </fileset>
619
            </fileset>
618
        </schemaupdate>
620
        </schemaupdate>