[jboss-cvs] jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules ...

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


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

  Modified:    core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules           
                        InnerDocumentView.java ViewNode.java
                        OuterDocumentView.java MultiViewTranslator.java
                        IDocumentView.java WhitespaceDetector.java
                        MultiViewPartitioner.java IPositionTranslator.java
                        FlatNode.java AbstractPartitioner.java
                        IdentityTranslator.java
  Log:
  updated copyright header and plugin provider for all core plugins
  
  Revision  Changes    Path
  1.3       +4 -4      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/InnerDocumentView.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InnerDocumentView.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/InnerDocumentView.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- InnerDocumentView.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ InnerDocumentView.java	2 Oct 2006 23:02:27 -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.
    *
  @@ -37,7 +37,7 @@
    * Inner view to parent document.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class InnerDocumentView extends AbstractDocument implements IDocumentView
   {
  @@ -130,7 +130,7 @@
       * Implements ITextStore based on IDocument.
       *
       * @author    Laurent Etiemble
  -    * @version   $Revision: 1.2 $
  +    * @version   $Revision: 1.3 $
       */
      class TextStore implements ITextStore
      {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/ViewNode.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ViewNode.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/ViewNode.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ViewNode.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ ViewNode.java	2 Oct 2006 23:02:27 -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 @@
    */
   /**
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class ViewNode extends FlatNode
   {
  
  
  
  1.3       +4 -4      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/OuterDocumentView.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OuterDocumentView.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/OuterDocumentView.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- OuterDocumentView.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ OuterDocumentView.java	2 Oct 2006 23:02:27 -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.
    *
  @@ -40,7 +40,7 @@
    * Outer view to parent document.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class OuterDocumentView extends AbstractDocument implements IDocumentView
   {
  @@ -170,7 +170,7 @@
       * Implements ITextStore based on IDocument.
       *
       * @author    Laurent Etiemble
  -    * @version   $Revision: 1.2 $
  +    * @version   $Revision: 1.3 $
       */
      class TextStore implements ITextStore
      {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/MultiViewTranslator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MultiViewTranslator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/MultiViewTranslator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- MultiViewTranslator.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ MultiViewTranslator.java	2 Oct 2006 23:02:27 -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.
    *
  @@ -30,7 +30,7 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class MultiViewTranslator implements IPositionTranslator
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/IDocumentView.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IDocumentView.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/IDocumentView.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IDocumentView.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ IDocumentView.java	2 Oct 2006 23:02:27 -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 @@
    * character offsets between this view and parent document.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public interface IDocumentView extends IDocument
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/WhitespaceDetector.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WhitespaceDetector.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/WhitespaceDetector.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- WhitespaceDetector.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ WhitespaceDetector.java	2 Oct 2006 23:02:27 -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.
    *
  @@ -27,7 +27,7 @@
    * XML white-space detector.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class WhitespaceDetector implements IWhitespaceDetector
   {
  
  
  
  1.3       +4 -4      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/MultiViewPartitioner.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MultiViewPartitioner.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/MultiViewPartitioner.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- MultiViewPartitioner.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ MultiViewPartitioner.java	2 Oct 2006 23:02:27 -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.
    *
  @@ -47,7 +47,7 @@
    * languages.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public abstract class MultiViewPartitioner extends AbstractPartitioner
   {
  @@ -865,7 +865,7 @@
       * Description of the Class
       *
       * @author    Laurent Etiemble
  -    * @version   $Revision: 1.2 $
  +    * @version   $Revision: 1.3 $
       */
      class ViewListener implements IDocumentPartitioningListener, IDocumentPartitioningListenerExtension
      {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/IPositionTranslator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IPositionTranslator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/IPositionTranslator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IPositionTranslator.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ IPositionTranslator.java	2 Oct 2006 23:02:27 -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.
    *
  @@ -32,7 +32,7 @@
    */
   /**
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public interface IPositionTranslator
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/FlatNode.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FlatNode.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/FlatNode.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- FlatNode.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ FlatNode.java	2 Oct 2006 23:02:27 -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 @@
    */
   /**
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class FlatNode
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/AbstractPartitioner.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractPartitioner.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/AbstractPartitioner.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AbstractPartitioner.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ AbstractPartitioner.java	2 Oct 2006 23:02:27 -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.
    *
  @@ -47,7 +47,7 @@
    * languages.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public abstract class AbstractPartitioner implements IDocumentPartitioner, IDocumentPartitionerExtension
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/IdentityTranslator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IdentityTranslator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/text/rules/IdentityTranslator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IdentityTranslator.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ IdentityTranslator.java	2 Oct 2006 23:02:27 -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.
    *
  @@ -29,7 +29,7 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class IdentityTranslator implements IPositionTranslator
   {
  
  
  



More information about the jboss-cvs-commits mailing list