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

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/classpath     
                        AbstractClasspathContainerInitializer.java
                        AbstractClasspathContainer.java
                        ClassPathContainerRepository.java
                        AbstractClasspathVariableInitializer.java
                        ClassPathConstants.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/classpath/AbstractClasspathContainerInitializer.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractClasspathContainerInitializer.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/classpath/AbstractClasspathContainerInitializer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AbstractClasspathContainerInitializer.java	29 Jan 2006 04:20:48 -0000	1.2
  +++ AbstractClasspathContainerInitializer.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.
    *
  @@ -32,7 +32,7 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public abstract class AbstractClasspathContainerInitializer extends ClasspathContainerInitializer
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/classpath/AbstractClasspathContainer.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractClasspathContainer.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/classpath/AbstractClasspathContainer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AbstractClasspathContainer.java	29 Jan 2006 04:20:48 -0000	1.2
  +++ AbstractClasspathContainer.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.
    *
  @@ -36,7 +36,7 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public abstract class AbstractClasspathContainer implements IClasspathContainer
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/classpath/ClassPathContainerRepository.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassPathContainerRepository.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/classpath/ClassPathContainerRepository.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ClassPathContainerRepository.java	29 Jan 2006 04:20:48 -0000	1.2
  +++ ClassPathContainerRepository.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.
    *
  @@ -33,7 +33,7 @@
    * Utility class for classpath access
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class ClassPathContainerRepository
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/classpath/AbstractClasspathVariableInitializer.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractClasspathVariableInitializer.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/classpath/AbstractClasspathVariableInitializer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AbstractClasspathVariableInitializer.java	29 Jan 2006 04:20:48 -0000	1.2
  +++ AbstractClasspathVariableInitializer.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.
    *
  @@ -38,7 +38,7 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public abstract class AbstractClasspathVariableInitializer extends ClasspathVariableInitializer
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/classpath/ClassPathConstants.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassPathConstants.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.core/src/main/org/jboss/ide/eclipse/jdt/core/classpath/ClassPathConstants.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ClassPathConstants.java	29 Jan 2006 04:20:48 -0000	1.2
  +++ ClassPathConstants.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 Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class ClassPathConstants
   {
  
  
  



More information about the jboss-cvs-commits mailing list