提交 2bc107ec authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 9caf303b
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.code; package org.h2.build.code;
import java.io.File; import java.io.File;
import java.io.IOException; import java.io.IOException;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.code; package org.h2.build.code;
import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream;
import java.io.File; import java.io.File;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.code; package org.h2.build.code;
import java.io.BufferedInputStream; import java.io.BufferedInputStream;
import java.io.BufferedOutputStream; import java.io.BufferedOutputStream;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.doc; package org.h2.build.doc;
import java.io.File; import java.io.File;
import java.io.FileInputStream; import java.io.FileInputStream;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.doc; package org.h2.build.doc;
import java.io.File; import java.io.File;
import java.io.FileReader; import java.io.FileReader;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.doc; package org.h2.build.doc;
import java.io.File; import java.io.File;
import java.io.FileReader; import java.io.FileReader;
...@@ -26,7 +26,7 @@ public class MergeDocs { ...@@ -26,7 +26,7 @@ public class MergeDocs {
private void run(String[] args) throws Exception { private void run(String[] args) throws Exception {
// the order of pages is important here // the order of pages is important here
String[] pages = { "quickstartText.html", "installation.html", "tutorial.html", "features.html", String[] pages = { "quickstart.html", "installation.html", "tutorial.html", "features.html",
"performance.html", "advanced.html", "grammar.html", "functions.html", "datatypes.html", "build.html", "performance.html", "advanced.html", "grammar.html", "functions.html", "datatypes.html", "build.html",
"history.html", "faq.html", "license.html" }; "history.html", "faq.html", "license.html" };
StringBuffer buff = new StringBuffer(); StringBuffer buff = new StringBuffer();
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.doc; package org.h2.build.doc;
import java.io.File; import java.io.File;
import java.io.FileReader; import java.io.FileReader;
...@@ -42,7 +42,7 @@ public class SpellChecker { ...@@ -42,7 +42,7 @@ public class SpellChecker {
public static void main(String[] args) throws IOException { public static void main(String[] args) throws IOException {
String dir = "src"; String dir = "src";
new SpellChecker().run("tools/org/h2/tools/doc/dictionary.txt", dir); new SpellChecker().run("tools/org/h2/build/doc/dictionary.txt", dir);
} }
private void run(String dictionary, String dir) throws IOException { private void run(String dictionary, String dir) throws IOException {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.doc; package org.h2.build.doc;
import java.io.File; import java.io.File;
import java.io.FileInputStream; import java.io.FileInputStream;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.doc; package org.h2.build.doc;
import java.io.File; import java.io.File;
import java.io.FileReader; import java.io.FileReader;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.doc; package org.h2.build.doc;
/** /**
* This class implements a simple XML pull parser. * This class implements a simple XML pull parser.
......
...@@ -484,4 +484,6 @@ yyyy zeile zero zeros zeta zip zloty zone zwj zwnj ...@@ -484,4 +484,6 @@ yyyy zeile zero zeros zeta zip zloty zone zwj zwnj
cron ide pageview track gat analytics tracker implicitly ignores pro providers cron ide pageview track gat analytics tracker implicitly ignores pro providers
tmpdir mini owns accordingly snippets receiving rainbow pools groupware biz tmpdir mini owns accordingly snippets receiving rainbow pools groupware biz
greenwich greenwich sqli informix pointbase fbj pervasive jtds ifx syb mimer sybase
\ No newline at end of file frontbase intersys maxwidth belonging learning mono typical toggle winexe
hider ikvmc
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.doclet; package org.h2.build.doclet;
import java.io.BufferedWriter; import java.io.BufferedWriter;
import java.io.File; import java.io.File;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.i18n; package org.h2.build.i18n;
import java.io.File; import java.io.File;
import java.io.FileInputStream; import java.io.FileInputStream;
...@@ -27,8 +27,8 @@ import java.util.Set; ...@@ -27,8 +27,8 @@ import java.util.Set;
import java.util.Stack; import java.util.Stack;
import java.util.Map.Entry; import java.util.Map.Entry;
import org.h2.build.doc.XMLParser;
import org.h2.server.web.PageParser; import org.h2.server.web.PageParser;
import org.h2.tools.doc.XMLParser;
import org.h2.util.FileUtils; import org.h2.util.FileUtils;
import org.h2.util.IOUtils; import org.h2.util.IOUtils;
import org.h2.util.SortedProperties; import org.h2.util.SortedProperties;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.i18n; package org.h2.build.i18n;
import java.io.BufferedWriter; import java.io.BufferedWriter;
import java.io.ByteArrayInputStream; import java.io.ByteArrayInputStream;
...@@ -21,8 +21,8 @@ import java.io.RandomAccessFile; ...@@ -21,8 +21,8 @@ import java.io.RandomAccessFile;
import java.util.Enumeration; import java.util.Enumeration;
import java.util.Properties; import java.util.Properties;
import org.h2.tools.code.CheckTextFiles; import org.h2.build.code.CheckTextFiles;
import org.h2.tools.indexer.HtmlConverter; import org.h2.build.indexer.HtmlConverter;
import org.h2.util.FileUtils; import org.h2.util.FileUtils;
import org.h2.util.IOUtils; import org.h2.util.IOUtils;
import org.h2.util.SortedProperties; import org.h2.util.SortedProperties;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.indexer; package org.h2.build.indexer;
import java.util.HashMap; import java.util.HashMap;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.indexer; package org.h2.build.indexer;
import java.io.File; import java.io.File;
import java.io.FileInputStream; import java.io.FileInputStream;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.indexer; package org.h2.build.indexer;
/** /**
* Represents a page of the indexer. * Represents a page of the indexer.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.indexer; package org.h2.build.indexer;
/** /**
* Represents a weight of a token in a page. * Represents a weight of a token in a page.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.indexer; package org.h2.build.indexer;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Collections; import java.util.Collections;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.net; package org.h2.dev.net;
import java.util.Random; import java.util.Random;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.net; package org.h2.dev.net;
import java.io.ByteArrayInputStream; import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (license2) * (license2)
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
package org.h2.tools.security; package org.h2.dev.security;
import java.security.Key; import java.security.Key;
import java.security.KeyStore; import java.security.KeyStore;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论