提交 c0d8e5fc authored 作者: Thomas Mueller's avatar Thomas Mueller

Fix the build

上级 f3cd8fda
...@@ -534,7 +534,7 @@ public class Build extends BuildBase { ...@@ -534,7 +534,7 @@ public class Build extends BuildBase {
delete("docs"); delete("docs");
mkdir("docs/javadoc"); mkdir("docs/javadoc");
javadoc("-sourcepath", "src/main", "org.h2.jdbc", "org.h2.jdbcx", javadoc("-sourcepath", "src/main", "org.h2.jdbc", "org.h2.jdbcx",
"org.h2.tools", "org.h2.api", "org.h2.constant", "org.h2.fulltext", "org.h2.tools", "org.h2.api", "org.h2.engine", "org.h2.fulltext",
"-classpath", "-classpath",
"ext/lucene-core-3.0.2.jar" + "ext/lucene-core-3.0.2.jar" +
File.pathSeparator + "ext/jts-1.13.jar", File.pathSeparator + "ext/jts-1.13.jar",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论