зеркало из https://github.com/mozilla/smarthome.git
added mapdb tests to Maven build
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Родитель
8eeba138d7
Коммит
9e07adb41d
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче