You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2011/07/24 17:41:34 UTC

svn commit: r1150419 - /pdfbox/trunk/preflight/pom.xml

Author: lehmi
Date: Sun Jul 24 15:41:33 2011
New Revision: 1150419

URL: http://svn.apache.org/viewvc?rev=1150419&view=rev
Log:
PDFBOX-1056: fixed typo

Modified:
    pdfbox/trunk/preflight/pom.xml

Modified: pdfbox/trunk/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1150419&r1=1150418&r2=1150419&view=diff
==============================================================================
--- pdfbox/trunk/preflight/pom.xml (original)
+++ pdfbox/trunk/preflight/pom.xml Sun Jul 24 15:41:33 2011
@@ -151,7 +151,7 @@
         <configuration>
           <excludes>
             <exclude>src/test/resources/org/apache/padaf/preflight/font/*.font</exclude>
-            <exclude>src/main/resources/project.version</exlude>
+            <exclude>src/main/resources/project.version</exclude>
             <exclude>release.properties</exclude>
           </excludes>
         </configuration>