Update deployment descriptors for deploy-random? removal
parent
5def7c5dea
commit
ce91c9dcba
|
@ -8,7 +8,6 @@ H{
|
|||
{ deploy-io 2 }
|
||||
{ deploy-ui? t }
|
||||
{ "stop-after-last-window?" t }
|
||||
{ deploy-random? f }
|
||||
{ deploy-word-defs? f }
|
||||
{ deploy-compiler? t }
|
||||
{ deploy-reflection 1 }
|
||||
|
|
|
@ -5,7 +5,6 @@ H{
|
|||
{ deploy-threads? f }
|
||||
{ deploy-word-props? f }
|
||||
{ deploy-reflection 2 }
|
||||
{ deploy-random? f }
|
||||
{ deploy-io 2 }
|
||||
{ deploy-math? f }
|
||||
{ deploy-ui? f }
|
||||
|
|
|
@ -4,7 +4,6 @@ H{
|
|||
{ deploy-io 2 }
|
||||
{ deploy-word-defs? f }
|
||||
{ deploy-c-types? t }
|
||||
{ deploy-random? t }
|
||||
{ deploy-word-props? f }
|
||||
{ deploy-reflection 1 }
|
||||
{ deploy-threads? t }
|
||||
|
|
|
@ -8,7 +8,6 @@ H{
|
|||
{ deploy-io 2 }
|
||||
{ deploy-ui? t }
|
||||
{ "stop-after-last-window?" t }
|
||||
{ deploy-random? t }
|
||||
{ deploy-word-defs? f }
|
||||
{ deploy-compiler? t }
|
||||
{ deploy-reflection 1 }
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
USING: tools.deploy.config ;
|
||||
H{
|
||||
{ deploy-reflection 1 }
|
||||
{ deploy-random? t }
|
||||
{ deploy-word-defs? f }
|
||||
{ deploy-word-props? f }
|
||||
{ deploy-name "Spheres" }
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
USING: tools.deploy.config ;
|
||||
H{
|
||||
{ deploy-word-defs? f }
|
||||
{ deploy-random? f }
|
||||
{ deploy-name "Sudoku" }
|
||||
{ deploy-threads? f }
|
||||
{ deploy-compiler? t }
|
||||
|
|
|
@ -6,7 +6,6 @@ H{
|
|||
{ deploy-word-props? f }
|
||||
{ deploy-reflection 1 }
|
||||
{ "stop-after-last-window?" t }
|
||||
{ deploy-random? t }
|
||||
{ deploy-io 2 }
|
||||
{ deploy-math? t }
|
||||
{ deploy-word-defs? f }
|
||||
|
|
|
@ -4,7 +4,6 @@ H{
|
|||
{ deploy-compiler? t }
|
||||
{ deploy-c-types? f }
|
||||
{ deploy-reflection 1 }
|
||||
{ deploy-random? f }
|
||||
{ deploy-name "WebKit demo" }
|
||||
{ deploy-io 1 }
|
||||
{ deploy-math? f }
|
||||
|
|
Loading…
Reference in New Issue