diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2009-01-13 16:12:28 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2009-01-13 16:12:28 +0000 |
| commit | 645ecae120b8c7619cf62285069dbf8942419ba5 (patch) | |
| tree | ef54a86cd85c7495cfc347417c0e386b28d30d0e /java/module.xml | |
| parent | b5046e531421ddc84a61fdf881174483a3fdea80 (diff) | |
| download | qpid-python-645ecae120b8c7619cf62285069dbf8942419ba5.tar.gz | |
This is related to QPID-1572.
The SSL test profile runs the java client against the C++ broker using SSL connections
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
| -rw-r--r-- | java/module.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/module.xml b/java/module.xml index 422d2e1057..3bf0f13cc8 100644 --- a/java/module.xml +++ b/java/module.xml @@ -244,6 +244,9 @@ <syspropertyset> <propertyref prefix="profile"/> </syspropertyset> + <syspropertyset> + <propertyref prefix="javax.net.ssl"/> + </syspropertyset> <sysproperty key="max_prefetch" value ="${max_prefetch}"/> <sysproperty key="example.plugin.target" value="${project.root}/build/lib/plugins"/> <sysproperty key="QPID_EXAMPLE_HOME" value="${project.root}/build"/> |
