added mapdb tests to Maven build

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2014-10-24 12:24:39 +02:00
Родитель 8eeba138d7
Коммит 9e07adb41d
4 изменённых файлов: 7 добавлений и 3 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -12,3 +12,6 @@ distribution/smarthome/*.zip
distribution/smarthome/runtime/etc/mapdb/storage.mapdb
distribution/smarthome/runtime/etc/mapdb/storage.mapdb.p
distribution/smarthome/runtime/etc/mapdb/storage.mapdb.t
bundles/storage/org.eclipse.smarthome.storage.mapdb.test/userdata/mapdb/storage.mapdb
bundles/storage/org.eclipse.smarthome.storage.mapdb.test/userdata/mapdb/storage.mapdb.p
bundles/storage/org.eclipse.smarthome.storage.mapdb.test/userdata/mapdb/storage.mapdb.t

Просмотреть файл

@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for the openHAB MapDB Storage
Bundle-SymbolicName: org.eclipse.smarthome.storage.mapdb.test
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.8.0.qualifier
Bundle-Vendor: Eclipse.org/SmartHome
Fragment-Host: org.eclipse.smarthome.storage.mapdb;bundle-version="0.7.0.qualifier"
Fragment-Host: org.eclipse.smarthome.storage.mapdb
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: groovy.lang,
org.codehaus.groovy.reflection,

Просмотреть файл

@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.smarthome.bundles</groupId>
<artifactId>storage</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</version>
</parent>
<properties>

Просмотреть файл

@ -17,6 +17,7 @@
<modules>
<module>org.eclipse.smarthome.storage.mapdb</module>
<module>org.eclipse.smarthome.storage.mapdb.test</module>
</modules>
</project>