Author: matzew
Date: Sun Jun  4 18:21:29 2006
New Revision: 411635

URL: http://svn.apache.org/viewvc?rev=411635&view=rev
Log:
Since mail.jar and activation.jar are available via a public maven2 repo and 
both jars are included, this hint is not more needed

Modified:
    incubator/adffaces/trunk/adf-faces/adf-faces-demo/src/main/webapp/index.jspx

Modified: 
incubator/adffaces/trunk/adf-faces/adf-faces-demo/src/main/webapp/index.jspx
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-demo/src/main/webapp/index.jspx?rev=411635&r1=411634&r2=411635&view=diff
==============================================================================
--- 
incubator/adffaces/trunk/adf-faces/adf-faces-demo/src/main/webapp/index.jspx 
(original)
+++ 
incubator/adffaces/trunk/adf-faces/adf-faces-demo/src/main/webapp/index.jspx 
Sun Jun  4 18:21:29 2006
@@ -1,19 +1,19 @@
 <?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<!--
-  Copyright 2006 The Apache Software Foundation.
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"; version="1.2"
           xmlns:f="http://java.sun.com/jsf/core";
           xmlns:af="http://myfaces.apache.org/adf/faces"; >
@@ -42,7 +42,7 @@
             <af:panelGroup layout="vertical">
               <af:panelGroup>
                 <af:commandLink text="Email" action="emaildemo" />
-                <af:outputText styleClass="AFInstructionText" value=" - 
requires J2EE 1.3 (minimum) server or mail.jar and activation.jar"/>
+                <af:outputText styleClass="AFInstructionText" value=" - ADF 
Faces Email Demo"/>
               </af:panelGroup>
               <af:panelGroup>
                 <af:commandLink text="Survey" action="survey" />               
 


Reply via email to