Subversion Repository Public Repository

litesoft

Diff Revisions 250 vs 251 for /trunk/Java/ImageServlet/ImageServlet.ipr

Diff revisions: vs.
  @@ -70,6 +70,9 @@
70 70 <option name="MAXIMUM_HEAP_SIZE" value="128" />
71 71 </component>
72 72 <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
73 + <component name="EntryPointsManager">
74 + <entry_points version="2.0" />
75 + </component>
73 76 <component name="IdProvider" IDEtalkID="F83F1F1A3E5A3330D249CF0283C8C27F" />
74 77 <component name="InspectionProjectProfileManager">
75 78 <profiles>
  @@ -104,6 +107,7 @@
104 107 <option name="IGNORE_DEPRECATED" value="false" />
105 108 <option name="IGNORE_JAVADOC_PERIOD" value="true" />
106 109 <option name="IGNORE_DUPLICATED_THROWS" value="false" />
110 + <option name="IGNORE_POINT_TO_ITSELF" value="false" />
107 111 <option name="myAdditionalJavadocTags" value="" />
108 112 </inspection_tool>
109 113 <inspection_tool class="ManualArrayToCollectionCopy" enabled="false" level="WARNING" enabled_by_default="false" />
  @@ -112,12 +116,13 @@
112 116 <option name="PROJECT_PROFILE" value="Project Default" />
113 117 <option name="USE_PROJECT_PROFILE" value="true" />
114 118 <version value="1.0" />
115 - <list size="5">
119 + <list size="6">
116 120 <item index="0" class="java.lang.String" itemvalue="SERVER PROBLEM" />
117 - <item index="1" class="java.lang.String" itemvalue="INFO" />
118 - <item index="2" class="java.lang.String" itemvalue="TYPO" />
119 - <item index="3" class="java.lang.String" itemvalue="WARNING" />
120 - <item index="4" class="java.lang.String" itemvalue="ERROR" />
121 + <item index="1" class="java.lang.String" itemvalue="WEAK WARNING" />
122 + <item index="2" class="java.lang.String" itemvalue="INFO" />
123 + <item index="3" class="java.lang.String" itemvalue="TYPO" />
124 + <item index="4" class="java.lang.String" itemvalue="WARNING" />
125 + <item index="5" class="java.lang.String" itemvalue="ERROR" />
121 126 </list>
122 127 </component>
123 128 <component name="JavadocGenerationManager">
  @@ -281,6 +286,9 @@
281 286 <module fileurl="file://$PROJECT_DIR$/../LiteSoft/core/Server/LiteSoftServer.iml" filepath="$PROJECT_DIR$/../LiteSoft/core/Server/LiteSoftServer.iml" />
282 287 </modules>
283 288 </component>
289 + <component name="ProjectResources">
290 + <default-html-doctype>http://www.w3.org/1999/xhtml</default-html-doctype>
291 + </component>
284 292 <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.6" project-jdk-type="JavaSDK">
285 293 <output url="file://$PROJECT_DIR$/out" />
286 294 </component>