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/appclient/client/appclient-scripts/pom.xml b/appserver/appclient/client/appclient-scripts/pom.xml
index 94305b5..60c633f 100644
--- a/appserver/appclient/client/appclient-scripts/pom.xml
+++ b/appserver/appclient/client/appclient-scripts/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>appclient-scripts</artifactId>
     <!--
-        The comments below were copied from the ejb-timer-databases module.  
+        The comments below were copied from the ejb-timer-databases module.
         They are very helpful so it seemed like a good idea to leave them here also.
     -->
     <!--
@@ -58,7 +58,7 @@
     <!--
 
     <packaging>pom</packaging>
--->     
+-->
         <!--
          In this module, all the files are statically stored as-is in the Subversion repository,
          so the simple copying from src/main/resources to target/classes that Maven does by default