JavaUtilities.st
branchdevelopment
changeset 2711 a00302fe5083
parent 2429 ebece4dcaab9
child 2731 13f5be2bf83b
--- a/JavaUtilities.st	Thu Sep 05 22:08:59 2013 +0100
+++ b/JavaUtilities.st	Fri Sep 06 00:16:38 2013 +0100
@@ -67,7 +67,6 @@
 "
 ! !
 
-
 !JavaUtilities class methodsFor:'instance creation'!
 
 tomcat
@@ -91,7 +90,6 @@
     "Created: / 07-05-2012 / 22:11:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaUtilities::Tomcat6x methodsFor:'accessing - paths'!
 
 catalinaHome
@@ -154,7 +152,6 @@
     "Modified: / 23-08-2012 / 01:58:54 / m"
 ! !
 
-
 !JavaUtilities::Tomcat6x methodsFor:'initialization'!
 
 initializeVM
@@ -202,7 +199,6 @@
     "Created: / 18-04-2012 / 08:08:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaUtilities::Tomcat6x methodsFor:'start/stop'!
 
 start
@@ -238,7 +234,6 @@
     "Created: / 08-12-2011 / 00:32:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaUtilities::Tomcat7x methodsFor:'accessing - paths'!
 
 catalinaHome
@@ -285,7 +280,6 @@
     "Modified: / 07-05-2012 / 22:05:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaUtilities::Tomcat7x methodsFor:'initialization'!
 
 initializeVM
@@ -329,7 +323,6 @@
     "Created: / 18-04-2012 / 08:08:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaUtilities::Tomcat7x methodsFor:'start/stop'!
 
 start
@@ -352,11 +345,10 @@
     "Created: / 08-12-2011 / 00:32:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaUtilities class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaUtilities.st,v 1.2 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header$'
 !
 
 version_HG