stx_libview.st
changeset 6024 e5006e47b0c4
parent 6022 6d21e8a9929a
child 6178 4befeedc4d5d
--- a/stx_libview.st	Wed Mar 13 14:31:25 2013 +0100
+++ b/stx_libview.st	Wed Mar 13 17:04:56 2013 +0100
@@ -428,13 +428,6 @@
     "Modified: / 18-07-2012 / 19:12:02 / cg"
 !
 
-productInstallDirBaseName
-    "Returns a default installDir which will appear in <app>.nsi.
-     This is usually not the one you want to keep"
-
-    ^ (self package asCollectionOfSubstringsSeparatedByAny:':/') last
-!
-
 productName
     "Return a product name which will appear in <lib>.rc"
 
@@ -444,10 +437,10 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.62 2013-03-08 23:47:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.63 2013-03-13 16:04:56 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.62 2013-03-08 23:47:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.63 2013-03-13 16:04:56 cg Exp $'
 ! !