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

Robert Stryker rawblem at gmail.com
Mon Oct 9 22:28:59 EDT 2006


  User: rawb    
  Date: 06/10/09 22:28:59

  Modified:    core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun 
                        FirstRunStartup.java
  Log:
  Bugs regarding new workspaces fixed. 
  
  Revision  Changes    Path
  1.10      +1 -1      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- FirstRunStartup.java	2 Oct 2006 20:39:35 -0000	1.9
  +++ FirstRunStartup.java	10 Oct 2006 02:28:59 -0000	1.10
  @@ -47,7 +47,7 @@
               	   int compare = CorePlugin.compare(currentVersion, workspaceLatest);
               	   if( workspaceLatest != null && compare <= 0) return; 
               	   
  -            	   if( workspaceLatest == null ) {
  +            	   if( workspaceLatest.equals("") ) {
               		   // this isn't set... are we at least at 1.6?
               		   boolean at16 = false;
               	       if (store.contains(FirstRunPlugin.FIRST_RUN_PROPERTY)) {
  
  
  



More information about the jboss-cvs-commits mailing list