class: Expecco::LogSettingsApp
authorClaus Gittinger <cg@exept.de>
Wed, 13 Mar 2013 17:05:05 +0100
changeset 2458 5ec04246cd51
parent 2449 2c8d14e14a4f
child 2459 2f9323002c41
class: Expecco::LogSettingsApp productInstallDirBaseName is not needed for libs
stx_libjava.st
--- a/stx_libjava.st	Sat Mar 09 00:52:44 2013 +0100
+++ b/stx_libjava.st	Wed Mar 13 17:05:05 2013 +0100
@@ -21,10 +21,10 @@
 "{ Package: 'stx:libjava' }"
 
 LibraryDefinition subclass:#stx_libjava
-        instanceVariableNames:''
-        classVariableNames:''
-        poolDictionaries:''
-        category:'* Projects & Packages *'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'* Projects & Packages *'
 !
 
 !stx_libjava class methodsFor:'documentation'!
@@ -59,7 +59,7 @@
 !
 
 extensionsVersion_SVN
-    ^ '$Id: stx_libjava.st,v 1.15 2013-03-08 23:52:21 stefan Exp $'
+    ^ '$Id: stx_libjava.st,v 1.16 2013-03-13 16:05:05 cg Exp $'
 ! !
 
 !stx_libjava class methodsFor:'accessing'!
@@ -689,13 +689,6 @@
     "Modified: / 15-11-2012 / 23:51:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-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 product name which will appear in <lib>.rc"
 
@@ -748,13 +741,14 @@
 !stx_libjava class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.15 2013-03-08 23:52:21 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.16 2013-03-13 16:05:05 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.15 2013-03-08 23:52:21 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.16 2013-03-13 16:05:05 cg Exp $'
 !
 
 version_SVN
     ^ '§Id§'
 ! !
+