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/20 18:51:19 UTC

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

Author: marrs
Date: Sun Mar 20 17:51:19 2011
New Revision: 1083522

URL: http://svn.apache.org/viewvc?rev=1083522&view=rev
Log:
Fixed the metadata for the bundle.

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

Modified: incubator/ace/trunk/ace-gateway-log/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-gateway-log/pom.xml?rev=1083522&r1=1083521&r2=1083522&view=diff
==============================================================================
--- incubator/ace/trunk/ace-gateway-log/pom.xml (original)
+++ incubator/ace/trunk/ace-gateway-log/pom.xml Sun Mar 20 17:51:19 2011
@@ -36,15 +36,11 @@
     
     <properties>
         <import.package>
-            org.apache.ace.discovery;version=${project.version},
-            org.apache.ace.gateway.log.store;version=${project.version},
-            org.apache.ace.gateway.log.task;version=${project.version},
-            org.apache.ace.identification;version=${project.version},
-            org.apache.ace.log;version=${project.version},
             *
         </import.package>
         <private.package>
-            org.apache.ace.gateway.log
+            org.apache.ace.gateway.log,
+            org.apache.ace.gateway.log.task
         </private.package>
         <bundle.activator>
             org.apache.ace.gateway.log.Activator