[jboss-cvs] jbosside/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/runtime ...

Robert Stryker rawb at belmont.prod.atl2.jboss.com
Tue Aug 29 12:49:08 EDT 2006


  User: rawb    
  Date: 06/08/29 12:49:08

  Modified:    as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/runtime 
                        WebtoolsProjectJBossClasspathContainerInitializer.java
  Log:
  Refactored launch configuration, its associated UI tabs, and moved some behavior from the JBossServerBehavior class to the JBossLaunchConfigurationDelegate instead. 
  
  Also had to change which configuration attributes were checked or set, so twiddle launches and start and stop of server were modified. 
  
  Revision  Changes    Path
  1.2       +1 -0      jbosside/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/runtime/WebtoolsProjectJBossClasspathContainerInitializer.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WebtoolsProjectJBossClasspathContainerInitializer.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/runtime/WebtoolsProjectJBossClasspathContainerInitializer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- WebtoolsProjectJBossClasspathContainerInitializer.java	26 Aug 2006 02:33:20 -0000	1.1
  +++ WebtoolsProjectJBossClasspathContainerInitializer.java	29 Aug 2006 16:49:08 -0000	1.2
  @@ -124,6 +124,7 @@
   			if( serverId == null ) return;
   			
   			IServer server = ServerCore.findServer(serverId);
  +			if( server == null ) return;
   			JBossServer jbServer = server.loadAdapter(JBossServer.class, null) == null ? null : (JBossServer)server.getAdapter(JBossServer.class);
   			if( jbServer == null ) return;
   			
  
  
  



More information about the jboss-cvs-commits mailing list