Revision: 1256
http://svn.sourceforge.net/jsxe/?rev=1256&view=rev
Author: ian_lewis
Date: 2006-10-20 03:06:14 -0700 (Fri, 20 Oct 2006)
Log Message:
-----------
commented out jEditLauncher task
Modified Paths:
--------------
trunk/jsxe/installer/src/installer/OperatingSystem.java
Modified: trunk/jsxe/installer/src/installer/OperatingSystem.java
===================================================================
--- trunk/jsxe/installer/src/installer/OperatingSystem.java 2006-10-20 06:48:27 UTC (rev 1255)
+++ trunk/jsxe/installer/src/installer/OperatingSystem.java 2006-10-20 10:06:14 UTC (rev 1256)
@@ -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.
|