[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
Mon Jul 31 15:43:42 EDT 2006


  User: rawb    
  Date: 06/07/31 15:43:42

  Modified:    as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/viewproviders  
                        DescriptorXPathViewProvider.java
                        InactiveExtensionViewProvider.java
  Log:
  Added first revision of an xml editor for *-service.xml files. 
  Also added jboss header to several source files. 
  
  Revision  Changes    Path
  1.2       +22 -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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- DescriptorXPathViewProvider.java	27 Jul 2006 06:34:00 -0000	1.1
  +++ DescriptorXPathViewProvider.java	31 Jul 2006 19:43:42 -0000	1.2
  @@ -1,3 +1,24 @@
  +/*
  + * JBoss, Home of Professional Open Source
  + * Copyright 2006, JBoss Inc., and individual contributors as indicated
  + * by the @authors tag. See the copyright.txt in the distribution for a
  + * full listing of individual contributors.
  + *
  + * This is free software; you can redistribute it and/or modify it
  + * under the terms of the GNU Lesser General Public License as
  + * published by the Free Software Foundation; either version 2.1 of
  + * the License, or (at your option) any later version.
  + *
  + * This software is distributed in the hope that it will be useful,
  + * but WITHOUT ANY WARRANTY; without even the implied warranty of
  + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  + * Lesser General Public License for more details.
  + *
  + * You should have received a copy of the GNU Lesser General Public
  + * License along with this software; if not, write to the Free
  + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  + */
   package org.jboss.ide.eclipse.as.ui.viewproviders;
   
   import java.io.File;
  @@ -806,7 +827,7 @@
   		}
   
   	}
  -	protected class XPathPropertyLabelProvider extends LabelProvider implements ITableLabelProvider {
  +	public static class XPathPropertyLabelProvider extends LabelProvider implements ITableLabelProvider {
   
   		public Image getColumnImage(Object element, int columnIndex) {
   			return null;
  
  
  
  1.3       +1 -1      jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/viewproviders/InactiveExtensionViewProvider.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InactiveExtensionViewProvider.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/viewproviders/InactiveExtensionViewProvider.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- InactiveExtensionViewProvider.java	10 Jul 2006 15:52:23 -0000	1.2
  +++ InactiveExtensionViewProvider.java	31 Jul 2006 19:43:42 -0000	1.3
  @@ -1,4 +1,3 @@
  -package org.jboss.ide.eclipse.as.ui.viewproviders;
   /*
    * JBoss, Home of Professional Open Source
    * Copyright 2006, JBoss Inc., and individual contributors as indicated
  @@ -20,6 +19,7 @@
    * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
    * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
    */
  +package org.jboss.ide.eclipse.as.ui.viewproviders;
   
   import java.util.ArrayList;
   
  
  
  



More information about the jboss-cvs-commits mailing list