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

Robert Stryker rawblem at gmail.com
Wed Sep 13 13:59:26 EDT 2006


  User: rawb    
  Date: 06/09/13 13:59:26

  Modified:    core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun  
                        FirstRunMessages.properties FirstRunStartup.java
  Log:
  Changed API to require performFinish to make use of a Progress Monitor. 
  
  Revision  Changes    Path
  1.5       +5 -1      jbosside/core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/FirstRunMessages.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FirstRunMessages.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/FirstRunMessages.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- FirstRunMessages.properties	12 Sep 2006 21:25:22 -0000	1.4
  +++ FirstRunMessages.properties	13 Sep 2006 17:59:26 -0000	1.5
  @@ -37,3 +37,7 @@
   FinalPage20.info=\
   The conversions you've selected will be completed as soon as you press "Finish"\n\n\n\
   Thanks for installing JBoss Eclipse IDE 2.0!
  \ No newline at end of file
  +
  +
  +
  +ProgressMonitor.TaskName=Upgrading JBoss IDE Workspace
  
  
  
  1.5       +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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- FirstRunStartup.java	12 Sep 2006 21:35:13 -0000	1.4
  +++ FirstRunStartup.java	13 Sep 2006 17:59:26 -0000	1.5
  @@ -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