diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 860d78cf23d..2667349bcef 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -724,6 +724,18 @@ wsConfigTree = { "server" : " ", "colloc" : " ", }, + "java" : { + "plugin" : " --Ice.Plugin.IceWS=IceWS.PluginFactory ", + "client" : " ", + "server" : " ", + "colloc" : " ", + }, + "cs" : { + "plugin" : " --Ice.Plugin.IceWS=%(icewscs)s:IceWS.PluginFactory ", + "client" : " ", + "server" : " ", + "colloc" : " ", + }, } wsConfigTree["py"] = wsConfigTree["cpp"] wsConfigTree["rb"] = wsConfigTree["cpp"] |