productInstallDirbase not needed
authorClaus Gittinger <cg@exept.de>
Wed, 13 Mar 2013 18:28:15 +0100
changeset 545 17675608b914
parent 544 9e6bee79a390
child 546 18e248e8caea
productInstallDirbase not needed
stx_goodies_sunit.st
--- a/stx_goodies_sunit.st	Sat Mar 09 00:56:24 2013 +0100
+++ b/stx_goodies_sunit.st	Wed Mar 13 18:28:15 2013 +0100
@@ -159,13 +159,6 @@
     "Modified: / 08-11-2007 / 16:57:33 / 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"
 
@@ -184,11 +177,11 @@
 !stx_goodies_sunit class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.37 2013-03-08 23:56:24 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.38 2013-03-13 17:28:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.37 2013-03-08 23:56:24 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.38 2013-03-13 17:28:15 cg Exp $'
 !
 
 version_SVN