Browse Source

removed '-server' jvm flag to allow build to run on client jvm (e.g. RaspberryPi).

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@913 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-2.0.9
Dan Rollo 9 years ago
parent
commit
9a7e8daa15
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -123,7 +123,7 @@
<forkMode>once</forkMode>
<parallel>classes</parallel>
<threadCount>1</threadCount>
<argLine>-Xmx256M -server</argLine>
<argLine>-Xmx256M</argLine>
<systemProperties>
<property>
<name>log4j.configuration</name>

Loading…
Cancel
Save