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 2013/04/09 16:50:39 UTC

svn commit: r1466061 [2/2] - in /myfaces/tobago/trunk: src/site/ src/site/apt/ src/site/fml/ tobago-core/src/main/java/org/apache/myfaces/tobago/application/ tobago-core/src/main/java/org/apache/myfaces/tobago/compat/ tobago-core/src/main/java/org/apac...

Modified: myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/internal/lifecycle/TobagoLifecycleFactory.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/internal/lifecycle/TobagoLifecycleFactory.java?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/internal/lifecycle/TobagoLifecycleFactory.java (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/internal/lifecycle/TobagoLifecycleFactory.java Tue Apr  9 14:50:37 2013
@@ -29,7 +29,7 @@ import java.util.Iterator;
 /**
  * Not longer needed.
  *
- * @deprecated since Tobago 1.6.0
+ * @deprecated since Tobago 2.0.0
  */
 @Deprecated
 public class TobagoLifecycleFactory extends LifecycleFactory {

Modified: myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/internal/lifecycle/UpdateModelValuesExecutor.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/internal/lifecycle/UpdateModelValuesExecutor.java?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/internal/lifecycle/UpdateModelValuesExecutor.java (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/internal/lifecycle/UpdateModelValuesExecutor.java Tue Apr  9 14:50:37 2013
@@ -28,7 +28,7 @@ import javax.faces.event.PhaseId;
  *
  * Not longer needed.
  *
- * @deprecated since Tobago 1.6.0
+ * @deprecated since Tobago 2.0.0
  */
 @Deprecated
 class UpdateModelValuesExecutor implements PhaseExecutor {

Modified: myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/model/DefaultMutableTreeNodeAnalyser.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/model/DefaultMutableTreeNodeAnalyser.java?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/model/DefaultMutableTreeNodeAnalyser.java (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/model/DefaultMutableTreeNodeAnalyser.java Tue Apr  9 14:50:37 2013
@@ -22,7 +22,7 @@ package org.apache.myfaces.tobago.model;
 import javax.swing.tree.DefaultMutableTreeNode;
 
 /**
- * @deprecated since 1.6.0
+ * @deprecated since 2.0.0
  */
 @Deprecated
 public class DefaultMutableTreeNodeAnalyser implements TreeAnalyser {

Modified: myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/model/TreeAnalyser.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/model/TreeAnalyser.java?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/model/TreeAnalyser.java (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/model/TreeAnalyser.java Tue Apr  9 14:50:37 2013
@@ -20,7 +20,7 @@
 package org.apache.myfaces.tobago.model;
 
 /**
- * @deprecated since 1.6.0
+ * @deprecated since 2.0.0
  */
 @Deprecated
 public interface TreeAnalyser {

Modified: myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/renderkit/TobagoResponseStateManager.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/renderkit/TobagoResponseStateManager.java?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/renderkit/TobagoResponseStateManager.java (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/renderkit/TobagoResponseStateManager.java Tue Apr  9 14:50:37 2013
@@ -33,7 +33,7 @@ import java.io.IOException;
 import java.util.Map;
 
 /**
- * @deprecated since 1.6.0 No longer needed for JSF 2.0
+ * @deprecated since 2.0.0 No longer needed for JSF 2.0
  */
 @Deprecated
 public class TobagoResponseStateManager extends ResponseStateManager {

Modified: myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/java/org/apache/myfaces/tobago/internal/taglib/sandbox/package-info.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/java/org/apache/myfaces/tobago/internal/taglib/sandbox/package-info.java?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/java/org/apache/myfaces/tobago/internal/taglib/sandbox/package-info.java (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/java/org/apache/myfaces/tobago/internal/taglib/sandbox/package-info.java Tue Apr  9 14:50:37 2013
@@ -18,7 +18,7 @@
  */
 
 /**
- * <b>Tobago Framework Sandbox Tag Library 1.6.x -
+ * <b>Tobago Framework Sandbox Tag Library 2.0.x -
  * (C) Copyright 2002-2013 The Apache Software Foundation</b>
  *
  * <b>Warning: The sandbox tag library contains unstable components.
@@ -28,6 +28,6 @@
     shortName = "tcs",
     uri = "http://myfaces.apache.org/tobago/sandbox",
     name = "tobago-sandbox",
-    displayName = "Tobago Sandbox 1.6.x")
+    displayName = "Tobago Sandbox 2.0.x")
 
 package org.apache.myfaces.tobago.internal.taglib.sandbox;

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/Command.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/Command.java?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/Command.java (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/Command.java Tue Apr  9 14:50:37 2013
@@ -32,7 +32,7 @@ import javax.faces.component.UIComponent
 import javax.faces.context.FacesContext;
 
 /**
- * @since 1.6.0
+ * @since 2.0.0
  */
 // XXX work in progress
 public class Command {

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/CommandMap.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/CommandMap.java?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/CommandMap.java (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/CommandMap.java Tue Apr  9 14:50:37 2013
@@ -27,7 +27,7 @@ import java.util.Map;
  * Map of commands to be send to the user agent.
  * It contains the command which shall be executed by click or other events.
  *
- * @since 1.6.0
+ * @since 2.0.0
  */
 public class CommandMap {
 

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/util/HtmlRendererUtils.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/util/HtmlRendererUtils.java?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/util/HtmlRendererUtils.java (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/util/HtmlRendererUtils.java Tue Apr  9 14:50:37 2013
@@ -154,7 +154,7 @@ public final class HtmlRendererUtils {
     }
   }
 
-  /** @deprecated since 1.5.7 and 1.6.0 */
+  /** @deprecated since 1.5.7 and 2.0.0 */
   @Deprecated
   public static void setDefaultTransition(FacesContext facesContext, boolean transition)
       throws IOException {
@@ -710,7 +710,7 @@ public final class HtmlRendererUtils {
   }
 
   /**
-   * @deprecated Since Tobago 1.6.0. Because of CSP.
+   * @deprecated Since Tobago 2.0.0. Because of CSP.
    */
   @Deprecated
   private static void writeScriptForClientId(
@@ -761,7 +761,7 @@ public final class HtmlRendererUtils {
   }
 
   /**
-   * @deprecated since 1.6.0. JavaScript should not be rendered in the page. See CSP.
+   * @deprecated since 2.0.0. JavaScript should not be rendered in the page. See CSP.
    */
   @Deprecated
   public static String createSubmitAction(String clientId, boolean transition, String target, String focus) {

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/util/RenderUtils.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/util/RenderUtils.java?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/util/RenderUtils.java (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/util/RenderUtils.java Tue Apr  9 14:50:37 2013
@@ -63,7 +63,7 @@ public class RenderUtils {
   private static final Logger LOG = LoggerFactory.getLogger(RenderUtils.class);
 
   /**
-   * @deprecated since 1.6.0
+   * @deprecated since 2.0.0
    */
   @Deprecated
   public static final String COMPONENT_IN_REQUEST = "org.apache.myfaces.tobago.component";

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-popup.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-popup.js?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-popup.js (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-popup.js Tue Apr  9 14:50:37 2013
@@ -305,7 +305,7 @@ Tobago.openPopupWithAction = function (s
 
 /**
  * Setup popup size
- * @deprecated since Tobago 1.6.0
+ * @deprecated since Tobago 2.0.0
  */
 Tobago.Popup.setup = function () {
   LOG.warn("Deprecated method was called. Please use Tobago.Popup.init()"); // @DEV_ONLY

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js Tue Apr  9 14:50:37 2013
@@ -914,7 +914,7 @@ var Tobago = {
 
   /**
    *  Onchange function for SelectOneListbox.
-   *  @deprecated since Tobago 1.6.0. Is replaces with SelectOneListbox.init()
+   *  @deprecated since Tobago 2.0.0. Is replaces with SelectOneListbox.init()
    */
   selectOneListboxChange: function(element) {
     if (element.oldValue == undefined) {
@@ -924,7 +924,7 @@ var Tobago = {
 
   /**
    * Onclick function for SelectOneListbox.
-   *  @deprecated since Tobago 1.6.0. Is replaces with SelectOneListbox.init()
+   *  @deprecated since Tobago 2.0.0. Is replaces with SelectOneListbox.init()
    */
   selectOneListboxClick: function(element) {
     if (element.oldValue == undefined || element.oldValue == element.selectedIndex) {
@@ -935,7 +935,7 @@ var Tobago = {
 
   /**
    * Init function for SelectOneRadio.
-   *  @deprecated since Tobago 1.6.0. Is replaces with SelectOneRadio.init()
+   *  @deprecated since Tobago 2.0.0. Is replaces with SelectOneRadio.init()
    */
   selectOneRadioInit: function(name) {
     var elements = document.getElementsByName(name);
@@ -946,7 +946,7 @@ var Tobago = {
 
   /**
    * Onclick function for SelectOneRadio.
-   *  @deprecated since Tobago 1.6.0. Is replaces with SelectOneRadio.init()
+   *  @deprecated since Tobago 2.0.0. Is replaces with SelectOneRadio.init()
    */
   selectOneRadioClick: function(element, name, required, readonly) {
     var elements = document.getElementsByName(name);
@@ -1617,7 +1617,7 @@ var Tobago = {
     return ajaxComponentIds.split(',');
   },
 
-  /** @deprecated since Tobago 1.5.7 and 1.6.0 */
+  /** @deprecated since Tobago 1.5.7 and 2.0.0 */
   setDefaultAction: function(defaultActionId) {
     LOG.warn("setDefaultAction is deprecated");
   },

Modified: myfaces/tobago/trunk/tobago-tool/tobago-theme-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/tobago-theme-plugin/pom.xml?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/tobago-theme-plugin/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-tool/tobago-theme-plugin/pom.xml Tue Apr  9 14:50:37 2013
@@ -22,8 +22,6 @@
     <artifactId>tobago-tool</artifactId>
     <version>2.0.0-alpha-1-SNAPSHOT</version>
   </parent>
-  <!--version>1.6.0-SNAPSHOT</version>
-  <groupId>org.apache.myfaces.tobago</groupId-->
   <artifactId>tobago-theme-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Tobago Maven2 Theme Plugin</name>

Modified: myfaces/tobago/trunk/tobago-tool/tobago-tool-annotation/src/main/java/org/apache/myfaces/tobago/apt/annotation/DynamicExpression.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/tobago-tool-annotation/src/main/java/org/apache/myfaces/tobago/apt/annotation/DynamicExpression.java?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/tobago-tool-annotation/src/main/java/org/apache/myfaces/tobago/apt/annotation/DynamicExpression.java (original)
+++ myfaces/tobago/trunk/tobago-tool/tobago-tool-annotation/src/main/java/org/apache/myfaces/tobago/apt/annotation/DynamicExpression.java Tue Apr  9 14:50:37 2013
@@ -26,16 +26,16 @@ public enum DynamicExpression {
   METHOD_EXPRESSION(false, false, true),
   METHOD_EXPRESSION_REQUIRED(true, false, true),
   PROHIBITED(false, false, false),
-  /** @deprecated since 1.6.0 */
+  /** @deprecated since 2.0.0 */
   @Deprecated
   VALUE_BINDING(false, true, false),
-  /** @deprecated since 1.6.0 */
+  /** @deprecated since 2.0.0 */
   @Deprecated
   VALUE_BINDING_REQUIRED(true, true, false),
-  /** @deprecated since 1.6.0 */
+  /** @deprecated since 2.0.0 */
   @Deprecated
   METHOD_BINDING(false, false, true),
-  /** @deprecated since 1.6.0 */
+  /** @deprecated since 2.0.0 */
   @Deprecated
   METHOD_BINDING_REQUIRED(true, false, true);
 

Modified: myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component1.2.stg
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component1.2.stg?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component1.2.stg (original)
+++ myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component1.2.stg Tue Apr  9 14:50:37 2013
@@ -354,7 +354,7 @@ CharacterProperty(property) ::= <<
 MethodExpressionProperty(property) ::= <<
 
 /**
- * @deprecated since 1.6.0
+ * @deprecated since 2.0.0
  */
 @Deprecated
 public <property.type> get<property.upperCamelCaseName>() {
@@ -369,7 +369,7 @@ public <property.type> get<property.uppe
 }
 
 /**
- * @deprecated since 1.6.0
+ * @deprecated since 2.0.0
  */
 @Deprecated
 public void set<property.upperCamelCaseName>(<property.type> <property.propertyName>) {

Modified: myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component2.0.stg
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component2.0.stg?rev=1466061&r1=1466060&r2=1466061&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component2.0.stg (original)
+++ myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component2.0.stg Tue Apr  9 14:50:37 2013
@@ -342,7 +342,7 @@ CharacterProperty(property) ::= <<
 MethodExpressionProperty(property) ::= <<
 
 /**
- * @deprecated since 1.6.0
+ * @deprecated since 2.0.0
  */
 @Deprecated
 public javax.faces.el.MethodBinding get<property.upperCamelCaseName>() {
@@ -357,7 +357,7 @@ public javax.faces.el.MethodBinding get<
 }
 
 /**
- * @deprecated since 1.6.0
+ * @deprecated since 2.0.0
  */
 @Deprecated
 public void set<property.upperCamelCaseName>(javax.faces.el.MethodBinding <property.propertyName>) {