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

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/completion      
                        DocletAssistant.java XDocletProposalInfo.java
                        DocletStructure.java Property.java
                        XDocletJavaDocCompletionProcessor.java
                        DocletParser.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/completion/DocletAssistant.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DocletAssistant.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/completion/DocletAssistant.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- DocletAssistant.java	29 Jan 2006 04:20:52 -0000	1.2
  +++ DocletAssistant.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.
    *
  @@ -51,7 +51,7 @@
    * The class is not statically used as more then one source for the xmldata is possible
    *
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   15 mai 2003
    * @todo      Javadoc to complete
    */
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/completion/XDocletProposalInfo.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: XDocletProposalInfo.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/completion/XDocletProposalInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- XDocletProposalInfo.java	29 Jan 2006 04:20:52 -0000	1.2
  +++ XDocletProposalInfo.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.
    *
  @@ -25,7 +25,7 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    * @todo      Javadoc to complete
    */
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/completion/DocletStructure.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DocletStructure.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/completion/DocletStructure.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- DocletStructure.java	29 Jan 2006 04:20:52 -0000	1.2
  +++ DocletStructure.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.
    *
  @@ -25,7 +25,7 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    * @todo      Javadoc to complete
    */
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/completion/Property.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Property.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/completion/Property.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Property.java	29 Jan 2006 04:20:52 -0000	1.2
  +++ Property.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.
    *
  @@ -23,7 +23,7 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    * @todo      Javadoc to complete
    */
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/completion/XDocletJavaDocCompletionProcessor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: XDocletJavaDocCompletionProcessor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/completion/XDocletJavaDocCompletionProcessor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- XDocletJavaDocCompletionProcessor.java	29 Jan 2006 04:20:52 -0000	1.2
  +++ XDocletJavaDocCompletionProcessor.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.
    *
  @@ -34,7 +34,7 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   15 mai 2003
    * @todo      Javadoc to complete
    */
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/completion/DocletParser.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DocletParser.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/completion/DocletParser.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- DocletParser.java	29 Jan 2006 04:20:52 -0000	1.2
  +++ DocletParser.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.
    *
  @@ -33,7 +33,7 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   15 mai 2003
    * @todo      Javadoc to complete
    */
  
  
  



More information about the jboss-cvs-commits mailing list