Launcher.st
changeset 319 a39350103cb2
parent 304 49dc8c0e733e
child 327 44a25cae2645
--- a/Launcher.st	Sat Dec 23 01:30:28 1995 +0100
+++ b/Launcher.st	Sat Dec 23 12:47:45 1995 +0100
@@ -1276,6 +1276,13 @@
 			with:projectName
 			with:packageName 
 			with:(projectDir contractTo:30))
+!
+
+showActivity:someMessage
+    Transcript showCr:someMessage; endEntry
+
+    "Created: 23.12.1995 / 12:38:29 / cg"
+    "Modified: 23.12.1995 / 12:40:19 / cg"
 ! !
 
 !NewLauncher methodsFor:'initialize / release'!
@@ -1962,5 +1969,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.69 1995-12-15 13:33:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.70 1995-12-23 11:47:45 cg Exp $'
 ! !