You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/04/03 00:01:00 UTC

svn commit: r644085 - /myfaces/tobago/trunk/sandbox/pom.xml

Author: bommel
Date: Wed Apr  2 15:00:59 2008
New Revision: 644085

URL: http://svn.apache.org/viewvc?rev=644085&view=rev
Log:
(TOBAGO-637) Generate Components, JSP Tags from annotations

Modified:
    myfaces/tobago/trunk/sandbox/pom.xml

Modified: myfaces/tobago/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/sandbox/pom.xml?rev=644085&r1=644084&r2=644085&view=diff
==============================================================================
--- myfaces/tobago/trunk/sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/sandbox/pom.xml Wed Apr  2 15:00:59 2008
@@ -147,6 +147,10 @@
             <id>compile</id>
             <goals><goal>compile</goal></goals>
             <configuration>
+              <source>1.5</source>
+              <target>1.5</target>
+              <encoding>UTF-8</encoding>
+              <showWarnings>true</showWarnings>
               <includes>
                 <include>org/apache/myfaces/tobago/internal/taglib/*</include>
                 <include>org/apache/myfaces/tobago/component/*</include>