You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/06/24 18:00:38 UTC

svn commit: r1687315 - /myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg

Author: lofwyr
Date: Wed Jun 24 16:00:38 2015
New Revision: 1687315

URL: http://svn.apache.org/r1687315
Log:
fix/drop version in generated code.

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg?rev=1687315&r1=1687314&r2=1687315&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg Wed Jun 24 16:00:38 2015
@@ -57,7 +57,7 @@ import javax.el.ValueExpression;
  <if(componentInfo.description)>
  <componentInfo.description>
  <endif>
-  * UIComponent class, generated from template {@code component2.0.stg} with class
+  * UIComponent class, generated from template {@code component.stg} with class
   * {@link <componentInfo.sourceClass>}.
    <if(componentInfo.deprecated)>
    @deprecated