← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2103: Fixed pom so that dhis-live builds

 

------------------------------------------------------------
revno: 2103
committer: Bob Jolliffe bobjolliffe@xxxxxxxxx
branch nick: trunk
timestamp: Mon 2010-09-13 18:44:15 +0100
message:
  Fixed pom so that dhis-live builds
modified:
  dhis-live/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-live/pom.xml'
--- dhis-live/pom.xml	2010-09-11 00:41:52 +0000
+++ dhis-live/pom.xml	2010-09-13 17:44:15 +0000
@@ -92,6 +92,7 @@
                             <customProcName>false</customProcName>
                             <initialHeapSize>256MB</initialHeapSize>
                             <maxHeapSize>512MB</maxHeapSize>
+                            <maxPermSize>128MB</maxPermSize>
                             <stayAlive>false</stayAlive>
                             <manifest></manifest>
                             <icon>${basedir}/util/launch4j/favicon.ico</icon>
@@ -101,7 +102,6 @@
                             </singleInstance>
                             <jre>
                                 <minVersion>1.6.0_14</minVersion>
-                                <opt>-XX:MaxPermSize=128M</opt>
                             </jre>
                             <splash>
                                 <file>${basedir}/util/launch4j/dhis2-splash.bmp</file>
@@ -137,7 +137,6 @@
                             <jre>
                                 <path>jre6</path>
                                 <minVersion>1.6.0_14</minVersion>
-                                <opt>-XX:MaxPermSize=128M</opt>
                             </jre>
                             <splash>
                                 <file>${basedir}/util/launch4j/dhis2-splash.bmp</file>