]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/hello-world/deploy.factor
Fix conflict
[factor.git] / extra / hello-world / deploy.factor
index 06bad872befceaa3a763c03933033a66e743bbe6..6dee7d4be31a0c895771a865bb2c5fa5e436c3a7 100755 (executable)
@@ -1,13 +1,13 @@
 USING: tools.deploy.config ;
 H{
+    { deploy-c-types? f }
+    { deploy-ui? f }
+    { deploy-reflection 1 }
     { deploy-math? f }
-    { deploy-word-defs? f }
     { deploy-word-props? f }
+    { deploy-word-defs? f }
     { deploy-name "Hello world (console)" }
     { "stop-after-last-window?" t }
-    { deploy-c-types? f }
     { deploy-compiler? f }
     { deploy-io 2 }
-    { deploy-ui? f }
-    { deploy-reflection 1 }
 }