Author: fthomas
Date: Sun Dec  9 02:18:56 2012
New Revision: 1418811

URL: http://svn.apache.org/viewvc?rev=1418811&view=rev
Log:
- cleaned code

Modified:
    
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/org/apache/flex/utilities/developerToolSuite/MainApplication.mxml

Modified: 
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/org/apache/flex/utilities/developerToolSuite/MainApplication.mxml
URL: 
http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/org/apache/flex/utilities/developerToolSuite/MainApplication.mxml?rev=1418811&r1=1418810&r2=1418811&view=diff
==============================================================================
--- 
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/org/apache/flex/utilities/developerToolSuite/MainApplication.mxml
 (original)
+++ 
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/org/apache/flex/utilities/developerToolSuite/MainApplication.mxml
 Sun Dec  9 02:18:56 2012
@@ -126,18 +126,6 @@ limitations under the License.
             dispatch(new SaveSettingMessage("appDisplayState", 
nativeWindow.displayState));
         }
 
-        public function execute():void {
-
-            dispatch(new 
ValidateJavaPathMessage(applicationSettings.JAVA_HOME));
-            dispatch(new ValidateAntPathMessage(applicationSettings.ANT_HOME));
-            dispatch(new 
ValidateMavenPathMessage(applicationSettings.MAVEN_HOME));
-            dispatch(new 
ValidateCygwinPathMessage(applicationSettings.CYGWIN_HOME));
-
-            /*var timer:Timer = new Timer(1000, 1);
-             timer.addEventListener(TimerEvent.TIMER_COMPLETE, 
timer_timerCompleteHandler);
-             timer.start();*/
-        }
-
         private function addLog():void {
             var parsleyLogger:TraceTarget = new TraceTarget();
             parsleyLogger.filters = ["org.spicefactory.*", "mx.*"];


Reply via email to