resource package rel5_2_2
authorClaus Gittinger <cg@exept.de>
Mon, 22 Mar 2004 13:07:17 +0100
changeset 1967 815ac59338e1
parent 1966 b82e1cebf7af
child 1968 db226632c208
resource package
ResourceSpecEditor.st
--- a/ResourceSpecEditor.st	Sat Mar 20 20:20:31 2004 +0100
+++ b/ResourceSpecEditor.st	Mon Mar 22 13:07:17 2004 +0100
@@ -135,6 +135,10 @@
 
     self == ResourceSpecEditor ifTrue:[^false].
     ^super isVisualStartable
+!
+
+resourcePackage
+    ^ #'stx:libtool2'
 ! !
 
 !ResourceSpecEditor class methodsFor:'startup / release'!
@@ -692,5 +696,5 @@
 !ResourceSpecEditor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.27 2003-12-04 14:55:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.28 2004-03-22 12:07:17 cg Exp $'
 ! !