]> source.dussan.org Git - jackcess.git/commitdiff
removed '-server' jvm flag to allow build to run on client jvm (e.g. RaspberryPi).
authorDan Rollo <bhamail@users.sf.net>
Sat, 31 Jan 2015 22:35:23 +0000 (22:35 +0000)
committerDan Rollo <bhamail@users.sf.net>
Sat, 31 Jan 2015 22:35:23 +0000 (22:35 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@913 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml

diff --git a/pom.xml b/pom.xml
index 83f8ca44da81b9a3b2dd884dfa7178520ecc4845..c23052f8f6e4e08af0e90cba48221c33d37872ef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <forkMode>once</forkMode>
             <parallel>classes</parallel>
             <threadCount>1</threadCount>
-            <argLine>-Xmx256M -server</argLine>
+            <argLine>-Xmx256M</argLine>
             <systemProperties>
               <property>
                 <name>log4j.configuration</name>