product-iots/modules/distribution/src/samples/common.xml

10 lines
558 B
XML
Raw Normal View History

<project>
<property name="lib.dir" value="../../repository/components/plugins"/>
<property name="target.db.dir" value="../../repository/database"/>
<property name="target.sketch.dir" value="../../repository/resources/sketches"/>
<property name="target.unit.dir" value="../../repository/deployment/server/jaggeryapps/iotserver/units"/>
<property name="db.username" value="wso2carbon"/>
<property name="db.password" value="wso2carbon"/>
<property name="db.dir" value="database"/>
<property name="db.type" value="h2"/>
</project>