You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2014/11/24 03:46:31 UTC

helix git commit: helix-ipc artifact now includes both resolvers and ipc package

Repository: helix
Updated Branches:
  refs/heads/master a0ab2b2e3 -> af7782944


helix-ipc artifact now includes both resolvers and ipc package


Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/af778294
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/af778294
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/af778294

Branch: refs/heads/master
Commit: af778294417da1a164a22682f9950f947c39af18
Parents: a0ab2b2
Author: Siegfried Bilstein <sb...@gmail.com>
Authored: Sun Nov 23 18:32:30 2014 -0800
Committer: Siegfried Bilstein <sb...@gmail.com>
Committed: Sun Nov 23 18:32:30 2014 -0800

----------------------------------------------------------------------
 helix-ipc/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/af778294/helix-ipc/pom.xml
----------------------------------------------------------------------
diff --git a/helix-ipc/pom.xml b/helix-ipc/pom.xml
index 4345751..c50a1f6 100644
--- a/helix-ipc/pom.xml
+++ b/helix-ipc/pom.xml
@@ -40,8 +40,7 @@ under the License.
     <osgi.ignore>
       org.apache.helix.tools*
     </osgi.ignore>
-    <osgi.export>org.apache.helix.ipc*;version="${project.version};-noimport:=true</osgi.export>
-    <osgi.export>org.apache.helix.resolver*;version="${project.version};-noimport:=true</osgi.export>
+    <osgi.export>org.apache.helix.resolver*,org.apache.helix.ipc*;version="${project.version};-noimport:=true</osgi.export> 
   </properties>
 
   <dependencies>