commit | 57272da84d39647b441b455edc38faaa7e590e41 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Tue Aug 13 08:34:42 2013 +0200 |
committer | David Ostrovsky <david@ostrovsky.org> | Wed Aug 14 08:42:42 2013 +0200 |
tree | 3f620b6b5236adfc94f7d6e9a57071c832bfe016 | |
parent | 739d5e6e6fa6b44386eba0d7a9b281c7310278ef [diff] [blame] |
Add HelloWorld Servlet Change-Id: I1574df9a34f49e55a994481c4a52ee5f778b7c2c
diff --git a/pom.xml b/pom.xml index e6f444a..c4732c1 100644 --- a/pom.xml +++ b/pom.xml
@@ -37,6 +37,7 @@ <configuration> <archive> <manifestEntries> + <Gerrit-HttpModule>com.googlesource.gerrit.plugins.cookbook.HttpModule</Gerrit-HttpModule> <Gerrit-SshModule>com.googlesource.gerrit.plugins.cookbook.SshModule</Gerrit-SshModule> <Implementation-Vendor>Gerrit Code Review</Implementation-Vendor>