#OTHER by mawalch
authormawalch
Mon, 06 Jun 2016 11:36:15 +0200
changeset 16667 149afdb60320
parent 16666 37c8853b8f78
child 16668 68176ac2e10d
#OTHER by mawalch protocol names cleanup
LibraryBuilder.st
--- a/LibraryBuilder.st	Mon Jun 06 11:36:09 2016 +0200
+++ b/LibraryBuilder.st	Mon Jun 06 11:36:15 2016 +0200
@@ -9,11 +9,9 @@
  other person. No title to or ownership of the software is
  hereby transferred.
 "
-
-
+"{ Package: 'stx:libtool' }"
 
-
-"{ Package: 'stx:libtool' }"
+"{ NameSpace: Smalltalk }"
 
 ApplicationBuilder subclass:#LibraryBuilder
 	instanceVariableNames:''
@@ -1084,7 +1082,7 @@
     ^libraryClasses reverse
 ! !
 
-!LibraryBuilder methodsFor:'startup / release'!
+!LibraryBuilder methodsFor:'startup & release'!
 
 closeRequest
     "close request; stores the aspects for the next try"
@@ -1100,5 +1098,6 @@
 !LibraryBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/LibraryBuilder.st,v 1.8 2006-09-05 16:45:22 cg Exp $'
+    ^ '$Header$'
 ! !
+