common/SCMAbstractCommitTask.st
changeset 472 e037e301b4e5
parent 471 44664f7f71c5
child 509 f92210d4585b
--- a/common/SCMAbstractCommitTask.st	Sat Nov 15 17:17:02 2014 +0000
+++ b/common/SCMAbstractCommitTask.st	Sun Nov 16 08:53:12 2014 +0000
@@ -263,7 +263,7 @@
 
         "/ paths is list of !!!!!!absolute filenames!!!!!!, so we have to construct full name
         "/ furtunately, that's easy...
-        root := temporaryWorkingCopyRoot asFilename.
+        root := package temporaryWorkingCopyRoot asFilename.
 
         commitedClasses := Set new.
         package classes do:[:class | 
@@ -292,7 +292,7 @@
     ].
 
     "Created: / 15-11-2014 / 00:37:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 15-11-2014 / 01:46:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 16-11-2014 / 08:47:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !SCMAbstractCommitTask methodsFor:'queries'!