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

Robert Stryker rawblem at gmail.com
Tue Sep 12 17:35:13 EDT 2006


  User: rawb    
  Date: 06/09/12 17:35:13

  Modified:    core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun 
                        FirstRunStartup.java
  Log:
  Uncommented code that ensures wizard does not show every time. 
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- FirstRunStartup.java	12 Sep 2006 21:25:22 -0000	1.3
  +++ FirstRunStartup.java	12 Sep 2006 21:35:13 -0000	1.4
  @@ -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