]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix some deploy descriptors
authorslava <slava@slava-laptop.(none)>
Sat, 1 Nov 2008 23:56:02 +0000 (18:56 -0500)
committerslava <slava@slava-laptop.(none)>
Sat, 1 Nov 2008 23:56:02 +0000 (18:56 -0500)
extra/hello-ui/deploy.factor
extra/maze/deploy.factor

index 31f1181be2314090dda228e53eaf0ae89217f5c7..b21fd77967b8598e1aab869528b7e9668fa61f20 100755 (executable)
@@ -1,15 +1,15 @@
 USING: tools.deploy.config ;
 H{
-    { deploy-word-defs? f }
-    { deploy-random? f }
-    { deploy-name "Hello world" }
     { deploy-threads? t }
-    { deploy-compiler? t }
     { deploy-math? t }
+    { deploy-name "Hello world" }
     { deploy-c-types? f }
-    { deploy-io 1 }
-    { deploy-reflection 1 }
+    { deploy-word-props? f }
+    { deploy-io 2 }
     { deploy-ui? t }
     { "stop-after-last-window?" t }
-    { deploy-word-props? f }
+    { deploy-random? f }
+    { deploy-word-defs? f }
+    { deploy-compiler? t }
+    { deploy-reflection 1 }
 }
index 0ba6f9abec9f7b336c2694dc94088b19069b452c..c00d32f67628b803d59191162a3858fb1d373d66 100755 (executable)
@@ -1,15 +1,15 @@
 USING: tools.deploy.config ;
 H{
-    { deploy-reflection 1 }
+    { deploy-threads? t }
     { deploy-math? t }
-    { deploy-ui? t }
     { deploy-name "Maze" }
-    { deploy-compiler? t }
-    { deploy-threads? t }
-    { deploy-word-defs? f }
     { deploy-c-types? f }
-    { deploy-io 1 }
+    { deploy-word-props? f }
+    { deploy-io 2 }
+    { deploy-ui? t }
     { "stop-after-last-window?" t }
     { deploy-random? t }
-    { deploy-word-props? f }
+    { deploy-word-defs? f }
+    { deploy-compiler? t }
+    { deploy-reflection 1 }
 }