stx_libview2.st
changeset 3406 f1e1fdc2a7fe
parent 3391 8cc718921bbb
child 3412 018a7ee7236f
--- a/stx_libview2.st	Wed Nov 26 16:04:42 2014 +0100
+++ b/stx_libview2.st	Fri Nov 28 12:50:40 2014 +0100
@@ -39,14 +39,6 @@
     Build- and package information for creation of the st/x standard library: stx_libview2.
     This library contains additional graphics-interfacing components and infrastructure.
 "
-!
-
-extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.81 2014-11-18 14:29:43 cg Exp $'
-!
-
-extensionsVersion_SVN
-    ^ 'Id:'
 ! !
 
 !stx_libview2 class methodsFor:'description'!
@@ -299,7 +291,7 @@
         Menu
         Plug
         PluggableEventListener
-        (ScreenLock autoload)
+        ScreenLock
         UIBuilder
         ValueModel
         VisualComponent
@@ -412,10 +404,10 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.81 2014-11-18 14:29:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.82 2014-11-28 11:50:40 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.81 2014-11-18 14:29:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.82 2014-11-28 11:50:40 stefan Exp $'
 ! !