ProjectDefinition.st
changeset 15528 a3c55af6af90
parent 15526 6feb63107e17
child 15603 7da6f15bd81c
child 18077 5844a3bcdd52
--- a/ProjectDefinition.st	Tue Jul 16 17:19:54 2013 +0200
+++ b/ProjectDefinition.st	Tue Jul 16 19:47:48 2013 +0200
@@ -391,7 +391,7 @@
 !
 
 moduleDirectory_win32
-    ^ (PackageId from:self package) directory copy replaceAll:$/ with:$\
+    ^ (PackageId from:self package) directory copyReplaceAll:$/ with:$\
 
     "
      bosch_dapasx_datenbasis moduleDirectory_win32
@@ -404,13 +404,15 @@
 
 moduleDirectory_win32For: projectID
 
-    ^(self moduleDirectoryFor:projectID) copy replaceAll:$/ with:$\
+    ^(self moduleDirectoryFor:projectID) copyReplaceAll:$/ with:$\
 
     "
      self moduleDirectory_win32For: #'bosch:dapasx/pav_vergleich'
      self moduleDirectory_win32For: #'stx:goodies/xml/stx'
      self moduleDirectory_win32For: #'stx:libbasic2'
     "
+
+    "Modified: / 16-07-2013 / 19:47:24 / cg"
 !
 
 moduleFor:aProjectID
@@ -2545,6 +2547,7 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -7463,11 +7466,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.480 2013-07-16 09:54:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.481 2013-07-16 17:47:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.480 2013-07-16 09:54:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.481 2013-07-16 17:47:48 cg Exp $'
 !
 
 version_SVN