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 2011/05/10 08:53:41 UTC

svn commit: r1101341 - in /myfaces/tobago/trunk/tobago-example: tobago-example-demo/src/main/webapp/WEB-INF/sun-web.xml tobago-example-test/src/main/webapp/WEB-INF/sun-web.xml

Author: lofwyr
Date: Tue May 10 06:53:41 2011
New Revision: 1101341

URL: http://svn.apache.org/viewvc?rev=1101341&view=rev
Log:
config for glassfish 3

Added:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/sun-web.xml
      - copied, changed from r1101052, myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/sun-web.xml
Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/sun-web.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/sun-web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/sun-web.xml?rev=1101341&r1=1101340&r2=1101341&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/sun-web.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/sun-web.xml Tue May 10 06:53:41 2011
@@ -21,8 +21,8 @@
     "http://www.sun.com/software/appserver/dtds/sun-web-app_3_0-0.dtd">
 <!--
   This file is needed to run the application on Glassfish 3.0
-  Also, we have to add EL support to the pom.xml
-  E. g. el-api.jar and el-ri.jar
+  Also, we have to add EL support to the pom.xml (el-ri.jar)
+  The reason may be: http://java.net/jira/browse/JAVASERVERFACES-1828
 -->
 <sun-web-app>
   <class-loader delegate="false"/>

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/sun-web.xml (from r1101052, myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/sun-web.xml)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/sun-web.xml?p2=myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/sun-web.xml&p1=myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/sun-web.xml&r1=1101052&r2=1101341&rev=1101341&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/sun-web.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/sun-web.xml Tue May 10 06:53:41 2011
@@ -21,8 +21,8 @@
     "http://www.sun.com/software/appserver/dtds/sun-web-app_3_0-0.dtd">
 <!--
   This file is needed to run the application on Glassfish 3.0
-  Also, we have to add EL support to the pom.xml
-  E. g. el-api.jar and el-ri.jar
+  Also, we have to add EL support to the pom.xml (el-ri.jar)
+  The reason may be: http://java.net/jira/browse/JAVASERVERFACES-1828
 -->
 <sun-web-app>
   <class-loader delegate="false"/>