NewLauncher.st
changeset 8968 2d6a60835c99
parent 8951 676d72f909f9
child 9016 1869647cb511
--- a/NewLauncher.st	Mon Oct 12 20:09:45 2009 +0200
+++ b/NewLauncher.st	Mon Oct 12 20:10:09 2009 +0200
@@ -3587,7 +3587,7 @@
         projectDir := project directory.
         packageName := packageNameOrNil := project package.
         defNameSpace := project defaultNameSpace.
-        packageNameOrNil = Project noProjectID ifTrue:[
+        packageNameOrNil = PackageId noProjectID ifTrue:[
             packageNameOrNil := nil
         ].
     ].
@@ -4684,9 +4684,9 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.391 2009-10-12 10:09:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.392 2009-10-12 18:10:09 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.391 2009-10-12 10:09:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.392 2009-10-12 18:10:09 cg Exp $'
 ! !