IDEMPIERE-2968:make all url as properties let idempiere can total material with offline repository
use parameter for link to repository, so can use offline repository, so help increase test speed
This commit is contained in:
parent
fe3a5c58ee
commit
abd60281c3
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?><cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="adempiere.rmap" properties="file:/mnt/data/dev/project/me/repository/stuff/setup.idempiere/materialize.local.properties">
|
<?xml version="1.0" encoding="UTF-8"?><cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="adempiere.rmap" properties="materialize.properties">
|
||||||
<cq:rootRequest name="org.adempiere.sdk" componentType="eclipse.feature"/>
|
<cq:rootRequest name="org.adempiere.sdk" componentType="eclipse.feature"/>
|
||||||
<cq:property key="buckminster.download.source" value="true"/>
|
<cq:property key="buckminster.download.source" value="true"/>
|
||||||
<cq:property key="osgi.configuration.area.default" value="configuration"/>
|
<cq:property key="osgi.configuration.area.default" value="configuration"/>
|
||||||
|
|
Loading…
Reference in New Issue