diff options
author | Mark Spruiell <mes@zeroc.com> | 2014-06-27 14:14:04 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2014-06-27 14:14:04 -0700 |
commit | 5fdea8dbfcf744d966ef48cc087013c4d4910fb4 (patch) | |
tree | 42f025f53d86d90f763f6257684a4d627594f94b /scripts/TestUtil.py | |
parent | Added missing .exe.config to C# discovery test (diff) | |
download | ice-5fdea8dbfcf744d966ef48cc087013c4d4910fb4.tar.bz2 ice-5fdea8dbfcf744d966ef48cc087013c4d4910fb4.tar.xz ice-5fdea8dbfcf744d966ef48cc087013c4d4910fb4.zip |
adding IceWS for Java
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"] |