Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ant/docs/examples/5-minute-tutorial/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<target name="reveng" depends="clean">
<!-- Generation of the artefacts in folder 'generated-sources' -->
<hibernatetool destdir="generated-sources">
<!-- JDBC Configuration with properties in file 'hibernate.properties' -->
<jdbcconfiguration propertyfile="hibernate.properties" />
<!-- JDBC Configuration with properties in file '../common/hibernate.properties' -->
<jdbcconfiguration propertyfile="../common/hibernate.properties" />
<!-- The Java file exporter -->
<hbm2java/>
</hibernatetool>
Expand Down
2 changes: 1 addition & 1 deletion ant/docs/examples/templatepath/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<hibernatetool
destdir="generated-sources"
templatepath="templates">
<jdbcconfiguration propertyfile="hibernate.properties" />
<jdbcconfiguration propertyfile="../common/hibernate.properties" />
<!-- The main template file used by the Java exporter is to be found in the location 'pojo/Pojo.ftl' -->
<hbm2java/>
</hibernatetool>
Expand Down
23 changes: 0 additions & 23 deletions ant/docs/examples/templatepath/hibernate.properties

This file was deleted.