[jboss-cvs] jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules ...

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


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

  Modified:    freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules          
                        InterpolationRule.java GenericDirectiveRule.java
                        GenericDirectiveRuleEnd.java StringSubRule.java
                        MacroInstanceRule.java XmlRule.java StringRule.java
                        MacroInstanceRuleEnd.java DirectiveRule.java
                        DirectiveRuleEnd.java
  Log:
  updated copyright header and plugin provider for all freemarker plugins
  
  Revision  Changes    Path
  1.2       +2 -2      jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/InterpolationRule.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InterpolationRule.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/InterpolationRule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- InterpolationRule.java	8 May 2006 15:36:24 -0000	1.1
  +++ InterpolationRule.java	2 Oct 2006 23:08:06 -0000	1.2
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2006, 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.2       +2 -2      jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/GenericDirectiveRule.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: GenericDirectiveRule.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/GenericDirectiveRule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- GenericDirectiveRule.java	8 May 2006 15:36:24 -0000	1.1
  +++ GenericDirectiveRule.java	2 Oct 2006 23:08:06 -0000	1.2
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2006, 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.2       +2 -2      jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/GenericDirectiveRuleEnd.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: GenericDirectiveRuleEnd.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/GenericDirectiveRuleEnd.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- GenericDirectiveRuleEnd.java	8 May 2006 15:36:24 -0000	1.1
  +++ GenericDirectiveRuleEnd.java	2 Oct 2006 23:08:06 -0000	1.2
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2006, 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.2       +2 -2      jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/StringSubRule.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StringSubRule.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/StringSubRule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- StringSubRule.java	8 May 2006 15:36:24 -0000	1.1
  +++ StringSubRule.java	2 Oct 2006 23:08:06 -0000	1.2
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2006, 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.2       +2 -2      jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/MacroInstanceRule.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MacroInstanceRule.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/MacroInstanceRule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- MacroInstanceRule.java	8 May 2006 15:36:24 -0000	1.1
  +++ MacroInstanceRule.java	2 Oct 2006 23:08:06 -0000	1.2
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2006, 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.2       +2 -2      jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/XmlRule.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: XmlRule.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/XmlRule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- XmlRule.java	8 May 2006 15:36:24 -0000	1.1
  +++ XmlRule.java	2 Oct 2006 23:08:06 -0000	1.2
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2006, 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.2       +2 -2      jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/StringRule.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StringRule.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/StringRule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- StringRule.java	8 May 2006 15:36:24 -0000	1.1
  +++ StringRule.java	2 Oct 2006 23:08:06 -0000	1.2
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2006, 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.2       +2 -2      jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/MacroInstanceRuleEnd.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MacroInstanceRuleEnd.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/MacroInstanceRuleEnd.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- MacroInstanceRuleEnd.java	8 May 2006 15:36:24 -0000	1.1
  +++ MacroInstanceRuleEnd.java	2 Oct 2006 23:08:06 -0000	1.2
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2006, 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.2       +2 -2      jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/DirectiveRule.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DirectiveRule.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/DirectiveRule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- DirectiveRule.java	8 May 2006 15:36:24 -0000	1.1
  +++ DirectiveRule.java	2 Oct 2006 23:08:06 -0000	1.2
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2006, 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.2       +2 -2      jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/DirectiveRuleEnd.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DirectiveRuleEnd.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/editor/rules/DirectiveRuleEnd.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- DirectiveRuleEnd.java	8 May 2006 15:36:24 -0000	1.1
  +++ DirectiveRuleEnd.java	2 Oct 2006 23:08:06 -0000	1.2
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2006, 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