You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2012/08/06 16:27:24 UTC

svn commit: r1369857 - /continuum/trunk/continuum-webapp/pom.xml

Author: brett
Date: Mon Aug  6 14:27:24 2012
New Revision: 1369857

URL: http://svn.apache.org/viewvc?rev=1369857&view=rev
Log:
allow Java 5 in JSPs when needed for debugging

Modified:
    continuum/trunk/continuum-webapp/pom.xml

Modified: continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/pom.xml?rev=1369857&r1=1369856&r2=1369857&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/pom.xml (original)
+++ continuum/trunk/continuum-webapp/pom.xml Mon Aug  6 14:27:24 2012
@@ -142,6 +142,7 @@ under the License.
           </execution>
         </executions>
         <configuration>
+          <source>1.5</source>
           <warSourceDirectory>${project.build.directory}/${project.build.finalName}/</warSourceDirectory>
           <injectString><![CDATA[<!-- [jspc-maven-plugin:post-compiled-jsps-as-servlets] -->]]></injectString>
           <!--