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

The jar files are now about 50 KB smaller. In the last few versions they…

The jar files are now about 50 KB smaller. In the last few versions they contained superfluous classes.
上级 d6387ea9
...@@ -318,6 +318,8 @@ public class Build extends BuildBase { ...@@ -318,6 +318,8 @@ public class Build extends BuildBase {
exclude("temp/org/h2/dev/*"). exclude("temp/org/h2/dev/*").
exclude("temp/org/h2/jcr/*"). exclude("temp/org/h2/jcr/*").
exclude("temp/org/h2/jaqu/*"). exclude("temp/org/h2/jaqu/*").
exclude("temp/org/h2/java/*").
exclude("temp/org/h2/jcr/*").
exclude("temp/org/h2/mode/*"). exclude("temp/org/h2/mode/*").
exclude("temp/org/h2/samples/*"). exclude("temp/org/h2/samples/*").
exclude("temp/org/h2/server/ftp/*"). exclude("temp/org/h2/server/ftp/*").
...@@ -341,6 +343,8 @@ public class Build extends BuildBase { ...@@ -341,6 +343,8 @@ public class Build extends BuildBase {
exclude("temp/org/h2/build/*"). exclude("temp/org/h2/build/*").
exclude("temp/org/h2/dev/*"). exclude("temp/org/h2/dev/*").
exclude("temp/org/h2/jaqu/*"). exclude("temp/org/h2/jaqu/*").
exclude("temp/org/h2/java/*").
exclude("temp/org/h2/jcr/*").
exclude("temp/org/h2/mode/*"). exclude("temp/org/h2/mode/*").
exclude("temp/org/h2/samples/*"). exclude("temp/org/h2/samples/*").
exclude("temp/org/h2/test/*"). exclude("temp/org/h2/test/*").
...@@ -365,12 +369,15 @@ public class Build extends BuildBase { ...@@ -365,12 +369,15 @@ public class Build extends BuildBase {
exclude("temp/org/h2/dev/*"). exclude("temp/org/h2/dev/*").
exclude("temp/org/h2/fulltext/*"). exclude("temp/org/h2/fulltext/*").
exclude("temp/org/h2/jaqu/*"). exclude("temp/org/h2/jaqu/*").
exclude("temp/org/h2/java/*").
exclude("temp/org/h2/jdbcx/*"). exclude("temp/org/h2/jdbcx/*").
exclude("temp/org/h2/jcr/*").
exclude("temp/org/h2/mode/*"). exclude("temp/org/h2/mode/*").
exclude("temp/org/h2/samples/*"). exclude("temp/org/h2/samples/*").
exclude("temp/org/h2/server/*"). exclude("temp/org/h2/server/*").
exclude("temp/org/h2/test/*"). exclude("temp/org/h2/test/*").
exclude("temp/org/h2/tools/*"). exclude("temp/org/h2/tools/*").
exclude("temp/org/h2/upgrade/*").
exclude("*.bat"). exclude("*.bat").
exclude("*.sh"). exclude("*.sh").
exclude("*.txt"); exclude("*.txt");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论