Fixed arg value to Generate Model to have single quotes around it.
This commit is contained in:
parent
bb5cdbdd1c
commit
9d5aecf4ca
|
@ -97,7 +97,7 @@
|
||||||
<classpath refid="class.path.test" />
|
<classpath refid="class.path.test" />
|
||||||
<arg value="org.compiere.model"/>
|
<arg value="org.compiere.model"/>
|
||||||
<arg value="D"/>
|
<arg value="D"/>
|
||||||
<arg value="AD_Package_Exp_Detail"/>
|
<arg value="'AD_Package_Exp_Detail'"/>
|
||||||
</java>
|
</java>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue