diff --git a/ws/Xmlmind/Files/Extra/Readme b/ws/Xmlmind/Files/Extra/Readme
new file mode 100644
index 0000000000000000000000000000000000000000..daf8360bdb96a5eebb461b3fcdcd02f9bc5c84c0
--- /dev/null
+++ b/ws/Xmlmind/Files/Extra/Readme
@@ -0,0 +1,6 @@
+New directories/ files:
+
+cd ~goik/workspace/GoikLectures/ws/Xmlmind/Files; 
+tar c- addon|tar -x -C /usr/share/xmlmind/
+rm -rf addon/config/kkabrechnung
+
diff --git a/ws/Xmlmind/Files/xmlmind.files b/ws/Xmlmind/Files/Extra/xmlmind.files
similarity index 100%
rename from ws/Xmlmind/Files/xmlmind.files
rename to ws/Xmlmind/Files/Extra/xmlmind.files
diff --git a/ws/Xmlmind/Files/Readme b/ws/Xmlmind/Files/Readme
deleted file mode 100644
index 52bbd01fea6d3a440e4c3810e1bae6f3fed922d9..0000000000000000000000000000000000000000
--- a/ws/Xmlmind/Files/Readme
+++ /dev/null
@@ -1,19 +0,0 @@
-New directories/ files:
-
-cd ~goik/workspace/GoikLectures/ws/Xmlmind/Files; 
-tar c- *|tar -x -C /usr/share/xmlmind/
-rm -rf addon/config/kkabrechnung
-
-Patch
-
--------------------------
-JEuclid uses an identity transform to save the SVG file. When Saxon 6.5.5 is in the CLASSPATH, this identity transform is implemented by Saxon 6.5.5 and not by the XSLT processor included in the Java runtime. The identity transform implemented by Saxon 6.5.5 does not seem to be namespace aware (hard to understand why). Hence the namespace declaration missing in the SVG files generated by JEuclid.
-
-* I had to patch JEuclid to workaround this problem. You can download patched jeuclid-core.jar from this private download area:
-
----
-http://www.pixware.fr/_download/martin/jeuclid-core.jar
-------------------------------------------
-cd /usr/share/xmlmind.6.4/addon/config
-tar c- unix/|tar -x -C /usr/share/xmlmind/addon/config
-