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

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


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

  Modified:    aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/model     
                        AopModel.java AopModelElementChangedListener.java
                        AopModelUtils.java AdvisedCollector.java
                        ModelInitAndUpdate.java
  Log:
  updated copyright header and plugin provider for all aop plugins
  
  Revision  Changes    Path
  1.21      +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/model/AopModel.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AopModel.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/model/AopModel.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- AopModel.java	31 Jan 2006 04:58:30 -0000	1.20
  +++ AopModel.java	2 Oct 2006 23:06:25 -0000	1.21
  @@ -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.9       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/model/AopModelElementChangedListener.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AopModelElementChangedListener.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/model/AopModelElementChangedListener.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- AopModelElementChangedListener.java	31 Jan 2006 04:58:30 -0000	1.8
  +++ AopModelElementChangedListener.java	2 Oct 2006 23:06:25 -0000	1.9
  @@ -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.8       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/model/AopModelUtils.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AopModelUtils.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/model/AopModelUtils.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- AopModelUtils.java	31 Jan 2006 04:58:30 -0000	1.7
  +++ AopModelUtils.java	2 Oct 2006 23:06:25 -0000	1.8
  @@ -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/model/AdvisedCollector.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AdvisedCollector.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/model/AdvisedCollector.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- AdvisedCollector.java	31 Jan 2006 04:58:30 -0000	1.3
  +++ AdvisedCollector.java	2 Oct 2006 23:06:25 -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.7       +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/model/ModelInitAndUpdate.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ModelInitAndUpdate.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.core/src/main/org/jboss/ide/eclipse/jdt/aop/core/model/ModelInitAndUpdate.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- ModelInitAndUpdate.java	31 Jan 2006 04:58:30 -0000	1.6
  +++ ModelInitAndUpdate.java	2 Oct 2006 23:06:25 -0000	1.7
  @@ -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