ProjectBrowser.st
changeset 1290 57d613905108
parent 1289 76e5acce57a6
child 1291 2beb244c45df
--- a/ProjectBrowser.st	Mon Jan 10 17:03:20 2000 +0100
+++ b/ProjectBrowser.st	Mon Jan 10 17:08:08 2000 +0100
@@ -3871,7 +3871,6 @@
 
     logMessage := SourceCodeManagerUtilities getLogMessageFor:'classes in project'.
     SourceCodeManagerUtilities checkinClasses:aCollectionOfClasses withLog:logMessage.
-    self halt.
 !
 
 currentProject
@@ -5703,7 +5702,7 @@
         ^ self
     ].
 
-    self warn:'CheckIn function not yet implemented.'.
+    self warn:'CheckIn of Makefiles not yet implemented.'.
     ^ self.
 
     "/ check it in ...
@@ -5723,7 +5722,7 @@
         ^ self
     ].
 
-    self warn:'CheckIn function not yet implemented.'.
+    self warn:'CheckIn of extensions not yet implemented.'.
     ^ self.
 
     "/ check methods ...
@@ -5758,15 +5757,16 @@
         ^ self
     ].
 
-    self warn:'CheckIn function not yet implemented.'.
-    ^ self.
-
     "/ check in classes ...
     self checkInAllClasses.
 
     "/ check methods ...
     self checkInMethods.
 
+    "/ build & check in makefiles
+"/    self buildMakefiles.
+    self checkInMakefiles.
+
     "/ check in the project file itself
     self checkInProjectFile.
 
@@ -5783,7 +5783,7 @@
         ^ self
     ].
 
-    self warn:'CheckIn function not yet implemented.'.
+    self warn:'CheckIn of ProjectFile not yet implemented.'.
     ^ self.
 
     "/ check it in ...