NewLauncher.st
changeset 11770 592d60ff706f
parent 11730 89937c1b08b2
child 11785 ce2c2fe4076f
--- a/NewLauncher.st	Thu Aug 23 14:25:31 2012 +0200
+++ b/NewLauncher.st	Thu Aug 23 14:54:34 2012 +0200
@@ -3624,11 +3624,11 @@
 !
 
 smaccPackageLoaded
-    "true if the oom (metrics) package is loaded"
-
-    "/ access via at: to prevent preference-detector from including oom as
+    "true if the smacc (compiler-compiler) package is loaded"
+
+    "/ access via at: to prevent preference-detector from including smacc as
     "/ prerequisite for NewLaucher.
-    ^ (Smalltalk at:#'SmaCC::SmaccParserGenerator') isBehavior
+    ^ (Smalltalk at:#'SmaCC::SmaCCParserGenerator') isBehavior
 !
 
 smallTeamAvailable
@@ -4990,11 +4990,11 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.440 2012-08-09 03:20:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.441 2012-08-23 12:54:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.440 2012-08-09 03:20:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.441 2012-08-23 12:54:34 cg Exp $'
 !
 
 version_SVN