File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1515# See the License for the specific language governing permissions and #
1616# limitations under the License. #
1717# ###########################################################################
18- generated-sources
18+ generated
Original file line number Diff line number Diff line change 2020
2121 <target name =" clean" >
2222 <!-- Delete the folder 'generated-sources' if it exists -->
23- <delete dir =" generated-sources " />
23+ <delete dir =" generated" />
2424 </target >
2525
2626 <target name =" reveng" depends =" clean" >
2727 <!-- Generation of the artefacts in folder 'generated-sources' -->
28- <hibernatetool destdir =" generated-sources " >
28+ <hibernatetool destdir =" generated" >
2929 <!-- JDBC Configuration with properties in file '../common/hibernate.properties' -->
3030 <jdbcconfiguration propertyfile =" ../common/hibernate.properties" />
3131 <!-- The Java file exporter -->
Original file line number Diff line number Diff line change 1515# See the License for the specific language governing permissions and #
1616# limitations under the License. #
1717# ###########################################################################
18- generated-sources
18+ generated
Original file line number Diff line number Diff line change 2020
2121 <target name =" clean" >
2222 <!-- Delete the folder 'generated-sources' if it exists -->
23- <delete dir =" generated-sources " />
23+ <delete dir =" generated" />
2424 </target >
2525
2626 <target name =" reveng" depends =" clean" >
27- <hibernatetool destdir =" generated-sources " >
27+ <hibernatetool destdir =" generated" >
2828 <!-- Native configuration reading properties from '../common/hibernate.properties' -->
2929 <configuration propertyfile =" ../common/hibernate.properties" />
3030 <!-- Transform the 'hibernate.properties' file in 'hibernate.cfg.xml' -->
Original file line number Diff line number Diff line change 1515# See the License for the specific language governing permissions and #
1616# limitations under the License. #
1717# ###########################################################################
18- generated-sources
18+ generated
1919* .class
Original file line number Diff line number Diff line change 2020
2121 <target name =" clean" >
2222 <!-- Delete the folder 'generated-sources' if it exists -->
23- <delete dir =" generated-sources " />
23+ <delete dir =" generated" />
2424 <delete file =" Foo.class" />
2525 </target >
2626
3030 </target >
3131
3232 <target name =" reveng" depends =" compile" >
33- <hibernatetool destdir =" generated-sources " >
33+ <hibernatetool destdir =" generated" >
3434 <classpath location =" ." />
3535 <!-- Native configuration read from 'hibernate.cfg.xml' -->
3636 <configuration configurationfile =" hibernate.cfg.xml" />
Original file line number Diff line number Diff line change 1515# See the License for the specific language governing permissions and #
1616# limitations under the License. #
1717# ###########################################################################
18- generated-sources
18+ generated
Original file line number Diff line number Diff line change 2020
2121 <target name =" clean" >
2222 <!-- Delete the folder 'generated-sources' if it exists -->
23- <delete dir =" generated-sources " />
23+ <delete dir =" generated" />
2424 </target >
2525
2626 <target name =" reveng" depends =" clean" >
2727 <!-- Hibernate Tools will look for templates to use in the 'templates' folder -->
2828 <hibernatetool
29- destdir =" generated-sources "
29+ destdir =" generated"
3030 templatepath =" templates" >
3131 <jdbcconfiguration propertyfile =" ../common/hibernate.properties" />
3232 <!-- The main template file used by the Java exporter is to be found in the location 'pojo/Pojo.ftl' -->
You can’t perform that action at this time.
0 commit comments