Merge pull request #2610 from joshgiesbrecht/master

fix windows build - typo in launch4j config
This commit is contained in:
Manindra Moharana
2014-07-14 21:35:56 +05:30
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
<!-- for 2.2, set a minimum version -->
<minVersion>1.7.0_40</minVersion>
<!-- increase available per PDE X request -->
<maxHeapSize>256m</maxHeapSize>
<maxHeapSize>256</maxHeapSize>
</jre>
<messages>
<startupErr>An error occurred while starting the application.</startupErr>
+1 -1
View File
@@ -35,7 +35,7 @@
<!-- for 2.2, set a minimum version -->
<minVersion>1.7.0_40</minVersion>
<!-- increase available per PDE X request -->
<maxHeapSize>256m</maxHeapSize>
<maxHeapSize>256</maxHeapSize>
</jre>
<splash>
<file>about.bmp</file>