*** empty log message ***
authorfm
Wed, 16 Aug 2006 18:56:10 +0200
changeset 9548 94f81c40bca9
parent 9547 d39be0b83b82
child 9549 cb6f689fcbd4
*** empty log message ***
ProjectDefinition.st
--- a/ProjectDefinition.st	Wed Aug 16 18:52:14 2006 +0200
+++ b/ProjectDefinition.st	Wed Aug 16 18:56:10 2006 +0200
@@ -235,13 +235,14 @@
 unixPathToPackage:aPackageID
 "Returns the path to stx counting the number of $/ and $: in the package name and adding for each one '../' to get the ST/X top directory"
 
-        ^ self unixPathToTop , '/../' , (aPackageID asString copy replaceAll:$: by:$/)
+        ^ self unixPathToTop , '/../' , (aPackageID asString copy replaceAll:$: with:$/)
 
 "
    DapasX_Datenbasis pathToPackage:'bosch:dapasx/kernel'
 "
 
     "Created: / 09-08-2006 / 16:35:22 / fm"
+    "Modified: / 16-08-2006 / 18:55:41 / User"
 !
 
 unixPathToProjectFor: aProjectID
@@ -857,5 +858,5 @@
 !BuildDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.5 2006-08-16 16:51:45 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.6 2006-08-16 16:56:10 fm Exp $'
 ! !