Author: nbelaevski
Date: 2010-07-12 15:18:30 -0400 (Mon, 12 Jul 2010)
New Revision: 17984
Modified:
root/commons/trunk/api/checkstyle-suppressions.xml
root/core/trunk/api/checkstyle-suppressions.xml
root/core/trunk/impl/checkstyle-suppressions.xml
Log:
Merged checkstyle-suppressions.xml information required by panel module into the other
locations
Modified: root/commons/trunk/api/checkstyle-suppressions.xml
===================================================================
--- root/commons/trunk/api/checkstyle-suppressions.xml 2010-07-12 18:52:04 UTC (rev
17983)
+++ root/commons/trunk/api/checkstyle-suppressions.xml 2010-07-12 19:18:30 UTC (rev
17984)
@@ -25,4 +25,8 @@
and must be removed from here -->
<suppress checks="IllegalCatch"
files="AbstractThreadedTest.java" />
<suppress checks="IllegalCatch" files="StagingServer.java"
/>
+
+ <!-- TODO it is hot fix for building process, this files belong to the
ui/output/trunk/panela/ui module,
+ and must be removed from here -->
+ <suppress checks="IllegalCatch"
files="AbstractTogglePanel.java" />
</suppressions>
Modified: root/core/trunk/api/checkstyle-suppressions.xml
===================================================================
--- root/core/trunk/api/checkstyle-suppressions.xml 2010-07-12 18:52:04 UTC (rev 17983)
+++ root/core/trunk/api/checkstyle-suppressions.xml 2010-07-12 19:18:30 UTC (rev 17984)
@@ -25,4 +25,8 @@
and must be removed from here -->
<suppress checks="IllegalCatch"
files="AbstractThreadedTest.java" />
<suppress checks="IllegalCatch" files="StagingServer.java"
/>
+
+ <!-- TODO it is hot fix for building process, this files belong to the
ui/output/trunk/panela/ui module,
+ and must be removed from here -->
+ <suppress checks="IllegalCatch"
files="AbstractTogglePanel.java" />
</suppressions>
Modified: root/core/trunk/impl/checkstyle-suppressions.xml
===================================================================
--- root/core/trunk/impl/checkstyle-suppressions.xml 2010-07-12 18:52:04 UTC (rev 17983)
+++ root/core/trunk/impl/checkstyle-suppressions.xml 2010-07-12 19:18:30 UTC (rev 17984)
@@ -25,4 +25,8 @@
and must be removed from here -->
<suppress checks="IllegalCatch"
files="AbstractThreadedTest.java" />
<suppress checks="IllegalCatch" files="StagingServer.java"
/>
+
+ <!-- TODO it is hot fix for building process, this files belong to the
ui/output/trunk/panela/ui module,
+ and must be removed from here -->
+ <suppress checks="IllegalCatch"
files="AbstractTogglePanel.java" />
</suppressions>