Bugfix in SCMAbstractFileoutLikeTask>>doCompileCopyrightMethods
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 05 Dec 2012 12:11:16 +0000
changeset 131 8986734fe8e2
parent 130 6875875e23cb
child 132 3d8946d4c80f
Bugfix in SCMAbstractFileoutLikeTask>>doCompileCopyrightMethods
common/SCMAbstractFileoutLikeTask.st
--- a/common/SCMAbstractFileoutLikeTask.st	Tue Dec 04 18:00:01 2012 +0000
+++ b/common/SCMAbstractFileoutLikeTask.st	Wed Dec 05 12:11:16 2012 +0000
@@ -160,7 +160,7 @@
                 ifTrue:[
                     metaCls compile:source classified:'documentation'.
                     (metaCls compiledMethodAt:#copyright) 
-                        setPackage:self package asSymbol
+                        setPackage:self package name asSymbol
                     ].
             ProgressNotification 
                 notify:('Compiling %1 (%2)' bindWith:#copyright
@@ -170,6 +170,7 @@
 
     "Modified: / 16-08-2009 / 12:59:50 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Created: / 08-04-2010 / 14:31:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 05-12-2012 / 12:02:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 doCompileVersionMethods