Fixed arg value to Generate Model to have single quotes around it.

This commit is contained in:
wght 2007-05-25 19:33:23 +00:00
parent bb5cdbdd1c
commit 9d5aecf4ca
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
<classpath refid="class.path.test" />
<arg value="org.compiere.model"/>
<arg value="D"/>
<arg value="AD_Package_Exp_Detail"/>
<arg value="'AD_Package_Exp_Detail'"/>
</java>
</target>