Revision: 203
http://openpcl.svn.sourceforge.net/openpcl/?rev=203&view=rev
Author: documentsystems
Date: 2007-12-05 10:42:16 -0800 (Wed, 05 Dec 2007)
Log Message:
-----------
Howard Hoagland. Remove jdom.jar from command line app startup classpath
Modified Paths:
--------------
openpcl/src/com/openpcl/install/localinstaller/openpclviewer.bat
Modified: openpcl/src/com/openpcl/install/localinstaller/openpclviewer.bat
===================================================================
--- openpcl/src/com/openpcl/install/localinstaller/openpclviewer.bat 2007-12-05 18:41:29 UTC (rev 202)
+++ openpcl/src/com/openpcl/install/localinstaller/openpclviewer.bat 2007-12-05 18:42:16 UTC (rev 203)
@@ -1 +1 @@
-javaw -Xms64m -Xmx512m -classpath ".;openpcl.jar;jdom.jar;TableLayout.jar" com.openpcl.viewer.OpenPCLViewer "%1"
+javaw -Xms64m -Xmx512m -classpath ".;openpcl.jar;TableLayout.jar" com.openpcl.viewer.OpenPCLViewer "%1"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|