[Jsxe-cvs] SF.net SVN: jsxe: [1055] trunk/jsxe
Status: Inactive
Brought to you by:
ian_lewis
|
From: <ian...@us...> - 2006-07-21 21:01:27
|
Revision: 1055 Author: ian_lewis Date: 2006-07-21 14:01:15 -0700 (Fri, 21 Jul 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1055&view=rev Log Message: ----------- updating SVN to allow building without having to download jars Modified Paths: -------------- trunk/jsxe/jsXe.jsmooth Added Paths: ----------- trunk/jsxe/lib/resolver.jar trunk/jsxe/lib/xercesImpl.jar trunk/jsxe/lib/xml-apis.jar Modified: trunk/jsxe/jsXe.jsmooth =================================================================== --- trunk/jsxe/jsXe.jsmooth 2006-07-21 20:50:44 UTC (rev 1054) +++ trunk/jsxe/jsXe.jsmooth 2006-07-21 21:01:15 UTC (rev 1055) @@ -11,6 +11,10 @@ <executableName>build\jsXe.exe</executableName> <iconLocation>src\net\sourceforge\jsxe\icons\jsxe.jpg</iconLocation> <initialMemoryHeap>16777216</initialMemoryHeap> +<javaProperties> +<name>java.endorsed.dirs</name> +<value>lib</value> +</javaProperties> <mainClassName>net.sourceforge.jsxe.jsXe</mainClassName> <maximumMemoryHeap>67108864</maximumMemoryHeap> <maximumVersion></maximumVersion> Added: trunk/jsxe/lib/resolver.jar =================================================================== (Binary files differ) Property changes on: trunk/jsxe/lib/resolver.jar ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream Added: trunk/jsxe/lib/xercesImpl.jar =================================================================== (Binary files differ) Property changes on: trunk/jsxe/lib/xercesImpl.jar ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream Added: trunk/jsxe/lib/xml-apis.jar =================================================================== (Binary files differ) Property changes on: trunk/jsxe/lib/xml-apis.jar ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |