[jboss-cvs] jbosside/core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun ...

Robert Stryker rawblem at gmail.com
Mon Sep 18 13:52:21 EDT 2006


  User: rawb    
  Date: 06/09/18 13:52:21

  Modified:    core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun 
                        FirstRunStartup.java
  Log:
  Should not have been commented out. 
  
  Revision  Changes    Path
  1.6       +2 -2      jbosside/core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/FirstRunStartup.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FirstRunStartup.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/FirstRunStartup.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- FirstRunStartup.java	13 Sep 2006 17:59:26 -0000	1.5
  +++ FirstRunStartup.java	18 Sep 2006 17:52:21 -0000	1.6
  @@ -46,8 +46,8 @@
               	   
               	   // TODO: uncomment
               	   // short circuit if already done
  -            	   //int compare = CorePlugin.compare(currentVersion, workspaceLatest);
  -            	   //if( workspaceLatest != null && compare <= 0) return; 
  +            	   int compare = CorePlugin.compare(currentVersion, workspaceLatest);
  +            	   if( workspaceLatest != null && compare <= 0) return; 
               	   
               	   if( workspaceLatest == null ) {
               		   // this isn't set... are we at least at 1.6?
  
  
  



More information about the jboss-cvs-commits mailing list