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 2013/02/12 13:55:25 UTC

svn commit: r1445149 - /myfaces/tobago/trunk/tobago-extension/pom.xml

Author: lofwyr
Date: Tue Feb 12 12:55:25 2013
New Revision: 1445149

URL: http://svn.apache.org/r1445149
Log:
TOBAGO-1212: Using JSR 269: Pluggable Annotation Processing API
 -sandbox is disabled, because of a problem while code generation (Todo)

Modified:
    myfaces/tobago/trunk/tobago-extension/pom.xml

Modified: myfaces/tobago/trunk/tobago-extension/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/pom.xml?rev=1445149&r1=1445148&r2=1445149&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/pom.xml Tue Feb 12 12:55:25 2013
@@ -30,7 +30,9 @@
     <module>tobago-deprecation</module>
     <module>tobago-facelets</module>
     <module>tobago-fileupload</module>
+<!-- XXX: disabled, because of a problem while code generation
     <module>tobago-sandbox</module>
+-->
     <module>tobago-security</module>
     <module>tobago-taglib-extension</module>
   </modules>