]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/bunny/deploy.factor
Tweak deploy descriptors
[factor.git] / extra / bunny / deploy.factor
index 2be82066aa65737f008a37bffb44f1a30f659b35..55ac991df197eb47b952710902dd2d5d74723a05 100755 (executable)
@@ -1,15 +1,15 @@
 USING: tools.deploy.config ;
 H{
+    { deploy-io 3 }
+    { deploy-word-defs? f }
     { deploy-reflection 1 }
-    { deploy-math? t }
-    { deploy-ui? t }
-    { deploy-name "Bunny" }
     { deploy-compiler? t }
-    { deploy-threads? t }
-    { deploy-word-defs? f }
-    { deploy-c-types? f }
-    { deploy-io 3 }
-    { "stop-after-last-window?" t }
     { deploy-random? f }
+    { deploy-c-types? f }
+    { deploy-name "Bunny" }
     { deploy-word-props? f }
+    { deploy-threads? t }
+    { "stop-after-last-window?" t }
+    { deploy-ui? t }
+    { deploy-math? t }
 }