Small typo fix. Thank's to Felix!
This commit is contained in:
parent
9d43222532
commit
f6f56465d1
|
@ -16,7 +16,7 @@
|
|||
<target name="init">
|
||||
<echo message="============================================================" />
|
||||
<echo message=" Oracle database migration tool for Adempiere ERP" />
|
||||
<echo message=" Adempiere Licese is GNU GPL License" />
|
||||
<echo message=" Adempiere License is GNU GPL License" />
|
||||
<echo message="============================================================" />
|
||||
<echo message="" file="sqlplus.log" append="false" />
|
||||
<echo append="false" file="build.log" message="#Build log:${line.separator}${line.separator}" />
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<target name="init">
|
||||
<echo message="============================================================" />
|
||||
<echo message=" PostgreSQL database update tool for Adempiere ERP" />
|
||||
<echo message=" Adempiere Licese is GNU GPL License" />
|
||||
<echo message=" Adempiere License is GNU GPL License" />
|
||||
<echo message="============================================================" />
|
||||
<echo message="" file="psql.log" append="false" />
|
||||
<echo append="false" file="build.log" message="#Build log:${line.separator}${line.separator}" />
|
||||
|
|
Loading…
Reference in New Issue