[jboss-cvs] jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/wizards ...

Robert Stryker rawblem at gmail.com
Wed Sep 20 17:03:43 EDT 2006


  User: rawb    
  Date: 06/09/20 17:03:43

  Modified:    as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/wizards 
                        NewMBeanWizard.java
  Log:
  NLS moved messages
  
  Revision  Changes    Path
  1.5       +1 -2      jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/wizards/NewMBeanWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewMBeanWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/wizards/NewMBeanWizard.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- NewMBeanWizard.java	15 Aug 2006 17:35:44 -0000	1.4
  +++ NewMBeanWizard.java	20 Sep 2006 21:03:43 -0000	1.5
  @@ -102,7 +102,7 @@
   						
   						// TODO: BLOCKING on eclipse bug 153135
   //						IPath newPath = new Path(fullPath.segment(0)).append("META-INF");
  -//						newFilePage.setContainerFullPath(newPath);
  +						newFilePage.setContainerFullPath(newPath);
   						
   						IFile newFile = newFilePage.createNewFile();
   						createStubServiceDescriptor(newFile);
  @@ -141,7 +141,6 @@
   		
   		
   		newFilePage = new NewFilePage(sel);
  -		newFilePage.defaultName = "blah";
   		Preferences preference = XMLCorePlugin.getDefault().getPluginPreferences();
   		String ext = "xml";
   		newFilePage.defaultFileExtension = "."+ext; //$NON-NLS-1$
  
  
  



More information about the jboss-cvs-commits mailing list