First Commit from Source Code Reply

This commit is contained in:
vincenzofariello
2024-05-09 17:40:24 +02:00
parent 11e3b57c5b
commit 107a016cb9
35225 changed files with 1111346 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
@set ANT_HOME=apache-ant-1.9.2
@set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_45
@set PATH=%ANT_HOME%/bin;%JAVA_HOME%/bin
@call ant -buildfile build.xml hibernateGenDto -DdestDir=it/valueteam/gnp/dao/db/hb/crm -Drev=hibernateCRM.reveng.xml -DrevFK=hibernateCRMFK.reveng.xml
@pause