Issue #1638 fix mistakes

Change-Id: I7cf9d0393d8ac5ca7459a5ebfb7660e101ae0da5

Former-commit-id: b8adb51f15 [formerly 09ef61bc9e] [formerly b8adb51f15 [formerly 09ef61bc9e] [formerly d476f02796 [formerly f5a939794ed07e77c7df23a779ca61c272aa546c]]]
Former-commit-id: d476f02796
Former-commit-id: 12d8d9b5f8 [formerly be479b1e65]
Former-commit-id: 2d1b296835
This commit is contained in:
Nate Jensen 2013-04-30 13:45:14 -05:00
parent d0b4572fbb
commit fe0c27242c
2 changed files with 8 additions and 1 deletions

View file

@ -20,7 +20,7 @@
</layout>
</appender>
<appender name="AlertVizAdminLogAppender" class="com.raytheon.uf.viz.alertviz.EnvConfigurableRollingFileAppender">
<appender name="AlertVizAdminLogAppender" class="com.raytheon.uf.viz.core.log.EnvConfigurableRollingFileAppender">
<param name="envLogVar" value="LOGFILE_ALERTVIZ" />
<param name="maxFileSize" value="2GB"/>
<param name="maxBackupIndex" value="5"/>

View file

@ -74,4 +74,11 @@
parentId="com.raytheon.viz.ui.cave.scheme">
</scheme>
</extension>
<extension
point="org.eclipse.ui.statusHandlers">
<statusHandlerProductBinding
handlerId="com.raytheon.viz.notification.statusHandler"
productId="com.raytheon.viz.product.awips.CAVE">
</statusHandlerProductBinding>
</extension>
</plugin>