From 8dd5f8ba1b58c79f0c612329297c0d7f568acbc0 Mon Sep 17 00:00:00 2001
From: mcmlxxix <>
Date: Fri, 20 May 2011 21:50:36 +0000
Subject: [PATCH] simplified to contain only modules and their associated
 directories

---
 ctrl/json-service.ini | 32 ++++++++++----------------------
 1 file changed, 10 insertions(+), 22 deletions(-)

diff --git a/ctrl/json-service.ini b/ctrl/json-service.ini
index 16d03ff213..25aa40c106 100644
--- a/ctrl/json-service.ini
+++ b/ctrl/json-service.ini
@@ -1,24 +1,12 @@
-;replace working_directory with the 
+;replace directory with the 
 ;location of the main executable for each
 ;program you add to this file
-[chess]
-working_directory=../xtrn/chess/
-handler=handler.js
-[seabattle]
-working_directory=../xtrn/seabattle/
-handler=handler.js
-[uberblox]
-working_directory=../xtrn/uberblox/
-[boggle]
-working_directory=../xtrn/bublbogl/
-[starstocks]
-working_directory=../xtrn/starstocks/
-[dicewarz2]
-working_directory=../xtrn/dicewarz2/
-handler=handler.js
-[tetris]
-working_directory=../xtrn/synchronetris/
-[tankbattle]
-working_directory=../xtrn/tankbattle/
-[mazerace]
-working_directory=../xtrn/maze/
\ No newline at end of file
+chess=../xtrn/chess/
+seabattle=../xtrn/seabattle/
+uberblox=../xtrn/uberblox/
+bublbogl=../xtrn/bublbogl/
+starstocks=../xtrn/starstocks/
+dicewarz2=../xtrn/dicewarz2/
+synchronetris=../xtrn/synchronetris/
+tankbattle=../xtrn/tankbattle/
+mazerace=../xtrn/maze/
\ No newline at end of file
-- 
GitLab