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/03/22 07:19:47 UTC

svn commit: r1084075 - /incubator/ace/trunk/ace-gateway-log-store/pom.xml

Author: marrs
Date: Tue Mar 22 06:19:47 2011
New Revision: 1084075

URL: http://svn.apache.org/viewvc?rev=1084075&view=rev
Log:
Fixed an import.

Modified:
    incubator/ace/trunk/ace-gateway-log-store/pom.xml

Modified: incubator/ace/trunk/ace-gateway-log-store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-gateway-log-store/pom.xml?rev=1084075&r1=1084074&r2=1084075&view=diff
==============================================================================
--- incubator/ace/trunk/ace-gateway-log-store/pom.xml (original)
+++ incubator/ace/trunk/ace-gateway-log-store/pom.xml Tue Mar 22 06:19:47 2011
@@ -39,7 +39,7 @@
             org.apache.ace.gateway.log.store;version=${project.version}
         </export.package>
         <import.package>
-            !org.apache.ace.gateway.log.store,
+            org.apache.ace.gateway.log.store;version=${project.version},
             org.apache.ace.identification;version=${project.version},
             org.apache.ace.log;version=${project.version},
             *