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/03/18 22:19:41 UTC

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

Author: bommel
Date: Tue Mar 18 14:19:33 2008
New Revision: 638578

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

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

Modified: myfaces/tobago/trunk/extension/tobago-taglib-extension/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/tobago-taglib-extension/pom.xml?rev=638578&r1=638577&r2=638578&view=diff
==============================================================================
--- myfaces/tobago/trunk/extension/tobago-taglib-extension/pom.xml (original)
+++ myfaces/tobago/trunk/extension/tobago-taglib-extension/pom.xml Tue Mar 18 14:19:33 2008
@@ -45,6 +45,7 @@
                 <version>${project.version}</version>
                 <type>jar</type>
                 <classifier>sources</classifier>
+                <excludes>org/apache/myfaces/tobago/taglib/extension/**/*</excludes>
               </artifactItem>
             </artifactItems>
             <outputDirectory>${project.build.directory}/tobago-core-sources</outputDirectory>