[Japi-cvs] SF.net SVN: japi:[1402] tools/archStat/trunk/archStat.ipr
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2010-04-11 10:19:11
|
Revision: 1402
http://japi.svn.sourceforge.net/japi/?rev=1402&view=rev
Author: christianhujer
Date: 2010-04-11 10:19:05 +0000 (Sun, 11 Apr 2010)
Log Message:
-----------
Use project settings for warnings.
Modified Paths:
--------------
tools/archStat/trunk/archStat.ipr
Modified: tools/archStat/trunk/archStat.ipr
===================================================================
--- tools/archStat/trunk/archStat.ipr 2010-04-11 10:13:08 UTC (rev 1401)
+++ tools/archStat/trunk/archStat.ipr 2010-04-11 10:19:05 UTC (rev 1402)
@@ -50,7 +50,7 @@
<component name="IdProvider" IDEtalkID="3252B0EE1010872AF5D1E872ECBFD2E1" />
<component name="InspectionProjectProfileManager">
<option name="PROJECT_PROFILE" value="Project Default" />
- <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
+ <option name="USE_PROJECT_LEVEL_SETTINGS" value="true" />
<scopes />
<profiles>
<profile version="1.0" is_locked="false">
@@ -693,7 +693,12 @@
</inspection_tool>
</profile>
</profiles>
- <list size="0" />
+ <list size="4">
+ <item index="0" class="java.lang.String" itemvalue="SERVER PROBLEM" />
+ <item index="1" class="java.lang.String" itemvalue="INFO" />
+ <item index="2" class="java.lang.String" itemvalue="WARNING" />
+ <item index="3" class="java.lang.String" itemvalue="ERROR" />
+ </list>
</component>
<component name="JavacSettings">
<option name="DEBUGGING_INFO" value="true" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|