Author: ron.sigal(a)jboss.com
Date: 2008-03-13 04:10:05 -0400 (Thu, 13 Mar 2008)
New Revision: 3630
Modified:
remoting2/branches/2.x/build.xml
Log:
JBREM-920: Temporarily disabled security policy.
Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml 2008-03-13 07:51:22 UTC (rev 3629)
+++ remoting2/branches/2.x/build.xml 2008-03-13 08:10:05 UTC (rev 3630)
@@ -982,8 +982,8 @@
<path refid="tests.classpath"/>
<pathelement
location="${output.lib.dir}/jboss-remoting-tests.jar"/>
</classpath>
- <sysproperty key="java.security.manager" value=""/>
- <sysproperty key="java.security.policy"
value="${java.security.policy}"/>
+ <!--sysproperty key="java.security.manager"
value=""/>
+ <sysproperty key="java.security.policy"
value="${java.security.policy}"/-->
<sysproperty key="jboss-junit-configuration"
value="${jboss-junit-configuration}"/>
<sysproperty key="jrunit.bind_addr"
value="${bind.address}"/>
<sysproperty key="jrunit.mcast_addr"
value="${multicast.address}"/>
@@ -1142,8 +1142,8 @@
<path refid="${classpath}"/>
<pathelement
location="${output.lib.dir}/jboss-remoting-tests.jar"/>
</classpath>
- <sysproperty key="java.security.manager" value=""/>
- <sysproperty key="java.security.policy"
value="${java.security.policy}"/>
+ <!--sysproperty key="java.security.manager"
value=""/>
+ <sysproperty key="java.security.policy"
value="${java.security.policy}"/-->
<sysproperty key="jboss-junit-configuration"
value="${jboss-junit-configuration}"/>
<sysproperty key="jrunit.bind_addr"
value="${bind.address}"/>
<sysproperty key="jrunit.mcast_addr"
value="${multicast.address}"/>
Show replies by date