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

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/model/conditions                          
                        IsFinal.java IsMethod.java IsConstructor.java
                        TagExists.java And.java IsStatic.java
                        NameEquals.java JavaElementAnalyzer.java
                        ConditionCache.java NameStartsWith.java Or.java
                        IsClassOfType.java TagParameterExists.java
                        IsField.java ConditionTree.java
                        ToManyChildrenConditionsException.java
                        IsAbstract.java IsClass.java IsPublic.java
                        ConditionException.java IConditionTreeListener.java
                        Condition.java TagParameterEquals.java Not.java
                        AlwaysTrue.java Owner.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/model/conditions/IsFinal.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IsFinal.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsFinal.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IsFinal.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ IsFinal.java	2 Oct 2006 23:02:34 -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 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsMethod.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IsMethod.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsMethod.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IsMethod.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ IsMethod.java	2 Oct 2006 23:02:34 -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 @@
    * This condition evaluates to true if a XProgramElement is a method
    *
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class IsMethod extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsConstructor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IsConstructor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsConstructor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IsConstructor.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ IsConstructor.java	2 Oct 2006 23:02:34 -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 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class IsConstructor extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/TagExists.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TagExists.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/TagExists.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- TagExists.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ TagExists.java	2 Oct 2006 23:02:34 -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 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class TagExists extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/And.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: And.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/And.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- And.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ And.java	2 Oct 2006 23:02:34 -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.
    *
  @@ -31,7 +31,7 @@
    * to true if there are no nested conditions
    *
    * @author         Aslak Hellesøy
  - * @version        $Revision: 1.2 $
  + * @version        $Revision: 1.3 $
    * @created        14. januar 2002
    * @todo-javadoc   Write javadocs
    */
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsStatic.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IsStatic.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsStatic.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IsStatic.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ IsStatic.java	2 Oct 2006 23:02:34 -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 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/NameEquals.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NameEquals.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/NameEquals.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NameEquals.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ NameEquals.java	2 Oct 2006 23:02:34 -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
    */
   
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/JavaElementAnalyzer.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JavaElementAnalyzer.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/JavaElementAnalyzer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- JavaElementAnalyzer.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ JavaElementAnalyzer.java	2 Oct 2006 23:02:34 -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    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class JavaElementAnalyzer
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/ConditionCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConditionCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/ConditionCache.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ConditionCache.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ ConditionCache.java	2 Oct 2006 23:02:34 -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 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class ConditionCache
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/NameStartsWith.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NameStartsWith.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/NameStartsWith.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NameStartsWith.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ NameStartsWith.java	2 Oct 2006 23:02:34 -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
    */
   public class NameStartsWith extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/Or.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Or.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/Or.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Or.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ Or.java	2 Oct 2006 23:02:34 -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    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class Or extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsClassOfType.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IsClassOfType.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsClassOfType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IsClassOfType.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ IsClassOfType.java	2 Oct 2006 23:02:34 -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 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class IsClassOfType extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/TagParameterExists.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TagParameterExists.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/TagParameterExists.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- TagParameterExists.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ TagParameterExists.java	2 Oct 2006 23:02:34 -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 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class TagParameterExists extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsField.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IsField.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsField.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IsField.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ IsField.java	2 Oct 2006 23:02:34 -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.
    *
  @@ -26,7 +26,7 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class IsField extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/ConditionTree.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConditionTree.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/ConditionTree.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ConditionTree.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ ConditionTree.java	2 Oct 2006 23:02:34 -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.
    *
  @@ -31,7 +31,7 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class ConditionTree implements Serializable
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/ToManyChildrenConditionsException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ToManyChildrenConditionsException.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/ToManyChildrenConditionsException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ToManyChildrenConditionsException.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ ToManyChildrenConditionsException.java	2 Oct 2006 23:02:34 -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
    */
   public class ToManyChildrenConditionsException extends ConditionException
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsAbstract.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IsAbstract.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsAbstract.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IsAbstract.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ IsAbstract.java	2 Oct 2006 23:02:34 -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 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class IsAbstract extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsClass.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IsClass.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsClass.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IsClass.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ IsClass.java	2 Oct 2006 23:02:34 -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.
    *
  @@ -26,7 +26,7 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class IsClass extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsPublic.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IsPublic.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IsPublic.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IsPublic.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ IsPublic.java	2 Oct 2006 23:02:34 -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 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/ConditionException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConditionException.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/ConditionException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ConditionException.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ ConditionException.java	2 Oct 2006 23:02:34 -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
    */
   public class ConditionException extends Exception
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IConditionTreeListener.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IConditionTreeListener.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/IConditionTreeListener.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IConditionTreeListener.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ IConditionTreeListener.java	2 Oct 2006 23:02:34 -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 @@
    * @author    Hans Dockter
    *
    * Description
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public interface IConditionTreeListener
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/Condition.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Condition.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/Condition.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Condition.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ Condition.java	2 Oct 2006 23:02:34 -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.
    *
  @@ -35,7 +35,7 @@
    * XDoclet team
    *
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public abstract class Condition implements Serializable
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/TagParameterEquals.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TagParameterEquals.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/TagParameterEquals.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- TagParameterEquals.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ TagParameterEquals.java	2 Oct 2006 23:02:34 -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 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class TagParameterEquals extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/Not.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Not.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/Not.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Not.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ Not.java	2 Oct 2006 23:02:34 -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.
    *
  @@ -26,7 +26,7 @@
   
   /**
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class Not extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/AlwaysTrue.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AlwaysTrue.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/AlwaysTrue.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AlwaysTrue.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ AlwaysTrue.java	2 Oct 2006 23:02:34 -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 @@
    * Evaluates always to true
    *
    * @author    Hans Dockter
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    * @created   17 mai 2003
    */
   public class AlwaysTrue extends Condition
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/Owner.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Owner.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.xdoclet.assist/src/main/org/jboss/ide/eclipse/xdoclet/assist/model/conditions/Owner.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Owner.java	29 Jan 2006 04:20:51 -0000	1.2
  +++ Owner.java	2 Oct 2006 23:02:34 -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
    */
   public class Owner extends Condition
  
  
  



More information about the jboss-cvs-commits mailing list