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

Marshall Culpepper mculpepper at jboss.com
Mon Oct 2 19:02:35 EDT 2006


  User: mculpepper
  Date: 06/10/02 19:02:35

  Modified:    core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist   
                        XDocletAssistMessages.java IXDocletConstants.java
                        XDocletAssistPlugin.java
  Log:
  updated copyright header and plugin provider for all core plugins
  
  Revision  Changes    Path
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/XDocletAssistMessages.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: XDocletAssistMessages.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/XDocletAssistMessages.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- XDocletAssistMessages.java	29 Jan 2006 04:20:52 -0000	1.2
  +++ XDocletAssistMessages.java	2 Oct 2006 23:02:35 -0000	1.3
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * JBoss, a division of Red Hat
  + * Copyright 2006, Red Hat Middleware, LLC, and individual contributors as indicated
    * by the @authors tag. See the copyright.txt in the distribution for a
    * full listing of individual contributors.
    *
  @@ -28,7 +28,7 @@
    * Message bundle accessor helper class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class XDocletAssistMessages
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/IXDocletConstants.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IXDocletConstants.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/IXDocletConstants.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IXDocletConstants.java	29 Jan 2006 04:20:52 -0000	1.2
  +++ IXDocletConstants.java	2 Oct 2006 23:02:35 -0000	1.3
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * JBoss, a division of Red Hat
  + * Copyright 2006, Red Hat Middleware, LLC, and individual contributors as indicated
    * by the @authors tag. See the copyright.txt in the distribution for a
    * full listing of individual contributors.
    *
  @@ -24,7 +24,7 @@
   /**
    * @author    Hans Dockter
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @todo      Javadoc to complete
    */
   public interface IXDocletConstants
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/XDocletAssistPlugin.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: XDocletAssistPlugin.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/XDocletAssistPlugin.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- XDocletAssistPlugin.java	29 Jan 2006 04:20:52 -0000	1.2
  +++ XDocletAssistPlugin.java	2 Oct 2006 23:02:35 -0000	1.3
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * JBoss, a division of Red Hat
  + * Copyright 2006, Red Hat Middleware, LLC, and individual contributors as indicated
    * by the @authors tag. See the copyright.txt in the distribution for a
    * full listing of individual contributors.
    *
  @@ -64,7 +64,7 @@
    *
    * @author    Hans Dockter
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @todo      Javadoc to complete
    */
   public class XDocletAssistPlugin extends AbstractPlugin implements IPropertyChangeListener
  
  
  



More information about the jboss-cvs-commits mailing list