diff options
author | Vitaly Takmazov | 2015-12-01 14:22:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2015-12-01 14:22:36 +0300 |
commit | 109cf4644498a8031f73c07e9422b211234f07a4 (patch) | |
tree | 033e6d7fccfbded4c475f02a91fe96a559351992 /src/main/webapp/WEB-INF | |
parent | abf55010dabf73129fcd809a38639133d299f3c7 (diff) |
cross-posting component
Diffstat (limited to 'src/main/webapp/WEB-INF')
-rw-r--r-- | src/main/webapp/WEB-INF/web.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index d32932b4..a7cb489a 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -26,4 +26,9 @@ <display-name>PushComponent</display-name> <listener-class>com.juick.PushComponent</listener-class> </listener> + <listener> + <description>Crossposting module</description> + <display-name>CrosspostComponent</display-name> + <listener-class>com.juick.CrosspostComponent</listener-class> + </listener> </web-app> |