You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2013/11/12 15:51:51 UTC

git commit: Added cartridge agent event subscriber to cartridge agent pom.xml

Updated Branches:
  refs/heads/master cfb06d1fb -> 20928a04d


Added cartridge agent event subscriber to cartridge agent pom.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/20928a04
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/20928a04
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/20928a04

Branch: refs/heads/master
Commit: 20928a04da61816e94a473914205f9316c5bb1a6
Parents: cfb06d1
Author: Imesh Gunaratne <im...@apache.org>
Authored: Tue Nov 12 20:21:31 2013 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Tue Nov 12 20:21:31 2013 +0530

----------------------------------------------------------------------
 products/cartridge-agent/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/20928a04/products/cartridge-agent/pom.xml
----------------------------------------------------------------------
diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml
index f84f332..797828a 100644
--- a/products/cartridge-agent/pom.xml
+++ b/products/cartridge-agent/pom.xml
@@ -35,6 +35,7 @@
 
     <modules>
         <module>modules/event-publisher</module>
+        <module>modules/event-subscriber</module>
 	<module>modules/health-stats</module>
     </modules>
 </project>