You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2011/07/07 13:57:23 UTC

svn commit: r1143782 - /incubator/ace/trunk/ace-obr-storage/pom.xml

Author: marrs
Date: Thu Jul  7 11:57:22 2011
New Revision: 1143782

URL: http://svn.apache.org/viewvc?rev=1143782&view=rev
Log:
ACE-154 fixed a problem with the pom.xml, too many imports were being generated, should be better now (but not extensively tested yet).

Modified:
    incubator/ace/trunk/ace-obr-storage/pom.xml

Modified: incubator/ace/trunk/ace-obr-storage/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-obr-storage/pom.xml?rev=1143782&r1=1143781&r2=1143782&view=diff
==============================================================================
--- incubator/ace/trunk/ace-obr-storage/pom.xml (original)
+++ incubator/ace/trunk/ace-obr-storage/pom.xml Thu Jul  7 11:57:22 2011
@@ -47,6 +47,7 @@
         </export.package>
         <import.package>
             !org.apache.ace.obr.storage,
+            !org.apache.commons.io.*,
             org.apache.ace.obr.metadata;version=${project.version},
             *
         </import.package>