Revision: 1169
Author: ian_lewis
Date: 2006-08-27 06:57:20 -0700 (Sun, 27 Aug 2006)
ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1169&view=rev
Log Message:
-----------
Changed so that the endorsed.dirs option points to the absolute path to Xerces rather than a relative path
Modified Paths:
--------------
tags/05pre3/jsxe/launch4j.xml
Modified: tags/05pre3/jsxe/launch4j.xml
===================================================================
--- tags/05pre3/jsxe/launch4j.xml 2006-08-27 13:52:13 UTC (rev 1168)
+++ tags/05pre3/jsxe/launch4j.xml 2006-08-27 13:57:20 UTC (rev 1169)
@@ -15,9 +15,6 @@
<maxVersion></maxVersion>
<initialHeapSize>16</initialHeapSize>
<maxHeapSize>64</maxHeapSize>
- <args>-Djava.endorsed.dirs=lib
-
-
-</args>
+ <opt>-Djava.endorsed.dirs=%EXEDIR%\\lib</opt>
</jre>
</launch4jConfig>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|