ProjectDefinition.st
branchjv
changeset 18334 3e18bee23c3a
parent 18225 420aa3ffe9a8
parent 18323 31a64a7d03fd
child 18430 bd95f94284c8
--- a/ProjectDefinition.st	Wed May 06 06:59:44 2015 +0200
+++ b/ProjectDefinition.st	Sun May 10 07:10:08 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -6021,6 +6019,17 @@
         ].
 
     "Created: / 03-06-2011 / 17:01:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+verbose:aBoolean
+    "enable/disable diagnostic output, which gives more detail on why package loading fails"
+
+    Verbose := aBoolean
+
+    "
+     self verbose:true
+     self verbose:false
+    "
 ! !
 
 !ProjectDefinition class methodsFor:'private-extension handling'!
@@ -7949,11 +7958,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.548 2015-04-17 15:16:25 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.549 2015-05-07 18:29:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.548 2015-04-17 15:16:25 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.549 2015-05-07 18:29:48 cg Exp $'
 !
 
 version_SVN