ProjectProblem.st
branchjv
changeset 3350 2331896e5005
parent 3243 292f55bcd8f0
parent 3342 c8ff65be73c0
child 3388 6da54cc15fc5
--- a/ProjectProblem.st	Mon Jul 15 13:18:07 2013 +0100
+++ b/ProjectProblem.st	Tue Jul 16 14:00:01 2013 +0100
@@ -1360,9 +1360,11 @@
     ^
 'Method %1 does not belong to any package. Such methods
 are not committed and will be lost when you restart/recompile.
-Method should be moved to some package, %2 maybe?'
+Especially, it will not be included when you generate a compiled class library.
+However, it will be kept in the changes file, so it is not completely lost.
+The method should be moved to some package, %2 maybe?'
     bindWith: (self linkToMethod)
-	with: package
+        with: package
 
     "Modified: / 23-02-2012 / 14:21:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
@@ -1559,11 +1561,11 @@
 !ProjectProblem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.22 2013-04-17 21:45:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.23 2013-07-10 14:48:49 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.22 2013-04-17 21:45:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.23 2013-07-10 14:48:49 cg Exp $'
 !
 
 version_HG
@@ -1572,6 +1574,6 @@
 !
 
 version_SVN
-    ^ '§Id: ProjectProblem.st 1962 2012-09-10 10:34:08Z vranyj1 §'
+    ^ '$Id: ProjectProblem.st,v 1.23 2013-07-10 14:48:49 cg Exp $'
 ! !