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

Robert Stryker rawblem at gmail.com
Thu Sep 28 18:18:03 EDT 2006


  User: rawb    
  Date: 06/09/28 18:18:03

  Modified:    as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/viewproviders 
                        DescriptorXPathViewProvider.java
  Log:
  Added an action to modify the launch config directly, changed messages, removed unused elements in plugin.xml, and other small changes
  
  Revision  Changes    Path
  1.8       +1 -1      jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/viewproviders/DescriptorXPathViewProvider.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DescriptorXPathViewProvider.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/viewproviders/DescriptorXPathViewProvider.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- DescriptorXPathViewProvider.java	21 Sep 2006 21:37:15 -0000	1.7
  +++ DescriptorXPathViewProvider.java	28 Sep 2006 22:18:03 -0000	1.8
  @@ -178,7 +178,7 @@
   				}
   			}
   		};
  -		deleteXPathCategoryAction.setText(Messages.DescriptorXPathRemoveCategoryDesc);
  +		deleteXPathCategoryAction.setText(Messages.DescriptorXPathRemoveCategory);
   		
   		
   		newXPathAction = new Action() {
  
  
  



More information about the jboss-cvs-commits mailing list