19 lines
462 B
XML
19 lines
462 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
zk.xml Copyright (C) 2006 Potix Corporation. All Rights Reserved.
|
|
-->
|
|
|
|
<zk>
|
|
<!-- id generator for selenium testing -->
|
|
<system-config>
|
|
<id-generator-class>org.adempiere.webui.AdempiereIdGenerator</id-generator-class>
|
|
</system-config>
|
|
|
|
<!-- turn off uuid reuse for selenium testing -->
|
|
<library-property>
|
|
<name>org.zkoss.zk.ui.uuidRecycle.disabled</name>
|
|
<value>true</value>
|
|
</library-property>
|
|
</zk>
|