[jboss-cvs] jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers ...

Marshall Culpepper mculpepper at jboss.com
Mon Oct 2 19:06:23 EDT 2006


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

  Modified:    aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers          
                        QDoxMatcher.java JDTConstructorMatcher.java
                        JDTExecutionMethodMatcher.java
                        JDTFieldSetMatcher.java JDTFieldMatcher.java
                        JDTFieldGetMatcher.java
                        JDTExecutionConstructorMatcher.java
                        JDTPointcutUtil.java JDTMethodMatcher.java
                        JDTTypeMatcher.java
  Log:
  updated copyright header and plugin provider for all aop plugins
  
  Revision  Changes    Path
  1.3       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/QDoxMatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: QDoxMatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/QDoxMatcher.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- QDoxMatcher.java	31 Jan 2006 04:58:28 -0000	1.2
  +++ QDoxMatcher.java	2 Oct 2006 23:06:23 -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.
    *
  
  
  
  1.4       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTConstructorMatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JDTConstructorMatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTConstructorMatcher.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- JDTConstructorMatcher.java	31 Jan 2006 04:58:28 -0000	1.3
  +++ JDTConstructorMatcher.java	2 Oct 2006 23:06:23 -0000	1.4
  @@ -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.
    *
  
  
  
  1.3       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTExecutionMethodMatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JDTExecutionMethodMatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTExecutionMethodMatcher.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- JDTExecutionMethodMatcher.java	31 Jan 2006 04:58:28 -0000	1.2
  +++ JDTExecutionMethodMatcher.java	2 Oct 2006 23:06:23 -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.
    *
  
  
  
  1.3       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTFieldSetMatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JDTFieldSetMatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTFieldSetMatcher.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- JDTFieldSetMatcher.java	31 Jan 2006 04:58:28 -0000	1.2
  +++ JDTFieldSetMatcher.java	2 Oct 2006 23:06:23 -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.
    *
  
  
  
  1.4       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTFieldMatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JDTFieldMatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTFieldMatcher.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- JDTFieldMatcher.java	31 Jan 2006 04:58:28 -0000	1.3
  +++ JDTFieldMatcher.java	2 Oct 2006 23:06:23 -0000	1.4
  @@ -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.
    *
  
  
  
  1.3       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTFieldGetMatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JDTFieldGetMatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTFieldGetMatcher.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- JDTFieldGetMatcher.java	31 Jan 2006 04:58:28 -0000	1.2
  +++ JDTFieldGetMatcher.java	2 Oct 2006 23:06:23 -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.
    *
  
  
  
  1.3       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTExecutionConstructorMatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JDTExecutionConstructorMatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTExecutionConstructorMatcher.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- JDTExecutionConstructorMatcher.java	31 Jan 2006 04:58:28 -0000	1.2
  +++ JDTExecutionConstructorMatcher.java	2 Oct 2006 23:06:23 -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.
    *
  
  
  
  1.3       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTPointcutUtil.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JDTPointcutUtil.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTPointcutUtil.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- JDTPointcutUtil.java	31 Jan 2006 04:58:28 -0000	1.2
  +++ JDTPointcutUtil.java	2 Oct 2006 23:06:23 -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.
    *
  
  
  
  1.4       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTMethodMatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JDTMethodMatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTMethodMatcher.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- JDTMethodMatcher.java	31 Jan 2006 04:58:28 -0000	1.3
  +++ JDTMethodMatcher.java	2 Oct 2006 23:06:23 -0000	1.4
  @@ -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.
    *
  
  
  
  1.3       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTTypeMatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JDTTypeMatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/matchers/JDTTypeMatcher.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- JDTTypeMatcher.java	31 Jan 2006 04:58:28 -0000	1.2
  +++ JDTTypeMatcher.java	2 Oct 2006 23:06:23 -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.
    *
  
  
  



More information about the jboss-cvs-commits mailing list