зеркало из https://github.com/mozilla/smarthome.git
[1452] MapDB database corruption (#1455)
Updated mapdb from version 1.0.2 to 1.0.9. Forum: https://www.eclipse.org/forums/index.php?t=msg&th=1075047&goto=1724448&#msg_1724448 Bug: https://github.com/eclipse/smarthome/issues/1452 Signed-off-by: Patrick Wolfart <p.wolfart@jung.de>
This commit is contained in:
Родитель
1652919328
Коммит
5aba84aff3
|
@ -3,7 +3,7 @@
|
|||
<classpathentry kind="src" path="src/main/groovy"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="lib" path="/org.eclipse.smarthome.storage.mapdb/lib/mapdb-1.0.2.jar"/>
|
||||
<classpathentry kind="lib" path="/org.eclipse.smarthome.storage.mapdb/lib/mapdb-1.0.9.jar"/>
|
||||
<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
|
||||
<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
|
||||
<classpathentry kind="output" path="target/test-classes"/>
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
<classpathentry kind="src" path="src/main/java"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="lib" path="lib/mapdb-1.0.2.jar" sourcepath="/Users/thomasee/Dev/Tools/MapDB-mapdb-1.0.2/src/main/java"/>
|
||||
<classpathentry kind="lib" path="lib/mapdb-1.0.9.jar"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
|
|
@ -20,5 +20,5 @@ Bundle-SymbolicName: org.eclipse.smarthome.storage.mapdb;singleton:=true
|
|||
Bundle-DocURL: http://www.openhab.org
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Bundle-ClassPath: .,
|
||||
lib/mapdb-1.0.2.jar
|
||||
lib/mapdb-1.0.9.jar
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
|
|
|
@ -8,35 +8,35 @@
|
|||
</head>
|
||||
<body lang="EN-US">
|
||||
<h2>About This Content</h2>
|
||||
|
||||
<p><<em>September 15, 2014</em>></p>
|
||||
|
||||
<p><<em>September 15, 2014</em>></p>
|
||||
<h3>License</h3>
|
||||
|
||||
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
|
||||
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
|
||||
indicated below, the Content is provided to you under the terms and conditions of the
|
||||
Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
|
||||
Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
|
||||
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
|
||||
For purposes of the EPL, "Program" will mean the Content.</p>
|
||||
|
||||
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
|
||||
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
|
||||
being redistributed by another party ("Redistributor") and different terms and conditions may
|
||||
apply to your use of any object code in the Content. Check the Redistributor's license that was
|
||||
apply to your use of any object code in the Content. Check the Redistributor's license that was
|
||||
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
|
||||
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
|
||||
and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
|
||||
|
||||
|
||||
|
||||
<h3>Third Party Content</h3>
|
||||
<p>The Content includes items that have been sourced from third parties as set out below. If you
|
||||
did not receive this Content directly from the Eclipse Foundation, the following is provided
|
||||
for informational purposes only, and you should look to the Redistributor's license for
|
||||
<p>The Content includes items that have been sourced from third parties as set out below. If you
|
||||
did not receive this Content directly from the Eclipse Foundation, the following is provided
|
||||
for informational purposes only, and you should look to the Redistributor's license for
|
||||
terms and conditions of use.</p>
|
||||
<p>
|
||||
<strong>MapDB 1.0.2</strong> <br/><br/>
|
||||
<strong>MapDB 1.0.9</strong> <br/><br/>
|
||||
This bundle includes the <a href="http://www.mapdb.org/">MapDB library</a>. The sources can be found at
|
||||
<a href="https://github.com/jankotek/MapDB/tree/mapdb-1.0.2">GitHub</a> and
|
||||
they are made available under the <a href="about_files/LICENSE-2.0.txt">Apache 2.0 license</a>.
|
||||
<a href="https://github.com/jankotek/MapDB/tree/mapdb-1.0.9">GitHub</a> and
|
||||
they are made available under the <a href="about_files/LICENSE-2.0.txt">Apache 2.0 license</a>.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -2,6 +2,6 @@ source.. = src/main/java/
|
|||
output.. = target/classes/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
lib/mapdb-1.0.2.jar,\
|
||||
lib/mapdb-1.0.9.jar,\
|
||||
OSGI-INF/,\
|
||||
about.html
|
||||
|
|
Двоичный файл не отображается.
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче