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 15
15
# See the License for the specific language governing permissions and #
16
16
# limitations under the License. #
17
17
# ###########################################################################
18
- generated-sources
18
+ generated
Original file line number Diff line number Diff line change 20
20
21
21
<target name =" clean" >
22
22
<!-- Delete the folder 'generated-sources' if it exists -->
23
- <delete dir =" generated-sources " />
23
+ <delete dir =" generated" />
24
24
</target >
25
25
26
26
<target name =" reveng" depends =" clean" >
27
27
<!-- Generation of the artefacts in folder 'generated-sources' -->
28
- <hibernatetool destdir =" generated-sources " >
28
+ <hibernatetool destdir =" generated" >
29
29
<!-- JDBC Configuration with properties in file '../common/hibernate.properties' -->
30
30
<jdbcconfiguration propertyfile =" ../common/hibernate.properties" />
31
31
<!-- The Java file exporter -->
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and #
16
16
# limitations under the License. #
17
17
# ###########################################################################
18
- generated-sources
18
+ generated
Original file line number Diff line number Diff line change 20
20
21
21
<target name =" clean" >
22
22
<!-- Delete the folder 'generated-sources' if it exists -->
23
- <delete dir =" generated-sources " />
23
+ <delete dir =" generated" />
24
24
</target >
25
25
26
26
<target name =" reveng" depends =" clean" >
27
- <hibernatetool destdir =" generated-sources " >
27
+ <hibernatetool destdir =" generated" >
28
28
<!-- Native configuration reading properties from '../common/hibernate.properties' -->
29
29
<configuration propertyfile =" ../common/hibernate.properties" />
30
30
<!-- Transform the 'hibernate.properties' file in 'hibernate.cfg.xml' -->
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and #
16
16
# limitations under the License. #
17
17
# ###########################################################################
18
- generated-sources
18
+ generated
19
19
* .class
Original file line number Diff line number Diff line change 20
20
21
21
<target name =" clean" >
22
22
<!-- Delete the folder 'generated-sources' if it exists -->
23
- <delete dir =" generated-sources " />
23
+ <delete dir =" generated" />
24
24
<delete file =" Foo.class" />
25
25
</target >
26
26
30
30
</target >
31
31
32
32
<target name =" reveng" depends =" compile" >
33
- <hibernatetool destdir =" generated-sources " >
33
+ <hibernatetool destdir =" generated" >
34
34
<classpath location =" ." />
35
35
<!-- Native configuration read from 'hibernate.cfg.xml' -->
36
36
<configuration configurationfile =" hibernate.cfg.xml" />
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and #
16
16
# limitations under the License. #
17
17
# ###########################################################################
18
- generated-sources
18
+ generated
67E6
Original file line number Diff line number Diff line change 20
20
21
21
<target name =" clean" >
22
22
<!-- Delete the folder 'generated-sources' if it exists -->
23
- <delete dir =" generated-sources " />
23
+ <delete dir =" generated" />
24
24
</target >
25
25
26
26
<target name =" reveng" depends =" clean" >
27
27
<!-- Hibernate Tools will look for templates to use in the 'templates' folder -->
28
28
<hibernatetool
29
- destdir =" generated-sources "
29
+ destdir =" generated"
30
30
templatepath =" templates" >
31
31
<jdbcconfiguration propertyfile =" ../common/hibernate.properties" />
32
32
<!-- 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