From: <doc...@us...> - 2007-12-05 20:12:13
|
Revision: 208 http://openpcl.svn.sourceforge.net/openpcl/?rev=208&view=rev Author: documentsystems Date: 2007-12-05 12:12:17 -0800 (Wed, 05 Dec 2007) Log Message: ----------- Howard Hoagland. Fixed relative dir path to IZPack .jar file, fixed file name of app icon and it's relative dir path Modified Paths: -------------- openpcl/src/com/openpcl/install/localinstaller/openpclviewer.jsmooth Modified: openpcl/src/com/openpcl/install/localinstaller/openpclviewer.jsmooth =================================================================== --- openpcl/src/com/openpcl/install/localinstaller/openpclviewer.jsmooth 2007-12-05 19:08:07 UTC (rev 207) +++ openpcl/src/com/openpcl/install/localinstaller/openpclviewer.jsmooth 2007-12-05 20:12:17 UTC (rev 208) @@ -7,14 +7,14 @@ <JVMSearchPath>exepath</JVMSearchPath> <JVMSearchPath>jview</JVMSearchPath> <arguments></arguments> - <classPath>../../../../../rel/openpclviewer-installer.jar</classPath> + <classPath>../../../../../build/rel/openpclviewer-installer.jar</classPath> <embeddedJar>true</embeddedJar> - <jarLocation>../../../../../rel/openpclviewer-installer.jar</jarLocation> - <executableName>../../../../../rel/openpclviewer-setup.exe</executableName> - <iconLocation>../../../../../src/com/openpcl/viewer/images/pclIcon_32x32.png</iconLocation> - <initialMemoryHeap>-1</initialMemoryHeap> + <jarLocation>../../../../../build/rel/openpclviewer-installer.jar</jarLocation> + <executableName>../../../../../build/rel/openpclviewer-setup.exe</executableName> + <iconLocation>../../../../../src/com/openpcl/viewer/images/V221PclIcon32.png</iconLocation> + <initialMemoryHeap>256</initialMemoryHeap> <mainClassName>com.izforge.izpack.installer.Installer</mainClassName> - <maximumMemoryHeap>-1</maximumMemoryHeap> + <maximumMemoryHeap>512</maximumMemoryHeap> <maximumVersion></maximumVersion> <minimumVersion>1.5.0</minimumVersion> <skeletonName>Windowed Wrapper</skeletonName> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |