You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2008/02/14 15:54:23 UTC

svn commit: r627768 - in /myfaces/tobago/trunk: core/src/main/java/org/apache/myfaces/tobago/taglib/component/ core/src/main/java/org/apache/myfaces/tobago/taglib/extension/ sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/

Author: idus
Date: Thu Feb 14 06:54:22 2008
New Revision: 627768

URL: http://svn.apache.org/viewvc?rev=627768&view=rev
Log:
TOBAGO-610: updated TLD documentation to contain a warning about the nature of a sandbox

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java
    myfaces/tobago/trunk/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java?rev=627768&r1=627767&r2=627768&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java Thu Feb 14 06:54:22 2008
@@ -1,6 +1,6 @@
 /**
  * <b>Tobago Framework Component Tag Library -
- * (C) Copyright 2005-2007 The Apache Software Foundation</b>
+ * (C) Copyright 2005-2008 The Apache Software Foundation</b>
  *
  */
 @org.apache.myfaces.tobago.apt.annotation.Taglib(

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java?rev=627768&r1=627767&r2=627768&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java Thu Feb 14 06:54:22 2008
@@ -1,6 +1,6 @@
 /**
  * <b>Tobago Framework Extension Tag Library -
- * (C) Copyright 2005-2007 The Apache Software Foundation</b>
+ * (C) Copyright 2005-2008 The Apache Software Foundation</b>
  */
 @org.apache.myfaces.tobago.apt.annotation.Taglib(
     shortName = "tx",

Modified: myfaces/tobago/trunk/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java?rev=627768&r1=627767&r2=627768&view=diff
==============================================================================
--- myfaces/tobago/trunk/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java (original)
+++ myfaces/tobago/trunk/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java Thu Feb 14 06:54:22 2008
@@ -1,3 +1,15 @@
+/**
+ * <b>Tobago Framework Sandbox Tag Library -
+ * (C) Copyright 2002-2008 The Apache Software Foundation</b>
+ *
+ * <b>Warning: The sandbox tag library contains unstable components.
+ * Everything is subject to change without prior notice.</b>
+ */
+@org.apache.myfaces.tobago.apt.annotation.Taglib(
+    shortName = "tcs",
+    uri = "http://myfaces.apache.org/tobago/sandbox",
+    fileName = "tobago-sandbox.tld", displayName = "Tobago Sandbox") package org.apache.myfaces.tobago.taglib.sandbox;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -14,13 +26,3 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
-/**
- * <h2><Tobago Framework Sandbox Tag Library -
- * (C) Copyright 2002-2007 The Apache Software Foundation</h2>
- */
-@org.apache.myfaces.tobago.apt.annotation.Taglib(
-    shortName = "tcs",
-    uri = "http://myfaces.apache.org/tobago/sandbox",
-    fileName = "tobago-sandbox.tld", displayName = "Tobago Sandbox")
-package org.apache.myfaces.tobago.taglib.sandbox;