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

Marshall Culpepper mculpepper at jboss.com
Mon Oct 2 16:45:20 EDT 2006


  User: mculpepper
  Date: 06/10/02 16:45:20

  Modified:    core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation      
                        AbstractTemplates.java FileTemplates.java
                        VelocityGenerationEngine.java ITemplates.java
                        IGenerationEngine.java DefaultGenerationEngine.java
  Log:
  updated copyright headers and plugin info
  
  Revision  Changes    Path
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation/AbstractTemplates.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractTemplates.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation/AbstractTemplates.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AbstractTemplates.java	29 Jan 2006 04:20:48 -0000	1.2
  +++ AbstractTemplates.java	2 Oct 2006 20:45:20 -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 @@
    * Generation templates accessor helper class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public abstract class AbstractTemplates implements ITemplates
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation/FileTemplates.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FileTemplates.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation/FileTemplates.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- FileTemplates.java	29 Jan 2006 04:20:48 -0000	1.2
  +++ FileTemplates.java	2 Oct 2006 20:45:20 -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 @@
    * Generation file-based templates accessor helper class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class FileTemplates implements ITemplates
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation/VelocityGenerationEngine.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: VelocityGenerationEngine.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation/VelocityGenerationEngine.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- VelocityGenerationEngine.java	29 Jan 2006 04:20:48 -0000	1.2
  +++ VelocityGenerationEngine.java	2 Oct 2006 20:45:20 -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 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class VelocityGenerationEngine implements IGenerationEngine
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation/ITemplates.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ITemplates.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation/ITemplates.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ITemplates.java	29 Jan 2006 04:20:48 -0000	1.2
  +++ ITemplates.java	2 Oct 2006 20:45:20 -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 @@
    * Description of the Interface
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public interface ITemplates
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation/IGenerationEngine.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IGenerationEngine.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation/IGenerationEngine.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IGenerationEngine.java	29 Jan 2006 04:20:48 -0000	1.2
  +++ IGenerationEngine.java	2 Oct 2006 20:45:20 -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 Interface
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public interface IGenerationEngine
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation/DefaultGenerationEngine.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DefaultGenerationEngine.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/wizards/generation/DefaultGenerationEngine.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- DefaultGenerationEngine.java	29 Jan 2006 04:20:48 -0000	1.2
  +++ DefaultGenerationEngine.java	2 Oct 2006 20:45:20 -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 DefaultGenerationEngine implements IGenerationEngine
   {
  
  
  



More information about the jboss-cvs-commits mailing list