Skip to content

Commit

Permalink
see #20522 see #21005 - Allow security manager via sysproperty
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18347 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
don-vip committed Dec 20, 2021
1 parent cac3eb8 commit 626e95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ Build-Date: ${build.tstamp}
<sysproperty key="josm.home" value="${test.dir}/config/@{testfamily}-josm.home"/>
<sysproperty key="josm.test.data" value="${test.dir}/data"/>
<sysproperty key="java.awt.headless" value="${test.headless}"/>
<sysproperty key="java.security.manager" value="allow"/>
<sysproperty key="glass.platform" value="Monocle"/>
<sysproperty key="monocle.platform" value="Headless"/>
<sysproperty key="prism.order" value="sw"/>
Expand Down

0 comments on commit 626e95f

Please sign in to comment.