Trimming trailing spaces, removing tabs by a script

- using tab width of 4 spaces
- trailing space in property files is converted to unicode, so it is
  visible in sources
- bat files use CRLF
- all other text files use just LF
diff --git a/appserver/transaction/jts/pom.xml b/appserver/transaction/jts/pom.xml
index a870c90..81252d8 100644
--- a/appserver/transaction/jts/pom.xml
+++ b/appserver/transaction/jts/pom.xml
@@ -28,9 +28,9 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>jts</artifactId>
     <packaging>glassfish-jar</packaging>
-    
+
     <name>JTS Implementation for Glassfish</name>
-    
+
     <developers>
         <developer>
             <id>mvatkina</id>