package.deps.rake is not placed into builder subdirectory jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 26 Feb 2011 18:50:22 +0000
branchjv
changeset 17823 b2891d3da932
parent 17822 ef4dd91fc674
child 17824 0080248fb5bc
package.deps.rake is not placed into builder subdirectory
ApplicationDefinition.st
--- a/ApplicationDefinition.st	Sat Feb 26 17:23:57 2011 +0000
+++ b/ApplicationDefinition.st	Sat Feb 26 18:50:22 2011 +0000
@@ -641,12 +641,12 @@
         at:self rcFilename      put:#'generate_packageName_dot_rc';
         at:self nsiFilename     put:#'generate_packageName_dot_nsi';
         at:'builder/baseline.rbspec'  put:#'generate_builder_baseline_dot_rbspec';
-        at:'package.deps.rake' put: #'generate_package_dot_deps_dot_rake'.
+        at:'builder/package.deps.rake' put: #'generate_package_dot_deps_dot_rake'.
 
     ^ dict.
 
     "Modified: / 21-12-2010 / 11:01:27 / cg"
-    "Modified: / 26-02-2011 / 12:41:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 26-02-2011 / 15:43:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 generateFile:filename
@@ -2016,6 +2016,9 @@
     ^ '
 # generated from project definition
 
+# load package dependencies
+load ''package.deps.rake''
+
 project :''%(APPLICATION):baseline'' do
   # preamble
   %(PREAMBLE)
@@ -2033,6 +2036,7 @@
 '
 
     "Created: / 24-02-2011 / 11:39:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 26-02-2011 / 15:45:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 builder_baseline_dot_rbspec_postamble
@@ -2853,7 +2857,7 @@
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ApplicationDefinition.st 10612 2011-02-26 15:51:22Z vranyj1 $'
+    ^ '$Id: ApplicationDefinition.st 10614 2011-02-26 18:50:22Z vranyj1 $'
 !
 
 version_CVS
@@ -2861,5 +2865,5 @@
 !
 
 version_SVN
-    ^ '$Id: ApplicationDefinition.st 10612 2011-02-26 15:51:22Z vranyj1 $'
+    ^ '$Id: ApplicationDefinition.st 10614 2011-02-26 18:50:22Z vranyj1 $'
 ! !