提交 1fd75398 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Include TransactionStore in MVStore jar

上级 3f3da4ef
...@@ -17,5 +17,6 @@ Bundle-Category: utility ...@@ -17,5 +17,6 @@ Bundle-Category: utility
Import-Package: javax.crypto, Import-Package: javax.crypto,
javax.crypto.spec javax.crypto.spec
Export-Package: org.h2.mvstore;version="${version}", Export-Package: org.h2.mvstore;version="${version}",
org.h2.mvstore.tx;version="${version}",
org.h2.mvstore.type;version="${version}", org.h2.mvstore.type;version="${version}",
org.h2.mvstore.rtree;version="${version}" org.h2.mvstore.rtree;version="${version}"
...@@ -240,8 +240,7 @@ public class Build extends BuildBase { ...@@ -240,8 +240,7 @@ public class Build extends BuildBase {
String classpath = "temp"; String classpath = "temp";
FileList files; FileList files;
files = files("src/main/org/h2/mvstore"). files = files("src/main/org/h2/mvstore").
exclude("src/main/org/h2/mvstore/db/*"). exclude("src/main/org/h2/mvstore/db/*");
exclude("src/main/org/h2/mvstore/tx/*");
StringList args = args(); StringList args = args();
if (debugInfo) { if (debugInfo) {
args = args.plus("-Xlint:unchecked", "-d", "temp", "-sourcepath", args = args.plus("-Xlint:unchecked", "-d", "temp", "-sourcepath",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论