]> gitweb.factorcode.org Git - factor.git/commitdiff
bunny: don't deploy with word names
authorSlava Pestov <slava@factorcode.org>
Tue, 6 Sep 2011 00:20:43 +0000 (17:20 -0700)
committerSlava Pestov <slava@factorcode.org>
Tue, 6 Sep 2011 00:20:43 +0000 (17:20 -0700)
extra/bunny/deploy.factor

index 1289caadb6dfb574184dbd85de958f1594b381ec..c7604c31bf3fc25794e663d547d67637a8fe6d9a 100644 (file)
@@ -2,11 +2,13 @@ USING: tools.deploy.config ;
 H{
     { deploy-name "Bunny" }
     { deploy-ui? t }
+    { deploy-help? f }
     { deploy-c-types? f }
+    { deploy-console? t }
     { deploy-unicode? f }
     { "stop-after-last-window?" t }
     { deploy-io 3 }
-    { deploy-reflection 2 }
+    { deploy-reflection 1 }
     { deploy-word-props? f }
     { deploy-math? t }
     { deploy-threads? t }