Modifying load balancer pom to add aws-extension module.
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/f4d80876 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/f4d80876 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/f4d80876 Branch: refs/heads/gsoc-projects-2015 Commit: f4d8087633f1e1c6f4cd975c1d780b8a396164f5 Parents: 31acd2a Author: swapnilpatilRajaram <[email protected]> Authored: Sat Jul 18 17:02:46 2015 +0000 Committer: swapnilpatilRajaram <[email protected]> Committed: Sat Jul 18 17:02:46 2015 +0000 ---------------------------------------------------------------------- extensions/load-balancer/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/f4d80876/extensions/load-balancer/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index ff89360..e49db2e 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -36,6 +36,7 @@ <modules> <module>haproxy-extension</module> <module>nginx-extension</module> + <module>aws-extension</module> </modules> </project>
