automatic checkIn
authorClaus Gittinger <cg@exept.de>
Fri, 28 Jan 2011 10:27:40 +0100
changeset 9713 e87524465f36
parent 9712 d3c439352c7c
child 9714 513d825e0e7d
automatic checkIn
stx_libtool.st
--- a/stx_libtool.st	Fri Jan 28 10:25:00 2011 +0100
+++ b/stx_libtool.st	Fri Jan 28 10:27:40 2011 +0100
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-	      All Rights Reserved
+              All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -12,10 +12,10 @@
 "{ Package: 'stx:libtool' }"
 
 LibraryDefinition subclass:#stx_libtool
-	instanceVariableNames:''
-	classVariableNames:''
-	poolDictionaries:''
-	category:'* Projects & Packages *'
+        instanceVariableNames:''
+        classVariableNames:''
+        poolDictionaries:''
+        category:'* Projects & Packages *'
 !
 
 !stx_libtool class methodsFor:'documentation'!
@@ -23,7 +23,7 @@
 copyright
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-	      All Rights Reserved
+              All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -42,7 +42,7 @@
 !
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.42 2010-04-23 12:12:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.43 2011-01-28 09:27:40 cg Exp $'
 !
 
 extensionsVersion_SVN
@@ -221,6 +221,7 @@
         #'Tools::ImplementingClassList'
         #'Tools::ImplementingMethodList'
         #'Tools::InheritanceClassList'
+        SmalltalkCodeGeneratorTool
     )
 !
 
@@ -280,9 +281,9 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.42 2010-04-23 12:12:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.43 2011-01-28 09:27:40 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.42 2010-04-23 12:12:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.43 2011-01-28 09:27:40 cg Exp $'
 ! !