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

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


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

  Modified:    aop/plugins/org.jboss.ide.eclipse.jdt.aop.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards         
                        EditBindingWizardPage.java InterceptorWizard.java
                        InterceptorWizardPage.java
                        CreatePointcutWizard.java NewAopProjectWizard.java
                        EditBindingWizard.java AdviceWizard.java
                        ConvertToPointcutWizard.java AdviceWizardPage.java
  Log:
  updated copyright header and plugin provider for all aop plugins
  
  Revision  Changes    Path
  1.10      +2 -2      jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/EditBindingWizardPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EditBindingWizardPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/EditBindingWizardPage.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- EditBindingWizardPage.java	31 Jan 2006 04:58:24 -0000	1.9
  +++ EditBindingWizardPage.java	2 Oct 2006 23:06:18 -0000	1.10
  @@ -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.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/InterceptorWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InterceptorWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/InterceptorWizard.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- InterceptorWizard.java	31 Jan 2006 04:58:24 -0000	1.2
  +++ InterceptorWizard.java	2 Oct 2006 23:06:18 -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.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/InterceptorWizardPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InterceptorWizardPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/InterceptorWizardPage.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- InterceptorWizardPage.java	31 Jan 2006 04:58:24 -0000	1.2
  +++ InterceptorWizardPage.java	2 Oct 2006 23:06:18 -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.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/CreatePointcutWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CreatePointcutWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/CreatePointcutWizard.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- CreatePointcutWizard.java	31 Jan 2006 04:58:24 -0000	1.3
  +++ CreatePointcutWizard.java	2 Oct 2006 23:06:18 -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.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/NewAopProjectWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewAopProjectWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/NewAopProjectWizard.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NewAopProjectWizard.java	31 Jan 2006 04:58:24 -0000	1.2
  +++ NewAopProjectWizard.java	2 Oct 2006 23:06:18 -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.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/EditBindingWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EditBindingWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/EditBindingWizard.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- EditBindingWizard.java	31 Jan 2006 04:58:24 -0000	1.3
  +++ EditBindingWizard.java	2 Oct 2006 23:06:18 -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.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/AdviceWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AdviceWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/AdviceWizard.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AdviceWizard.java	31 Jan 2006 04:58:24 -0000	1.2
  +++ AdviceWizard.java	2 Oct 2006 23:06:18 -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.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/ConvertToPointcutWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConvertToPointcutWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/ConvertToPointcutWizard.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ConvertToPointcutWizard.java	31 Jan 2006 04:58:24 -0000	1.3
  +++ ConvertToPointcutWizard.java	2 Oct 2006 23:06:18 -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.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/AdviceWizardPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AdviceWizardPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/aop/plugins/org.jboss.ide.eclipse.jdt.aop.ui/src/main/org/jboss/ide/eclipse/jdt/aop/ui/wizards/AdviceWizardPage.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AdviceWizardPage.java	31 Jan 2006 04:58:24 -0000	1.2
  +++ AdviceWizardPage.java	2 Oct 2006 23:06:18 -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