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 2006/09/21 00:37:31 UTC

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

Author: bommel
Date: Wed Sep 20 15:37:30 2006
New Revision: 448381

URL: http://svn.apache.org/viewvc?view=rev&rev=448381
Log:
tobago sandbox

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

Modified: myfaces/tobago/trunk/tobago-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-sandbox/pom.xml?view=diff&rev=448381&r1=448380&r2=448381
==============================================================================
--- myfaces/tobago/trunk/tobago-sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-sandbox/pom.xml Wed Sep 20 15:37:30 2006
@@ -56,10 +56,12 @@
               <targetFiles>
                 <targetFile>org/apache/myfaces/tobago/taglib/sandbox/tobago-sandbox.tld</targetFile>
               </targetFiles>
-              <includes>
-                <include>org/apache/myfaces/tobago/taglib/sandbox/*</include>
-                <include>org/apache/myfaces/tobago/taglib/decl/*</include>
-              </includes>
+              <excludes>
+                <exclude>org/apache/myfaces/tobago/util/CommonsLoggingLogger.java</exclude>
+                <exclude>org/apache/myfaces/tobago/application/FopConverter.java</exclude>
+                <exclude>org/apache/myfaces/tobago/taglib/component/*</exclude>
+                <exclude>org/apache/myfaces/tobago/taglib/extension/*</exclude>
+              </excludes>
               <aptSourceRoots>
                 <aptSourceRoot>${project.build.directory}/tobago-core-sources</aptSourceRoot>
               </aptSourceRoots>
@@ -67,7 +69,6 @@
               <generated>target/generated-tld</generated>
               <factory>org.apache.myfaces.tobago.apt.TaglibAnnotationProcessorFactory</factory>
               <nocompile>true</nocompile>
-              <verbose>true</verbose>
               <encoding>UTF-8</encoding>
             </configuration>
           </execution>