You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/01/03 21:22:04 UTC

svn commit: r492282 - /directory/branches/apacheds/1.0/server-installers/pom.xml

Author: akarasulu
Date: Wed Jan  3 12:22:03 2007
New Revision: 492282

URL: http://svn.apache.org/viewvc?view=rev&rev=492282
Log:
ingore the checkstyle jar so it does not get included in the jars

Modified:
    directory/branches/apacheds/1.0/server-installers/pom.xml

Modified: directory/branches/apacheds/1.0/server-installers/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/apacheds/1.0/server-installers/pom.xml?view=diff&rev=492282&r1=492281&r2=492282
==============================================================================
--- directory/branches/apacheds/1.0/server-installers/pom.xml (original)
+++ directory/branches/apacheds/1.0/server-installers/pom.xml Wed Jan  3 12:22:03 2007
@@ -73,6 +73,7 @@
             <exclude>org.apache.directory.server:apacheds-server-tools</exclude>
 
             <exclude>ant:ant</exclude>
+            <exclude>checkstyle:checkstyle</exclude>
             <exclude>aopalliance:aopalliance</exclude>
             <exclude>xerces:xerces</exclude>
             <exclude>commons-pool:commons-pool</exclude>