|
Revision 699:b9d188ef9468, 1.0 kB
(checked in by Harri Kaimio <harri@…>, 4 years ago)
|
|
Added support for coverage analysis with Cobertura
|
| Line | |
|---|
| 1 | <?xml version='1.0' ?> |
|---|
| 2 | <!-- |
|---|
| 3 | This is configuration file for Photovault image organizing application |
|---|
| 4 | --> |
|---|
| 5 | <photovault-config version="0.6.0"> |
|---|
| 6 | <!-- Installation specific properties --> |
|---|
| 7 | <databases> |
|---|
| 8 | <database name="pv_junit" instanceType="TYPE_EMBEDDED" instanceDir="/tmp/pv_junit_derby_instance27098"> |
|---|
| 9 | <volume-mounts> |
|---|
| 10 | </volume-mounts> |
|---|
| 11 | <volumes> |
|---|
| 12 | <volume name="defaultVolume" basedir="/tmp/pv_conversion_testvol27109"/> <external-volume name="extvol_photos" basedir="/tmp/pv_conversion_extvol27110" folder="4"/> </volumes> |
|---|
| 13 | </database> |
|---|
| 14 | <database name="testing" instanceType="TYPE_EMBEDDED" instanceDir="/tmp/photovault_test_volume27117"> |
|---|
| 15 | <volume-mounts> |
|---|
| 16 | <mountpoint dir="/tmp/testing"/> |
|---|
| 17 | </volume-mounts> |
|---|
| 18 | <volumes> |
|---|
| 19 | <volume name="legacyTest1" basedir="testdir/legacyvolume1"/> <external-volume name="legacyTest2" basedir="testdir/legacyvolume2" folder="4"/> </volumes> |
|---|
| 20 | </database> |
|---|
| 21 | </databases> |
|---|
| 22 | </photovault-config> |
|---|