[Jsxe-cvs] SF.net SVN: jsxe: [1259] tags/05pre3/jsxe/installer/src/installer/ OperatingSystem.java
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-10-20 10:22:19
|
Revision: 1259 http://svn.sourceforge.net/jsxe/?rev=1259&view=rev Author: ian_lewis Date: 2006-10-20 03:22:12 -0700 (Fri, 20 Oct 2006) Log Message: ----------- Commented out JEditLauncherTask Modified Paths: -------------- tags/05pre3/jsxe/installer/src/installer/OperatingSystem.java Modified: tags/05pre3/jsxe/installer/src/installer/OperatingSystem.java =================================================================== --- tags/05pre3/jsxe/installer/src/installer/OperatingSystem.java 2006-10-20 10:21:42 UTC (rev 1258) +++ tags/05pre3/jsxe/installer/src/installer/OperatingSystem.java 2006-10-20 10:22:12 UTC (rev 1259) @@ -327,7 +327,7 @@ return "C:\\Program Files\\" + name + " " + version; } - public class JEditLauncherOSTask extends OSTask + /*public class JEditLauncherOSTask extends OSTask { public JEditLauncherOSTask(Install installer) { @@ -367,7 +367,7 @@ { } } - } + }*/ public OSTask[] getOSTasks(Install installer) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |