You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/16 05:46:52 UTC

[myfaces-tobago] tag tobago-1.0.15 created (now 2cbc005)

This is an automated email from the ASF dual-hosted git repository.

deki pushed a change to tag tobago-1.0.15
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


      at 2cbc005  (commit)
This tag includes the following new commits:

     new 71e8d68  [maven-release-plugin]  copy for tag tobago-1.0.15
     new 9ffc1f3  prepare release sandbox is included in assembly
     new 2cbc005  TOBAGO-610: update README.txt and package-info.java(tlddoc) to contain a warning about the nature of a sandbox

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].

[myfaces-tobago] 01/03: [maven-release-plugin] copy for tag tobago-1.0.15

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to tag tobago-1.0.15
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 71e8d68e34181761f92d856461a48714fb74eeb4
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Mon Feb 11 18:16:54 2008 +0000

    [maven-release-plugin]  copy for tag tobago-1.0.15
---
 core/pom.xml                               | 8 ++++----
 example/addressbook/pom.xml                | 8 ++++----
 example/blank/pom.xml                      | 8 ++++----
 example/demo/pom.xml                       | 8 ++++----
 example/facelets/pom.xml                   | 8 ++++----
 example/foreach/pom.xml                    | 8 ++++----
 example/nonfacesrequest/pom.xml            | 8 ++++----
 example/pom.xml                            | 8 ++++----
 example/sandbox/pom.xml                    | 8 ++++----
 example/security/pom.xml                   | 8 ++++----
 example/test/pom.xml                       | 8 ++++----
 example/tobago-example-assembly/pom.xml    | 2 +-
 example/tobago-theme-example/pom.xml       | 8 ++++----
 extension/facelets/pom.xml                 | 8 ++++----
 extension/fileupload/pom.xml               | 8 ++++----
 extension/message-fix/pom.xml              | 8 ++++----
 extension/pom.xml                          | 8 ++++----
 extension/security/pom.xml                 | 8 ++++----
 pom.xml                                    | 8 ++++----
 sandbox/pom.xml                            | 8 ++++----
 theme/charlotteville/pom.xml               | 8 ++++----
 theme/pom.xml                              | 8 ++++----
 theme/richmond/pom.xml                     | 8 ++++----
 theme/scarborough/pom.xml                  | 8 ++++----
 theme/speyside/pom.xml                     | 8 ++++----
 theme/standard/pom.xml                     | 8 ++++----
 tobago-assembly/pom.xml                    | 2 +-
 tobago-tool/maven-apt-plugin/pom.xml       | 2 +-
 tobago-tool/maven-theme-plugin/pom.xml     | 2 +-
 tobago-tool/pom.xml                        | 2 +-
 tobago-tool/tobago-tool-annotation/pom.xml | 2 +-
 tobago-tool/tobago-tool-apt/pom.xml        | 2 +-
 32 files changed, 107 insertions(+), 107 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 1869aa9..e3ef69c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-core</artifactId>
   <packaging>jar</packaging>
@@ -137,9 +137,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/core</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15core</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15core</url>
   </scm>
 
   <dependencies>
diff --git a/example/addressbook/pom.xml b/example/addressbook/pom.xml
index 1f30cea..bb61c26 100644
--- a/example/addressbook/pom.xml
+++ b/example/addressbook/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-example-addressbook</artifactId>
   <packaging>war</packaging>
@@ -115,9 +115,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
   <dependencies>
    <!-- <dependency>
diff --git a/example/blank/pom.xml b/example/blank/pom.xml
index 2c82e45..aee3f19 100644
--- a/example/blank/pom.xml
+++ b/example/blank/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-example-blank</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
   
   <dependencies>
diff --git a/example/demo/pom.xml b/example/demo/pom.xml
index 0f35cc3..cbf177c 100644
--- a/example/demo/pom.xml
+++ b/example/demo/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-example-demo</artifactId>
   <packaging>war</packaging>
@@ -64,9 +64,9 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <dependencies>
diff --git a/example/facelets/pom.xml b/example/facelets/pom.xml
index 23b8026..3c8315f 100644
--- a/example/facelets/pom.xml
+++ b/example/facelets/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-example-facelets</artifactId>
   <packaging>war</packaging>
@@ -43,9 +43,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <repositories>
diff --git a/example/foreach/pom.xml b/example/foreach/pom.xml
index c732a75..f15ff30 100644
--- a/example/foreach/pom.xml
+++ b/example/foreach/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-example-foreach</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <dependencies>
diff --git a/example/nonfacesrequest/pom.xml b/example/nonfacesrequest/pom.xml
index 5eb11d4..b371d96 100644
--- a/example/nonfacesrequest/pom.xml
+++ b/example/nonfacesrequest/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-example-nonfacesrequest</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
   
   <dependencies>
diff --git a/example/pom.xml b/example/pom.xml
index deb130f..a7e66ea 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Examples</name>
   <artifactId>tobago-example</artifactId>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15example</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15example</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15example</url>
   </scm>
 
   <build>
diff --git a/example/sandbox/pom.xml b/example/sandbox/pom.xml
index 5b3f314..1f10eed 100644
--- a/example/sandbox/pom.xml
+++ b/example/sandbox/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-example-sandbox</artifactId>
   <packaging>war</packaging>
@@ -73,9 +73,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
   
   <dependencies>
diff --git a/example/security/pom.xml b/example/security/pom.xml
index 05e1233..0b6c970 100644
--- a/example/security/pom.xml
+++ b/example/security/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-example-security</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <dependencies>
diff --git a/example/test/pom.xml b/example/test/pom.xml
index a9a10d6..c6f53ea 100644
--- a/example/test/pom.xml
+++ b/example/test/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-example-test</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <dependencies>
diff --git a/example/tobago-example-assembly/pom.xml b/example/tobago-example-assembly/pom.xml
index 54ae86e..1061611 100644
--- a/example/tobago-example-assembly/pom.xml
+++ b/example/tobago-example-assembly/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
 
   <build>
diff --git a/example/tobago-theme-example/pom.xml b/example/tobago-theme-example/pom.xml
index 0e56f4e..1209801 100644
--- a/example/tobago-theme-example/pom.xml
+++ b/example/tobago-theme-example/pom.xml
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-theme-example</artifactId>
   <name>Theme Example</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <dependencies>
diff --git a/extension/facelets/pom.xml b/extension/facelets/pom.xml
index 49c4ccc..b59df47 100644
--- a/extension/facelets/pom.xml
+++ b/extension/facelets/pom.xml
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-extension</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-facelets</artifactId>
   <packaging>jar</packaging>
   <name>Tobago Facelets</name>
   <description>Tobago-facelets contains the facelets TagHandler for the tobago components and the facelets variant(tf) for the tobago extension taglib.</description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <build>
diff --git a/extension/fileupload/pom.xml b/extension/fileupload/pom.xml
index 43034e7..32d68dd 100644
--- a/extension/fileupload/pom.xml
+++ b/extension/fileupload/pom.xml
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-extension</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <packaging>jar</packaging>
   <name>Tobago Fileupload</name>
   <artifactId>tobago-fileupload</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/extension/message-fix/pom.xml b/extension/message-fix/pom.xml
index ee363b0..0997b0c 100644
--- a/extension/message-fix/pom.xml
+++ b/extension/message-fix/pom.xml
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-extension</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <packaging>jar</packaging>
   <name>Tobago FacesMessage Ordering Fix</name>
   <description>Tobago FacesMessage ordering fix for the RI (before the 1.2 version)</description>
   <artifactId>tobago-message-fix</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/extension/pom.xml b/extension/pom.xml
index 62b4f9b..115e79a 100644
--- a/extension/pom.xml
+++ b/extension/pom.xml
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Extensions</name>
   <artifactId>tobago-extension</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
   <modules>
     <module>facelets</module>
diff --git a/extension/security/pom.xml b/extension/security/pom.xml
index 4f6d423..37151a4 100644
--- a/extension/security/pom.xml
+++ b/extension/security/pom.xml
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-extension</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <packaging>jar</packaging>
   <name>Tobago Security</name>
   <artifactId>tobago-security</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/pom.xml b/pom.xml
index be6fdd5..54cdc7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
   <artifactId>tobago</artifactId>
   <packaging>pom</packaging>
   <name>Apache Tobago</name>
-  <version>1.0.15-SNAPSHOT</version>
+  <version>1.0.15</version>
   <description>The goal of Tobago is to provide the community with a well designed set of user interface components based on JSF and run on MyFaces.</description>
   <prerequisites>
     <maven>2.0.6</maven>
@@ -439,9 +439,9 @@
 
   <scm>
 
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
 
   </scm>
 
diff --git a/sandbox/pom.xml b/sandbox/pom.xml
index 372f4ec..62c5b41 100644
--- a/sandbox/pom.xml
+++ b/sandbox/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-sandbox</artifactId>
   <packaging>jar</packaging>
@@ -150,9 +150,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <dependencies>
diff --git a/theme/charlotteville/pom.xml b/theme/charlotteville/pom.xml
index 9bccd51..847fa63 100644
--- a/theme/charlotteville/pom.xml
+++ b/theme/charlotteville/pom.xml
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-theme-charlotteville</artifactId>
   <name>Theme Charlotteville</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <dependencies>
diff --git a/theme/pom.xml b/theme/pom.xml
index 14475c5..0bdba80 100644
--- a/theme/pom.xml
+++ b/theme/pom.xml
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Themes</name>
   <artifactId>tobago-theme</artifactId>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <modules>
diff --git a/theme/richmond/pom.xml b/theme/richmond/pom.xml
index f9a957c..760f340 100644
--- a/theme/richmond/pom.xml
+++ b/theme/richmond/pom.xml
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-theme-richmond</artifactId>
   <packaging>jar</packaging>
   <name>Theme Richmond</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <dependencies>
diff --git a/theme/scarborough/pom.xml b/theme/scarborough/pom.xml
index 9b4110c..919d410 100644
--- a/theme/scarborough/pom.xml
+++ b/theme/scarborough/pom.xml
@@ -21,16 +21,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-theme-scarborough</artifactId>
   <packaging>jar</packaging>
   <name>Theme Scarborough</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <build>
diff --git a/theme/speyside/pom.xml b/theme/speyside/pom.xml
index da75598..fb4128c 100644
--- a/theme/speyside/pom.xml
+++ b/theme/speyside/pom.xml
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-theme-speyside</artifactId>
   <packaging>jar</packaging>
   <name>Theme Speyside</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <dependencies>
diff --git a/theme/standard/pom.xml b/theme/standard/pom.xml
index c41fe50..256de07 100644
--- a/theme/standard/pom.xml
+++ b/theme/standard/pom.xml
@@ -20,7 +20,7 @@
    <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-theme-standard</artifactId>
   <packaging>jar</packaging>
@@ -36,9 +36,9 @@
   </build>-->
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.15</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.15</url>
   </scm>
 
   <dependencies>
diff --git a/tobago-assembly/pom.xml b/tobago-assembly/pom.xml
index 94c25b2..79e23e1 100644
--- a/tobago-assembly/pom.xml
+++ b/tobago-assembly/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
 
   <build>
diff --git a/tobago-tool/maven-apt-plugin/pom.xml b/tobago-tool/maven-apt-plugin/pom.xml
index b0a5e0f..3dc58e2 100644
--- a/tobago-tool/maven-apt-plugin/pom.xml
+++ b/tobago-tool/maven-apt-plugin/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>maven-apt-plugin</artifactId>
   <packaging>maven-plugin</packaging>
diff --git a/tobago-tool/maven-theme-plugin/pom.xml b/tobago-tool/maven-theme-plugin/pom.xml
index 357e78c..3c72c3c 100644
--- a/tobago-tool/maven-theme-plugin/pom.xml
+++ b/tobago-tool/maven-theme-plugin/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>maven-theme-plugin</artifactId>
   <packaging>maven-plugin</packaging>
diff --git a/tobago-tool/pom.xml b/tobago-tool/pom.xml
index 22d9334..094d430 100644
--- a/tobago-tool/pom.xml
+++ b/tobago-tool/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Tool</name>
diff --git a/tobago-tool/tobago-tool-annotation/pom.xml b/tobago-tool/tobago-tool-annotation/pom.xml
index bb07536..d50ab92 100644
--- a/tobago-tool/tobago-tool-annotation/pom.xml
+++ b/tobago-tool/tobago-tool-annotation/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-tool-annotation</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-tool/tobago-tool-apt/pom.xml b/tobago-tool/tobago-tool-apt/pom.xml
index 562dbd3..3e74a40 100644
--- a/tobago-tool/tobago-tool-apt/pom.xml
+++ b/tobago-tool/tobago-tool-apt/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>1.0.15-SNAPSHOT</version>
+    <version>1.0.15</version>
   </parent>
   <artifactId>tobago-tool-apt</artifactId>
   <packaging>jar</packaging>

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.

[myfaces-tobago] 02/03: prepare release sandbox is included in assembly

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to tag tobago-1.0.15
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 9ffc1f3be8a613ba2449c991a5b76334339b77d3
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Mon Feb 11 18:40:34 2008 +0000

    prepare release sandbox is included in assembly
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 54cdc7a..b70547e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -749,6 +749,7 @@
       <modules>
         <module>extension</module>
         <module>example</module>
+        <module>sandbox</module>
       </modules>
     </profile>
     <!-- END SNIPPET: release-profile -->

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.

[myfaces-tobago] 03/03: TOBAGO-610: update README.txt and package-info.java(tlddoc) to contain a warning about the nature of a sandbox

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to tag tobago-1.0.15
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 2cbc005e1152c8bfc4961e98c95b61a684551d80
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Thu Feb 14 18:33:28 2008 +0000

    TOBAGO-610: update README.txt and package-info.java(tlddoc) to contain a warning about the nature of a sandbox
---
 .../tobago/taglib/component/package-info.java      |  2 +-
 .../tobago/taglib/extension/package-info.java      |  2 +-
 .../tobago/taglib/sandbox/package-info.java        | 22 ++++++++++++----------
 tobago-assembly/src/main/resources/README.txt      |  5 ++++-
 4 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java b/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java
index fd439ad..3bfdbb9 100644
--- a/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java
+++ b/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java
@@ -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(
diff --git a/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java b/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java
index ceafbfc..df7f2a2 100644
--- a/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java
+++ b/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java
@@ -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",
diff --git a/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java b/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java
index c3a6581..f1c6148 100644
--- a/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java
+++ b/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java
@@ -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;
diff --git a/tobago-assembly/src/main/resources/README.txt b/tobago-assembly/src/main/resources/README.txt
index 8cae5aa..82b29ec 100644
--- a/tobago-assembly/src/main/resources/README.txt
+++ b/tobago-assembly/src/main/resources/README.txt
@@ -27,4 +27,7 @@ to the WEB-INF/lib directory of your WAR.
 NOTE: The JDK 1.4 version is work in progress.
 
 The extension directory contains the tobago-facelets.jar.
-The tobago-facelets.jar is JDK 1.4 compatible.
\ No newline at end of file
+The tobago-facelets.jar is JDK 1.4 compatible.
+
+Warning: The tobago-sandbox.jar contains unstable components.
+Everything is subject to change without prior notice.
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.