From 0a0cc3bf67a177861612077872e3800da9022a4d Mon Sep 17 00:00:00 2001 From: lotus Date: Tue, 23 Sep 2008 15:54:12 +0000 Subject: [PATCH] added missing classes to build target "run" git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5201 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.xml | 8 +++++++- source/de/anomic/data/htmlTools.java | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 01a5be076..e15ef3bf4 100644 --- a/build.xml +++ b/build.xml @@ -889,7 +889,13 @@ - + + + + + + + diff --git a/source/de/anomic/data/htmlTools.java b/source/de/anomic/data/htmlTools.java index fc3dc466f..f910ab0af 100644 --- a/source/de/anomic/data/htmlTools.java +++ b/source/de/anomic/data/htmlTools.java @@ -274,7 +274,7 @@ public class htmlTools { System.out.println(decodeHtml2Unicode(txet)); if (decodeHtml2Unicode(txet).equals(text)) System.out.println("correct"); - final String text2 = "encodeUnicode2xml: & \" < > ä ö ü"; + final String text2 = "encodeUnicode2xml: & \" < >"; System.out.println(text2); System.out.println(encodeUnicode2xml(text2)); }