--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<project relativePaths="false" version="4">
+ <component name="AntConfiguration">
+ <defaultAnt bundledAnt="true" />
+ </component>
+ <component name="BuildJarProjectSettings">
+ <option name="BUILD_JARS_ON_MAKE" value="false" />
+ </component>
+ <component name="CodeStyleSettingsManager">
+ <option name="PER_PROJECT_SETTINGS" />
+ <option name="USE_PER_PROJECT_SETTINGS" value="false" />
+ </component>
+ <component name="CompilerConfiguration">
+ <option name="DEFAULT_COMPILER" value="Javac" />
+ <option name="DEPLOY_AFTER_MAKE" value="0" />
+ <resourceExtensions>
+ <entry name=".+\.(properties|xml|html|dtd|tld)" />
+ <entry name=".+\.(gif|png|jpeg|jpg)" />
+ </resourceExtensions>
+ <wildcardResourcePatterns>
+ <entry name="?*.properties" />
+ <entry name="?*.xml" />
+ <entry name="?*.gif" />
+ <entry name="?*.png" />
+ <entry name="?*.jpeg" />
+ <entry name="?*.jpg" />
+ <entry name="?*.html" />
+ <entry name="?*.dtd" />
+ <entry name="?*.tld" />
+ <entry name="?*.ftl" />
+ <entry name="?*.properties" />
+ <entry name="?*.xml" />
+ <entry name="?*.html" />
+ <entry name="?*.dtd" />
+ <entry name="?*.tld" />
+ <entry name="?*.gif" />
+ <entry name="?*.png" />
+ <entry name="?*.jpeg" />
+ <entry name="?*.jpg" />
+ </wildcardResourcePatterns>
+ </component>
+ <component name="CopyrightManager" default="">
+ <module2copyright />
+ </component>
+ <component name="DependencyValidationManager">
+ <option name="SKIP_IMPORT_STATEMENTS" value="false" />
+ </component>
+ <component name="EclipseCompilerSettings">
+ <option name="DEBUGGING_INFO" value="true" />
+ <option name="GENERATE_NO_WARNINGS" value="true" />
+ <option name="DEPRECATION" value="false" />
+ <option name="ADDITIONAL_OPTIONS_STRING" value="" />
+ <option name="MAXIMUM_HEAP_SIZE" value="128" />
+ </component>
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
+ <component name="InspectionProjectProfileManager">
+ <option name="PROJECT_PROFILE" value="NoInspections" />
+ <option name="USE_PROJECT_LEVEL_SETTINGS" value="true" />
+ <scopes />
+ <profiles>
+ <profile version="1.0" is_locked="false">
+ <option name="myName" value="NoInspections" />
+ <option name="myLocal" value="false" />
+ <inspection_tool class="AntDuplicateTargetsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="AntDuplicateImportedTargetsInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="AntMissingPropertiesFileInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="ArgNamesErrorsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="ArgNamesWarningsInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="AroundAdviceStyleInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="DeclareParentsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="MissingAspectjAutoproxyInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="PointcutMethodStyleInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="SpringAopErrorsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringAopWarningsInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovySillyAssignment" level="WARNING" enabled="false" />
+ <inspection_tool class="SillyAssignmentJS" level="WARNING" enabled="false" />
+ <inspection_tool class="IncompatibleMask" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessBitwiseExpression" level="WARNING" enabled="false">
+ <option name="m_ignoreExpressionsContainingConstants" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ShiftOutOfRange" level="WARNING" enabled="false" />
+ <inspection_tool class="IncompatibleMaskJS" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessBitwiseExpressionJS" level="WARNING" enabled="false">
+ <option name="m_ignoreExpressionsContainingConstants" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ShiftOutOfRangeJS" level="WARNING" enabled="false" />
+ <inspection_tool class="FieldCanBeLocal" level="WARNING" enabled="false" />
+ <inspection_tool class="FinalPrivateMethod" level="WARNING" enabled="false" />
+ <inspection_tool class="FinalStaticMethod" level="WARNING" enabled="false" />
+ <inspection_tool class="CloneCallsSuperClone" level="WARNING" enabled="false" />
+ <inspection_tool class="CloneDeclaresCloneNotSupported" level="WARNING" enabled="false" />
+ <inspection_tool class="ExtendsObject" level="WARNING" enabled="false" />
+ <inspection_tool class="TypeParameterExtendsObject" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessarySemicolon" level="WARNING" enabled="false" />
+ <inspection_tool class="UnterminatedStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyConstantConditional" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyConstantIfStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyFallthrough" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyTrivialIf" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyTrivialConditional" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyUnnecessaryContinue" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyUnnecessaryReturn" level="WARNING" enabled="false" />
+ <inspection_tool class="SimplifiableConditionalExpression" level="WARNING" enabled="false" />
+ <inspection_tool class="ConstantConditionalExpression" level="WARNING" enabled="false" />
+ <inspection_tool class="ConstantIfStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="InfiniteLoopStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="LoopStatementsThatDontLoop" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessBooleanExpression" level="WARNING" enabled="false">
+ <option name="m_ignoreExpressionsContainingConstants" value="false" />
+ </inspection_tool>
+ <inspection_tool class="TrivialIf" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryConditionalExpression" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryContinue" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryReturn" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelOnBreakStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelOnContinueStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="UnusedLabel" level="WARNING" enabled="false" />
+ <inspection_tool class="ConstantConditionalExpressionJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ConstantIfStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="FallthroughInSwitchStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="LoopStatementThatDoesntLoopJS" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessBooleanExpressionJS" level="WARNING" enabled="false" />
+ <inspection_tool class="TrivialIfJS" level="WARNING" enabled="false" />
+ <inspection_tool class="TrivialConditionalJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryContinueJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryReturnJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelOnBreakStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelOnContinueStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="CssInvalidElementInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="CssRgbFunctionInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="CssInvalidShorthandPropertyValue" level="ERROR" enabled="false" />
+ <inspection_tool class="CssInvalidImportInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="CssNoGenericFontName" level="WARNING" enabled="false" />
+ <inspection_tool class="CssUnitlessNumber" level="WARNING" enabled="false" />
+ <inspection_tool class="CssNegativeValueInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="CssOverwrittenProperties" level="WARNING" enabled="false" />
+ <inspection_tool class="CssOptimizeSimilarPropertiesInspection" level="INFO" enabled="false" />
+ <inspection_tool class="CssUnknownProperty" level="WARNING" enabled="false">
+ <option name="myCustomPropertiesEnabled" value="false" />
+ <option name="myCustomPropertiesList">
+ <value>
+ <list size="0" />
+ </value>
+ </option>
+ </inspection_tool>
+ <inspection_tool class="CssUnusedSymbolInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="W3CssValidation" level="WARNING" enabled="false">
+ <option name="myCssVersion" value="css3" />
+ </inspection_tool>
+ <inspection_tool class="UnnecessaryLocalVariable" level="WARNING" enabled="false">
+ <option name="m_ignoreImmediatelyReturnedVariables" value="false" />
+ <option name="m_ignoreAnnotatedVariables" value="false" />
+ </inspection_tool>
+ <inspection_tool class="GroovyMissingReturnStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyUnusedAssignment" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyVariableNotAssigned" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLocalVariableJS" level="WARNING" enabled="false">
+ <option name="m_ignoreImmediatelyReturnedVariables" value="false" />
+ <option name="m_ignoreAnnotatedVariables" value="false" />
+ </inspection_tool>
+ <inspection_tool class="SameParameterValue" level="WARNING" enabled="false" />
+ <inspection_tool class="WeakerAccess" level="WARNING" enabled="false">
+ <option name="SUGGEST_PACKAGE_LOCAL_FOR_MEMBERS" value="true" />
+ <option name="SUGGEST_PACKAGE_LOCAL_FOR_TOP_CLASSES" value="true" />
+ <option name="SUGGEST_PRIVATE_FOR_INNERS" value="false" />
+ </inspection_tool>
+ <inspection_tool class="CanBeFinal" level="WARNING" enabled="false">
+ <option name="REPORT_CLASSES" value="false" />
+ <option name="REPORT_METHODS" value="false" />
+ <option name="REPORT_FIELDS" value="true" />
+ </inspection_tool>
+ <inspection_tool class="DuplicateThrows" level="WARNING" enabled="false" />
+ <inspection_tool class="EmptyMethod" level="WARNING" enabled="false" />
+ <inspection_tool class="SameReturnValue" level="WARNING" enabled="false" />
+ <inspection_tool class="RedundantThrows" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryModuleDependencyInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="UnusedDeclaration" level="WARNING" enabled="false">
+ <option name="ADD_MAINS_TO_ENTRIES" value="true" />
+ <option name="ADD_APPLET_TO_ENTRIES" value="true" />
+ <option name="ADD_SERVLET_TO_ENTRIES" value="true" />
+ <option name="ADD_NONJAVA_TO_ENTRIES" value="true" />
+ <option name="ADDITIONAL_ANNOTATIONS">
+ <value>
+ <list size="0" />
+ </value>
+ </option>
+ </inspection_tool>
+ <inspection_tool class="UnusedParameters" level="WARNING" enabled="false" />
+ <inspection_tool class="UnusedReturnValue" level="WARNING" enabled="false" />
+ <inspection_tool class="UNUSED_SYMBOL" level="WARNING" enabled="false">
+ <option name="LOCAL_VARIABLE" value="true" />
+ <option name="FIELD" value="true" />
+ <option name="METHOD" value="true" />
+ <option name="CLASS" value="true" />
+ <option name="PARAMETER" value="true" />
+ <option name="REPORT_PARAMETER_FOR_PUBLIC_METHODS" value="true" />
+ <option name="INJECTION_ANNOS">
+ <value>
+ <list size="0" />
+ </value>
+ </option>
+ </inspection_tool>
+ <inspection_tool class="CaughtExceptionImmediatelyRethrown" level="WARNING" enabled="false" />
+ <inspection_tool class="ContinueOrBreakFromFinallyBlock" level="WARNING" enabled="false" />
+ <inspection_tool class="EmptyCatchBlock" level="WARNING" enabled="false">
+ <option name="m_includeComments" value="true" />
+ <option name="m_ignoreTestCases" value="true" />
+ <option name="m_ignoreIgnoreParameter" value="true" />
+ </inspection_tool>
+ <inspection_tool class="EmptyFinallyBlock" level="WARNING" enabled="false" />
+ <inspection_tool class="EmptyTryBlock" level="WARNING" enabled="false" />
+ <inspection_tool class="FinallyBlockCannotCompleteNormally" level="WARNING" enabled="false" />
+ <inspection_tool class="ReturnFromFinallyBlock" level="WARNING" enabled="false" />
+ <inspection_tool class="ThrowFromFinallyBlock" level="WARNING" enabled="false" />
+ <inspection_tool class="UnhandledExceptionInJSP" level="WARNING" enabled="false" />
+ <inspection_tool class="ContinueOrBreakFromFinallyBlockJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ExceptionCaughtLocallyJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ReturnFromFinallyBlockJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ThrowFromFinallyBlockJS" level="WARNING" enabled="false" />
+ <inspection_tool class="NoExplicitFinalizeCalls" level="WARNING" enabled="false" />
+ <inspection_tool class="FinalizeCallsSuperFinalize" level="WARNING" enabled="false">
+ <option name="m_ignoreForObjectSubclasses" value="false" />
+ </inspection_tool>
+ <inspection_tool class="FtlCallsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="FtlDeprecatedBuiltInsInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="FtlFileReferencesInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="FtlImportCallInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="FtlReferencesInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="FtlTypesInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="FtlWellformednessInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="AccessStaticViaInstance" level="WARNING" enabled="false" />
+ <inspection_tool class="BooleanMethodIsAlwaysInverted" level="WARNING" enabled="false" />
+ <inspection_tool class="JavaDoc" level="WARNING" enabled="false">
+ <option name="TOP_LEVEL_CLASS_OPTIONS">
+ <value>
+ <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
+ <option name="REQUIRED_TAGS" value="" />
+ </value>
+ </option>
+ <option name="INNER_CLASS_OPTIONS">
+ <value>
+ <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
+ <option name="REQUIRED_TAGS" value="" />
+ </value>
+ </option>
+ <option name="METHOD_OPTIONS">
+ <value>
+ <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
+ <option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
+ </value>
+ </option>
+ <option name="FIELD_OPTIONS">
+ <value>
+ <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
+ <option name="REQUIRED_TAGS" value="" />
+ </value>
+ </option>
+ <option name="IGNORE_DEPRECATED" value="false" />
+ <option name="IGNORE_JAVADOC_PERIOD" value="true" />
+ <option name="myAdditionalJavadocTags" value="" />
+ </inspection_tool>
+ <inspection_tool class="JavadocReference" level="ERROR" enabled="false" />
+ <inspection_tool class="DefaultFileTemplate" level="WARNING" enabled="false">
+ <option name="CHECK_FILE_HEADER" value="true" />
+ <option name="CHECK_TRY_CATCH_SECTION" value="true" />
+ <option name="CHECK_METHOD_BODY" value="true" />
+ </inspection_tool>
+ <inspection_tool class="Deprecation" level="WARNING" enabled="false" />
+ <inspection_tool class="Dependency" level="ERROR" enabled="false" />
+ <inspection_tool class="UNCHECKED_WARNING" level="WARNING" enabled="false" />
+ <inspection_tool class="SillyAssignment" level="WARNING" enabled="false" />
+ <inspection_tool class="WrongPackageStatement" level="ERROR" enabled="false" />
+ <inspection_tool class="NonJREEmulationClassesInClientCode" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtDeprecatedPropertyKeyJavadocTag" level="WARNING" enabled="false" />
+ <inspection_tool class="GwtObsoleteTypeArgsJavadocTag" level="WARNING" enabled="false" />
+ <inspection_tool class="GwtServiceNotRegistered" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtInconsistentI18nInterface" level="ERROR" enabled="false" />
+ <inspection_tool class="GWTRemoteServiceAsyncCheck" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtInconsistentSerializableClass" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtMethodWithParametersInConstantsInterface" level="ERROR" enabled="false" />
+ <inspection_tool class="NonSerializableServiceParameters" level="ERROR" enabled="false" />
+ <inspection_tool class="gwtRawAsyncCallback" level="WARNING" enabled="false" />
+ <inspection_tool class="GwtJavaScriptReferences" level="ERROR" enabled="false" />
+ <inspection_tool class="GWTStyleCheck" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtToHtmlReferences" level="ERROR" enabled="false" />
+ <inspection_tool class="BindingAnnotationWithoutInject" level="WARNING" enabled="false" />
+ <inspection_tool class="ConflictingAnnotations" level="WARNING" enabled="false" />
+ <inspection_tool class="InvalidRequestParameters" level="WARNING" enabled="false" />
+ <inspection_tool class="InjectOfNonPublicMember" level="WARNING" enabled="false" />
+ <inspection_tool class="InterceptionAnnotationWithoutRuntimeRetention" level="WARNING" enabled="false" />
+ <inspection_tool class="InvalidImplementedBy" level="WARNING" enabled="false" />
+ <inspection_tool class="InvalidProvidedBy" level="WARNING" enabled="false" />
+ <inspection_tool class="MultipleInjectedConstructorsForClass" level="WARNING" enabled="false" />
+ <inspection_tool class="MultipleBindingAnnotations" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessBinding" level="WARNING" enabled="false" />
+ <inspection_tool class="RedundantToBinding" level="WARNING" enabled="false" />
+ <inspection_tool class="RedundantToProviderBinding" level="WARNING" enabled="false" />
+ <inspection_tool class="RedundantScopeBinding" level="WARNING" enabled="false" />
+ <inspection_tool class="SessionScopedInjectsRequestScoped" level="WARNING" enabled="false" />
+ <inspection_tool class="SingletonInjectsScoped" level="WARNING" enabled="false" />
+ <inspection_tool class="UninstantiableImplementedByClass" level="WARNING" enabled="false" />
+ <inspection_tool class="UninstantiableProvidedByClass" level="WARNING" enabled="false" />
+ <inspection_tool class="UninstantiableBinding" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryStaticInjection" level="WARNING" enabled="false" />
+ <inspection_tool class="HibernateMappingDatasourceDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="HibernateConfigDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="HibernateMappingDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="HtmlDeprecatedTag" level="WARNING" enabled="false" />
+ <inspection_tool class="CheckEmptyScriptTag" level="WARNING" enabled="false" />
+ <inspection_tool class="HtmlExtraClosingTag" level="ERROR" enabled="false" />
+ <inspection_tool class="CheckImageSize" level="WARNING" enabled="false" />
+ <inspection_tool class="CheckValidXmlInScriptTagBody" level="ERROR" enabled="false" />
+ <inspection_tool class="RequiredAttributes" level="WARNING" enabled="false">
+ <option name="myAdditionalRequiredHtmlAttributes" value="" />
+ </inspection_tool>
+ <inspection_tool class="HtmlPresentationalElement" level="WARNING" enabled="false" />
+ <inspection_tool class="HtmlUnknownTag" level="WARNING" enabled="false">
+ <option name="myValues">
+ <value>
+ <list size="5">
+ <item index="0" class="java.lang.String" itemvalue="embed" />
+ <item index="1" class="java.lang.String" itemvalue="nobr" />
+ <item index="2" class="java.lang.String" itemvalue="noembed" />
+ <item index="3" class="java.lang.String" itemvalue="comment" />
+ <item index="4" class="java.lang.String" itemvalue="script" />
+ </list>
+ </value>
+ </option>
+ <option name="myCustomValuesEnabled" value="true" />
+ </inspection_tool>
+ <inspection_tool class="HtmlUnknownAttribute" level="WARNING" enabled="false">
+ <option name="myValues">
+ <value>
+ <list size="5">
+ <item index="0" class="java.lang.String" itemvalue="type" />
+ <item index="1" class="java.lang.String" itemvalue="wmode" />
+ <item index="2" class="java.lang.String" itemvalue="src" />
+ <item index="3" class="java.lang.String" itemvalue="width" />
+ <item index="4" class="java.lang.String" itemvalue="height" />
+ </list>
+ </value>
+ </option>
+ <option name="myCustomValuesEnabled" value="true" />
+ </inspection_tool>
+ <inspection_tool class="UNUSED_IMPORT" level="WARNING" enabled="false" />
+ <inspection_tool class="ExtendsAnnotation" level="WARNING" enabled="false" />
+ <inspection_tool class="UnresolvedPropertyKey" level="ERROR" enabled="false" />
+ <inspection_tool class="SimplifiableIfStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="ForCanBeForeach" level="WARNING" enabled="false">
+ <option name="REPORT_INDEXED_LOOP" value="true" />
+ </inspection_tool>
+ <inspection_tool class="UnnecessaryBoxing" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryUnboxing" level="WARNING" enabled="false" />
+ <inspection_tool class="WhileCanBeForeach" level="WARNING" enabled="false" />
+ <inspection_tool class="JpaDataSourceORMInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaDataSourceORMDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="EjbErrorInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="EjbWarningInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="EjbDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="EjbQlInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JavaeeApplicationDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="MimeType" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaORMDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaModelErrorInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaModelWarningInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="JpaQlInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaQueryApiInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="WebProperties" level="ERROR" enabled="false" />
+ <inspection_tool class="WebWarnings" level="WARNING" enabled="false" />
+ <inspection_tool class="JSUntypedDeclaration" level="WARNING" enabled="false" />
+ <inspection_tool class="JSDeprecatedSymbols" level="INFO" enabled="false" />
+ <inspection_tool class="JSDuplicatedDeclaration" level="WARNING" enabled="false" />
+ <inspection_tool class="JSUndeclaredVariable" level="INFO" enabled="false" />
+ <inspection_tool class="JSUnresolvedFunction" level="INFO" enabled="false" />
+ <inspection_tool class="JSUnresolvedVariable" level="INFO" enabled="false" />
+ <inspection_tool class="JSUnusedLocalSymbols" level="WARNING" enabled="false" />
+ <inspection_tool class="DuplicateCaseLabelJS" level="WARNING" enabled="false" />
+ <inspection_tool class="DuplicatePropertyOnObjectJS" level="WARNING" enabled="false" />
+ <inspection_tool class="BadExpressionStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="FunctionWithInconsistentReturnsJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ReservedWordUsedAsNameJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ThisExpressionReferencesGlobalObjectJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnreachableCodeJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ELValidationInJSP" level="WARNING" enabled="false" />
+ <inspection_tool class="JspDirectiveInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="ELSpecValidationInJSP" level="WARNING" enabled="false" />
+ <inspection_tool class="JspPropertiesInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="ReferencesToClassesFromDefaultPackagesInJSPFile" level="ERROR" enabled="false" />
+ <inspection_tool class="SelfIncludingJspFiles" level="ERROR" enabled="false" />
+ <inspection_tool class="AssertEqualsBetweenInconvertibleTypes" level="WARNING" enabled="false" />
+ <inspection_tool class="InjectionNotApplicable" level="ERROR" enabled="false" />
+ <inspection_tool class="LanguageMismatch" level="WARNING" enabled="false">
+ <option name="CHECK_NON_ANNOTATED_REFERENCES" value="true" />
+ </inspection_tool>
+ <inspection_tool class="UnknownLanguage" level="ERROR" enabled="false" />
+ <inspection_tool class="MavenModelInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="MethodNameSameAsClassName" level="WARNING" enabled="false" />
+ <inspection_tool class="OctalLiteral" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessArithmeticExpression" level="WARNING" enabled="false">
+ <option name="m_ignoreExpressionsContainingConstants" value="false" />
+ </inspection_tool>
+ <inspection_tool class="PatternOverriddenByNonAnnotatedMethod" level="WARNING" enabled="false" />
+ <inspection_tool class="PatternNotApplicable" level="ERROR" enabled="false" />
+ <inspection_tool class="PatternValidation" level="WARNING" enabled="false">
+ <option name="CHECK_NON_CONSTANT_VALUES" value="true" />
+ </inspection_tool>
+ <inspection_tool class="BooleanConstructor" level="WARNING" enabled="false" />
+ <inspection_tool class="ToArrayCallWithZeroLengthArrayArgument" level="WARNING" enabled="false" />
+ <inspection_tool class="InstantiatingObjectToGetClassObject" level="WARNING" enabled="false" />
+ <inspection_tool class="ManualArrayCopy" level="WARNING" enabled="false" />
+ <inspection_tool class="ManualArrayToCollectionCopy" level="WARNING" enabled="false" />
+ <inspection_tool class="StringToString" level="WARNING" enabled="false" />
+ <inspection_tool class="StringConstructor" level="WARNING" enabled="false">
+ <option name="ignoreSubstringArguments" value="false" />
+ </inspection_tool>
+ <inspection_tool class="StringConcatenationInsideStringBufferAppend" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryTemporaryOnConversionFromString" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryTemporaryOnConversionToString" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyDoubleNegation" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyPointlessArithmetic" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyPointlessBoolean" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyEmptyStatementBody" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessArithmeticExpressionJS" level="WARNING" enabled="false" />
+ <inspection_tool class="EmptyStatementBodyJS" level="WARNING" enabled="false">
+ <option name="m_reportEmptyBlocks" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ComparatorMethodParameterNotUsed" level="WARNING" enabled="false" />
+ <inspection_tool class="NullArgumentToVariableArgMethod" level="WARNING" enabled="false" />
+ <inspection_tool class="PrimitiveArrayArgumentToVariableArgMethod" level="WARNING" enabled="false" />
+ <inspection_tool class="ConstantConditions" level="WARNING" enabled="false">
+ <option name="SUGGEST_NULLABLE_ANNOTATIONS" value="false" />
+ <option name="DONT_REPORT_TRUE_ASSERT_STATEMENTS" value="false" />
+ </inspection_tool>
+ <inspection_tool class="EqualsBetweenInconvertibleTypes" level="WARNING" enabled="false" />
+ <inspection_tool class="ArrayEquals" level="WARNING" enabled="false" />
+ <inspection_tool class="EqualsWhichDoesntCheckParameterClass" level="WARNING" enabled="false" />
+ <inspection_tool class="ImplicitArrayToString" level="WARNING" enabled="false" />
+ <inspection_tool class="InfiniteRecursion" level="WARNING" enabled="false" />
+ <inspection_tool class="MalformedFormatString" level="WARNING" enabled="false" />
+ <inspection_tool class="MalformedRegex" level="WARNING" enabled="false" />
+ <inspection_tool class="MalformedXPath" level="WARNING" enabled="false" />
+ <inspection_tool class="MismatchedCollectionQueryUpdate" level="WARNING" enabled="false" />
+ <inspection_tool class="MismatchedArrayReadWrite" level="WARNING" enabled="false" />
+ <inspection_tool class="NullableProblems" level="WARNING" enabled="false">
+ <option name="REPORT_NULLABLE_METHOD_OVERRIDES_NOTNULL" value="true" />
+ <option name="REPORT_NOT_ANNOTATED_METHOD_OVERRIDES_NOTNULL" value="true" />
+ <option name="REPORT_NOTNULL_PARAMETER_OVERRIDES_NULLABLE" value="true" />
+ <option name="REPORT_NOT_ANNOTATED_PARAMETER_OVERRIDES_NOTNULL" value="true" />
+ <option name="REPORT_NOT_ANNOTATED_GETTER" value="true" />
+ <option name="REPORT_NOT_ANNOTATED_SETTER_PARAMETER" value="true" />
+ <option name="REPORT_ANNOTATION_NOT_PROPAGATED_TO_OVERRIDERS" value="true" />
+ </inspection_tool>
+ <inspection_tool class="NumberEquality" level="WARNING" enabled="false" />
+ <inspection_tool class="ObjectEqualsNull" level="WARNING" enabled="false" />
+ <inspection_tool class="ReflectionForUnavailableAnnotation" level="WARNING" enabled="false" />
+ <inspection_tool class="IgnoreResultOfCall" level="WARNING" enabled="false">
+ <option name="m_reportAllNonLibraryCalls" value="false" />
+ <option name="callCheckString" value="java.io.InputStream,read,java.io.InputStream,skip,java.lang.StringBuffer,toString,java.lang.StringBuilder,toString,java.lang.String,.*,java.math.BigInteger,.*,java.math.BigDecimal,.*,java.net.InetAddress,.*,java.io.File,.*,java.lang.Object,equals|hashCode" />
+ </inspection_tool>
+ <inspection_tool class="EmptyStatementBody" level="WARNING" enabled="false">
+ <option name="m_reportEmptyBlocks" value="false" />
+ </inspection_tool>
+ <inspection_tool class="StringEquality" level="WARNING" enabled="false" />
+ <inspection_tool class="NewStringBufferWithCharArgument" level="WARNING" enabled="false" />
+ <inspection_tool class="SuspiciousToArrayCall" level="WARNING" enabled="false" />
+ <inspection_tool class="SuspiciousSystemArraycopy" level="WARNING" enabled="false" />
+ <inspection_tool class="SuspiciousMethodCalls" level="WARNING" enabled="false">
+ <option name="REPORT_CONVERTIBLE_METHOD_CALLS" value="true" />
+ </inspection_tool>
+ <inspection_tool class="SuspiciousNameCombination" level="WARNING" enabled="false">
+ <group names="x,width,left,right" />
+ <group names="y,height,top,bottom" />
+ </inspection_tool>
+ <inspection_tool class="ThrowableInstanceNeverThrown" level="WARNING" enabled="false" />
+ <inspection_tool class="ThrowableResultOfMethodCallIgnored" level="WARNING" enabled="false" />
+ <inspection_tool class="UnusedAssignment" level="WARNING" enabled="false">
+ <option name="REPORT_PREFIX_EXPRESSIONS" value="false" />
+ <option name="REPORT_POSTFIX_EXPRESSIONS" value="true" />
+ <option name="REPORT_REDUNDANT_INITIALIZER" value="true" />
+ </inspection_tool>
+ <inspection_tool class="GroovyDivideByZero" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyInfiniteLoopStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyInfiniteRecursion" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyResultOfArrayAllocationIgnored" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyResultOfObjectAllocationIgnored" level="WARNING" enabled="false" />
+ <inspection_tool class="SecondUnsafeCall" level="WARNING" enabled="false" />
+ <inspection_tool class="InfiniteLoopJS" level="WARNING" enabled="false" />
+ <inspection_tool class="InfiniteRecursionJS" level="WARNING" enabled="false" />
+ <inspection_tool class="InconsistentResourceBundle" level="ERROR" enabled="false">
+ <option name="REPORT_MISSING_TRANSLATIONS" value="true" />
+ <option name="REPORT_INCONSISTENT_PROPERTIES" value="true" />
+ <option name="REPORT_DUPLICATED_PROPERTIES" value="true" />
+ </inspection_tool>
+ <inspection_tool class="UnusedMessageFormatParameter" level="WARNING" enabled="false" />
+ <inspection_tool class="AbstractBeanReferencesInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="AutowiredDependenciesInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="SpringJavaAutowiringInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringBeanConstructorArgInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="DuplicatedBeanNamesInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringInjectionValueConsistencyInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="InjectionValueTypeInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringBeanLookupMethodInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringReplacedMethodsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringRequiredAnnotationInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringRequiredPropertyInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringBeanAutowiringInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringBeanDepedencyCheckInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringFactoryMethodInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringBeanInstantiationInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringBeanNameConventionInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="SpringFacetInspection" level="WARNING" enabled="false">
+ <option name="checkTestFiles" value="false" />
+ </inspection_tool>
+ <inspection_tool class="SpringInjectionValueStyleInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="SpringJamErrorInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="SpringModelInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringScopesInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="UnparsedCustomBeanInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="UtilSchemaInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SynchronizeOnNonFinalField" level="WARNING" enabled="false" />
+ <inspection_tool class="SynchronizationOnLocalVariableOrMethodParameter" level="WARNING" enabled="false">
+ <option name="reportLocalVariables" value="true" />
+ <option name="reportMethodParameters" value="true" />
+ </inspection_tool>
+ <inspection_tool class="BoundFieldAssignment" level="WARNING" enabled="false" />
+ <inspection_tool class="OneButtonGroup" level="WARNING" enabled="false" />
+ <inspection_tool class="DuplicateMnemonic" level="WARNING" enabled="false" />
+ <inspection_tool class="MissingMnemonic" level="WARNING" enabled="false" />
+ <inspection_tool class="NoLabelFor" level="WARNING" enabled="false" />
+ <inspection_tool class="NoButtonGroup" level="WARNING" enabled="false" />
+ <inspection_tool class="NoScrollPane" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyMethodWithInconsistentReturns" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyUnreachableStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="VtlFileReferencesInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="VtlReferencesInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="VtlTypesInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="VtlInterpolationsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="RedundantArrayCreation" level="WARNING" enabled="false" />
+ <inspection_tool class="RedundantTypeArguments" level="WARNING" enabled="false" />
+ <inspection_tool class="RedundantCast" level="WARNING" enabled="false" />
+ <inspection_tool class="NoResourceMethodsFound" level="WARNING" enabled="false" />
+ <inspection_tool class="AnnotationHasWrongMIMEType" level="WARNING" enabled="false" />
+ <inspection_tool class="EmptyWebServiceClass" level="WARNING" enabled="false" />
+ <inspection_tool class="VoidMethodAnnotatedWithGET" level="WARNING" enabled="false" />
+ <inspection_tool class="OneWayWebMethod" level="ERROR" enabled="false" />
+ <inspection_tool class="ImplicitlyExposedWebServiceMethods" level="INFO" enabled="false" />
+ <inspection_tool class="NonJaxWsWebServices" level="WARNING" enabled="false" />
+ <inspection_tool class="AmbiguousPathAnnotation" level="WARNING" enabled="false" />
+ <inspection_tool class="ValidExternallyBoundObject" level="ERROR" enabled="false" />
+ <inspection_tool class="CheckXmlFileWithXercesValidator" level="ERROR" enabled="false" />
+ <inspection_tool class="XmlUnboundNsPrefix" level="WARNING" enabled="false" />
+ <inspection_tool class="CheckDtdRefs" level="ERROR" enabled="false" />
+ <inspection_tool class="XmlDuplicatedId" level="ERROR" enabled="false" />
+ <inspection_tool class="XmlWrongRootElement" level="ERROR" enabled="false" />
+ <inspection_tool class="CheckTagEmptyBody" level="WARNING" enabled="false" />
+ <inspection_tool class="CheckNodeTest" level="WARNING" enabled="false" />
+ <inspection_tool class="HardwiredNamespacePrefix" level="WARNING" enabled="false" />
+ <inspection_tool class="ImplicitTypeConversion" level="WARNING" enabled="false">
+ <option name="BITS" value="1720" />
+ <option name="FLAG_EXPLICIT_CONVERSION" value="true" />
+ <option name="IGNORE_NODESET_TO_BOOLEAN_VIA_STRING" value="true" />
+ </inspection_tool>
+ <inspection_tool class="RedundantTypeConversion" level="WARNING" enabled="false">
+ <option name="CHECK_ANY" value="true" />
+ </inspection_tool>
+ <inspection_tool class="IndexZeroUsage" level="WARNING" enabled="false" />
+ <inspection_tool class="XsltDeclarations" level="ERROR" enabled="false" />
+ <inspection_tool class="XsltTemplateInvocation" level="ERROR" enabled="false" />
+ <inspection_tool class="XsltUnusedDeclaration" level="WARNING" enabled="false" />
+ </profile>
+ </profiles>
+ <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" />
+ <option name="GENERATE_NO_WARNINGS" value="false" />
+ <option name="DEPRECATION" value="true" />
+ <option name="ADDITIONAL_OPTIONS_STRING" value="" />
+ <option name="MAXIMUM_HEAP_SIZE" value="128" />
+ </component>
+ <component name="JavadocGenerationManager">
+ <option name="OUTPUT_DIRECTORY" />
+ <option name="OPTION_SCOPE" value="protected" />
+ <option name="OPTION_HIERARCHY" value="true" />
+ <option name="OPTION_NAVIGATOR" value="true" />
+ <option name="OPTION_INDEX" value="true" />
+ <option name="OPTION_SEPARATE_INDEX" value="true" />
+ <option name="OPTION_DOCUMENT_TAG_USE" value="false" />
+ <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
+ <option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
+ <option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" />
+ <option name="OPTION_DEPRECATED_LIST" value="true" />
+ <option name="OTHER_OPTIONS" value="" />
+ <option name="HEAP_SIZE" />
+ <option name="LOCALE" />
+ <option name="OPEN_IN_BROWSER" value="true" />
+ </component>
+ <component name="JikesSettings">
+ <option name="JIKES_PATH" value="" />
+ <option name="DEBUGGING_INFO" value="true" />
+ <option name="DEPRECATION" value="true" />
+ <option name="GENERATE_NO_WARNINGS" value="false" />
+ <option name="IS_EMACS_ERRORS_MODE" value="true" />
+ <option name="ADDITIONAL_OPTIONS_STRING" value="" />
+ </component>
+ <component name="Palette2">
+ <group name="Swing">
+ <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
+ <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
+ </item>
+ <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
+ <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
+ </item>
+ <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
+ <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
+ </item>
+ <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
+ <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
+ </item>
+ <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
+ <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
+ <initial-values>
+ <property name="text" value="Button" />
+ </initial-values>
+ </item>
+ <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
+ <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
+ <initial-values>
+ <property name="text" value="RadioButton" />
+ </initial-values>
+ </item>
+ <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
+ <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
+ <initial-values>
+ <property name="text" value="CheckBox" />
+ </initial-values>
+ </item>
+ <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
+ <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
+ <initial-values>
+ <property name="text" value="Label" />
+ </initial-values>
+ </item>
+ <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
+ <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
+ <preferred-size width="150" height="-1" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
+ <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
+ <preferred-size width="150" height="-1" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
+ <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
+ <preferred-size width="150" height="-1" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
+ <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+ <preferred-size width="150" height="50" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
+ <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+ <preferred-size width="150" height="50" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
+ <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+ <preferred-size width="150" height="50" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
+ <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
+ </item>
+ <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
+ <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+ <preferred-size width="150" height="50" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
+ <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
+ <preferred-size width="150" height="50" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
+ <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+ <preferred-size width="150" height="50" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
+ <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
+ <preferred-size width="200" height="200" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
+ <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
+ <preferred-size width="200" height="200" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
+ <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
+ </item>
+ <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
+ <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
+ </item>
+ <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
+ <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
+ </item>
+ <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
+ <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
+ </item>
+ <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
+ <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
+ <preferred-size width="-1" height="20" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
+ <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
+ </item>
+ <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
+ <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
+ </item>
+ </group>
+ </component>
+ <component name="ProjectDetails">
+ <option name="projectName" value="Portal" />
+ </component>
+ <component name="ProjectFileVersion" converted="true" />
+ <component name="ProjectKey">
+ <option name="state" value="project:///home/sven/Dev/IdeaProjects/Portal/Portal.ipr" />
+ </component>
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/Grails-CMS.iml" filepath="$PROJECT_DIR$/Grails-CMS.iml" />
+ </modules>
+ </component>
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_5" assert-keyword="true" jdk-15="true" project-jdk-name="1.6" project-jdk-type="JavaSDK">
+ <output url="file://$PROJECT_DIR$/out" />
+ </component>
+ <component name="RmicSettings">
+ <option name="IS_EANABLED" value="false" />
+ <option name="DEBUGGING_INFO" value="true" />
+ <option name="GENERATE_NO_WARNINGS" value="false" />
+ <option name="GENERATE_IIOP_STUBS" value="false" />
+ <option name="ADDITIONAL_OPTIONS_STRING" value="" />
+ </component>
+ <component name="SvnBranchConfigurationManager">
+ <option name="myVersion" value="124" />
+ <option name="mySupportsUserInfoFilter" value="true" />
+ </component>
+ <component name="VcsDirectoryMappings">
+ <mapping directory="" vcs="Git" />
+ </component>
+ <component name="WebServicesPlugin" addRequiredLibraries="true" />
+</project>
+
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<project relativePaths="false" version="4">
+ <component name="ChangeListManager">
+ <list default="true" name="Default" comment="">
+ <change type="MOVED" beforePath="$PROJECT_DIR$/Portal.iml" afterPath="$PROJECT_DIR$/Grails-CMS.iml" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Portal.iws" afterPath="$PROJECT_DIR$/Portal.iws" />
+ </list>
+ <ignored path=".idea/workspace.xml" />
+ <ignored path="Portal.iws" />
+ </component>
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
+ <component name="Commander">
+ <leftPanel />
+ <rightPanel />
+ <splitter proportion="0.5" />
+ </component>
+ <component name="CreatePatchCommitExecutor">
+ <option name="PATCH_PATH" value="" />
+ <option name="REVERSE_PATCH" value="false" />
+ </component>
+ <component name="DaemonCodeAnalyzer">
+ <disable_hints />
+ </component>
+ <component name="DebuggerManager">
+ <breakpoint_any>
+ <breakpoint>
+ <option name="NOTIFY_CAUGHT" value="true" />
+ <option name="NOTIFY_UNCAUGHT" value="true" />
+ <option name="ENABLED" value="false" />
+ <option name="LOG_ENABLED" value="false" />
+ <option name="LOG_EXPRESSION_ENABLED" value="false" />
+ <option name="SUSPEND_POLICY" value="SuspendAll" />
+ <option name="COUNT_FILTER_ENABLED" value="false" />
+ <option name="COUNT_FILTER" value="0" />
+ <option name="CONDITION_ENABLED" value="false" />
+ <option name="CLASS_FILTERS_ENABLED" value="false" />
+ <option name="INSTANCE_FILTERS_ENABLED" value="false" />
+ <option name="CONDITION" value="" />
+ <option name="LOG_MESSAGE" value="" />
+ </breakpoint>
+ <breakpoint>
+ <option name="NOTIFY_CAUGHT" value="true" />
+ <option name="NOTIFY_UNCAUGHT" value="true" />
+ <option name="ENABLED" value="false" />
+ <option name="LOG_ENABLED" value="false" />
+ <option name="LOG_EXPRESSION_ENABLED" value="false" />
+ <option name="SUSPEND_POLICY" value="SuspendAll" />
+ <option name="COUNT_FILTER_ENABLED" value="false" />
+ <option name="COUNT_FILTER" value="0" />
+ <option name="CONDITION_ENABLED" value="false" />
+ <option name="CLASS_FILTERS_ENABLED" value="false" />
+ <option name="INSTANCE_FILTERS_ENABLED" value="false" />
+ <option name="CONDITION" value="" />
+ <option name="LOG_MESSAGE" value="" />
+ </breakpoint>
+ </breakpoint_any>
+ <breakpoint_rules />
+ <ui_properties />
+ </component>
+ <component name="FavoritesManager">
+ <favorites_list name="Portal" />
+ </component>
+ <component name="FileEditorManager">
+ <leaf>
+ <file leaf-file-name="display.gsp" pinned="false" current="false" current-in-tab="false">
+ <entry file="file://$PROJECT_DIR$/grails-app/views/page/display.gsp">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="5" column="18" selection-start="123" selection-end="123" vertical-scroll-proportion="0.0">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ </file>
+ <file leaf-file-name="grey.gsp" pinned="false" current="false" current-in-tab="false">
+ <entry file="file://$PROJECT_DIR$/grails-app/views/layouts/grey.gsp">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="17" column="30" selection-start="701" selection-end="701" vertical-scroll-proportion="0.0">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ </file>
+ <file leaf-file-name="PageController.groovy" pinned="false" current="false" current-in-tab="false">
+ <entry file="file://$PROJECT_DIR$/grails-app/controllers/PageController.groovy">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="113" column="71" selection-start="3183" selection-end="3183" vertical-scroll-proportion="0.0">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ </file>
+ <file leaf-file-name="display.gsp" pinned="false" current="false" current-in-tab="false">
+ <entry file="file://$PROJECT_DIR$/grails-app/views/news/display.gsp">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="9" column="0" selection-start="206" selection-end="206" vertical-scroll-proportion="0.0">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ </file>
+ <file leaf-file-name="screen.css" pinned="false" current="false" current-in-tab="false">
+ <entry file="file://$PROJECT_DIR$/web-app/css/grey/screen.css">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="11" column="33" selection-start="729" selection-end="729" vertical-scroll-proportion="0.0">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ </file>
+ <file leaf-file-name="NewsController.groovy" pinned="false" current="false" current-in-tab="false">
+ <entry file="file://$PROJECT_DIR$/grails-app/controllers/NewsController.groovy">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="13" column="27" selection-start="414" selection-end="414" vertical-scroll-proportion="-0.58064514">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ </file>
+ <file leaf-file-name="Page.groovy" pinned="false" current="false" current-in-tab="false">
+ <entry file="file://$PROJECT_DIR$/grails-app/domain/Page.groovy">
+ <provider editor-type-id="org.jetbrains.plugins.grails.perspectives.DomainClassesRelationsEditorProvider">
+ <state />
+ </provider>
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="65" column="27" selection-start="1166" selection-end="1166" vertical-scroll-proportion="-11.431373">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ </file>
+ <file leaf-file-name="BootStrap.groovy" pinned="false" current="true" current-in-tab="true">
+ <entry file="file://$PROJECT_DIR$/grails-app/conf/BootStrap.groovy">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="14" column="60" selection-start="643" selection-end="643" vertical-scroll-proportion="0.27308193">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ </file>
+ <file leaf-file-name="News.groovy" pinned="false" current="false" current-in-tab="false">
+ <entry file="file://$PROJECT_DIR$/grails-app/domain/News.groovy">
+ <provider editor-type-id="org.jetbrains.plugins.grails.perspectives.DomainClassesRelationsEditorProvider">
+ <state />
+ </provider>
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="0" column="6" selection-start="6" selection-end="6" vertical-scroll-proportion="0.0">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ </file>
+ </leaf>
+ </component>
+ <component name="FindManager">
+ <FindUsagesManager>
+ <setting name="OPEN_NEW_TAB" value="false" />
+ </FindUsagesManager>
+ </component>
+ <component name="HighlightingSettingsPerFile">
+ <setting file="file://$PROJECT_DIR$/grails-app/views/page/show.gsp" root0="FORCE_HIGHLIGHTING" root1="SKIP_INSPECTION" root2="SKIP_INSPECTION" />
+ <setting file="file://$PROJECT_DIR$/grails-app/conf/BootStrap.groovy" root0="SKIP_HIGHLIGHTING" />
+ </component>
+ <component name="MavenRunner">
+ <option name="jreName" value="#JAVA_INTERNAL" />
+ </component>
+ <component name="ModuleEditorState">
+ <option name="LAST_EDITED_MODULE_NAME" />
+ <option name="LAST_EDITED_TAB_NAME" />
+ </component>
+ <component name="ProjectLevelVcsManager">
+ <OptionsSetting value="true" id="Add" />
+ <OptionsSetting value="true" id="Remove" />
+ <OptionsSetting value="true" id="Checkout" />
+ <OptionsSetting value="true" id="Update" />
+ <OptionsSetting value="true" id="Status" />
+ <OptionsSetting value="true" id="Edit" />
+ <ConfirmationsSetting value="0" id="Add" />
+ <ConfirmationsSetting value="0" id="Remove" />
+ </component>
+ <component name="ProjectPane">
+ <subPane>
+ <PATH>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Portal" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Grails-CMS" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+ </PATH_ELEMENT>
+ </PATH>
+ <PATH>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Portal" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Grails-CMS" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Portal" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ </PATH>
+ <PATH>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Portal" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Grails-CMS" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Portal" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="web-app" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ </PATH>
+ <PATH>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Portal" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Grails-CMS" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Portal" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="src" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ </PATH>
+ </subPane>
+ </component>
+ <component name="ProjectReloadState">
+ <option name="STATE" value="0" />
+ </component>
+ <component name="ProjectView">
+ <navigator currentView="ProjectPane" proportions="0.5" version="1" splitterProportion="0.5">
+ <flattenPackages />
+ <showMembers />
+ <showModules />
+ <showLibraryContents />
+ <hideEmptyPackages />
+ <abbreviatePackageNames />
+ <showStructure ProjectPane="false" />
+ <autoscrollToSource />
+ <autoscrollFromSource />
+ <sortByType />
+ </navigator>
+ </component>
+ <component name="PropertiesComponent">
+ <property name="GoToFile.includeJavaFiles" value="false" />
+ <property name="project.structure.last.edited" value="Global Libraries" />
+ <property name="project.structure.proportion" value="0.15" />
+ <property name="options.splitter.main.proportions" value="0.3" />
+ <property name="RunManagerConfig.showSettingsBeforeRunnig" value="false" />
+ <property name="MemberChooser.sorted" value="false" />
+ <property name="options.lastSelected" value="preferences.keymap" />
+ <property name="project.structure.side.proportion" value="0.2" />
+ <property name="MemberChooser.copyJavadoc" value="false" />
+ <property name="GoToClass.toSaveIncludeLibraries" value="false" />
+ <property name="MemberChooser.showClasses" value="true" />
+ <property name="GoToClass.includeLibraries" value="false" />
+ <property name="options.searchVisible" value="true" />
+ <property name="options.splitter.details.proportions" value="0.2" />
+ <property name="dynamic.classpath" value="false" />
+ </component>
+ <component name="RunManager" selected="Grails Application.Portal">
+ <configuration default="true" type="Remote" factoryName="Remote">
+ <option name="USE_SOCKET_TRANSPORT" value="true" />
+ <option name="SERVER_MODE" value="false" />
+ <option name="SHMEM_ADDRESS" value="javadebug" />
+ <option name="HOST" value="localhost" />
+ <option name="PORT" value="5005" />
+ </configuration>
+ <configuration default="true" type="Applet" factoryName="Applet">
+ <module name="" />
+ <option name="MAIN_CLASS_NAME" />
+ <option name="HTML_FILE_NAME" />
+ <option name="HTML_USED" value="false" />
+ <option name="WIDTH" value="400" />
+ <option name="HEIGHT" value="300" />
+ <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
+ <option name="VM_PARAMETERS" />
+ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
+ <option name="ALTERNATIVE_JRE_PATH" />
+ </configuration>
+ <configuration default="true" type="Application" factoryName="Application" enabled="false" merge="false" runner="emma">
+ <option name="MAIN_CLASS_NAME" />
+ <option name="VM_PARAMETERS" />
+ <option name="PROGRAM_PARAMETERS" />
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
+ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
+ <option name="ALTERNATIVE_JRE_PATH" />
+ <option name="ENABLE_SWING_INSPECTOR" value="false" />
+ <option name="ENV_VARIABLES" />
+ <option name="PASS_PARENT_ENVS" value="true" />
+ <module name="" />
+ <envs />
+ </configuration>
+ <configuration default="true" type="GrailsRunConfigurationType" factoryName="Grails Application">
+ <module name="" />
+ <setting name="vmparams" value="" />
+ <setting name="grailsparams" value="" />
+ <setting name="hostik" value="localhost" />
+ <setting name="port" value="" />
+ <setting name="jndi" value="false" />
+ <setting name="recomp" value="false" />
+ <setting name="recompileFreq" value="" />
+ <setting name="launchBrowser" value="true" />
+ </configuration>
+ <configuration default="false" name="Portal" type="GrailsRunConfigurationType" factoryName="Grails Application">
+ <module name="Grails-CMS" />
+ <setting name="vmparams" value="" />
+ <setting name="grailsparams" value="" />
+ <setting name="hostik" value="localhost" />
+ <setting name="port" value="8180" />
+ <setting name="jndi" value="false" />
+ <setting name="recomp" value="false" />
+ <setting name="recompileFreq" value="3" />
+ <setting name="launchBrowser" value="true" />
+ <RunnerSettings RunnerId="Run" />
+ <ConfigurationWrapper RunnerId="Run" />
+ <method>
+ <option name="Make" value="false" />
+ </method>
+ </configuration>
+ <list size="1">
+ <item index="0" class="java.lang.String" itemvalue="Grails Application.Portal" />
+ </list>
+ <configuration default="true" type="JUnit" factoryName="JUnit" enabled="false" merge="false" runner="emma">
+ <module name="" />
+ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
+ <option name="ALTERNATIVE_JRE_PATH" />
+ <option name="PACKAGE_NAME" />
+ <option name="MAIN_CLASS_NAME" />
+ <option name="METHOD_NAME" />
+ <option name="TEST_OBJECT" value="class" />
+ <option name="VM_PARAMETERS" />
+ <option name="PARAMETERS" />
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
+ <option name="ENV_VARIABLES" />
+ <option name="PASS_PARENT_ENVS" value="true" />
+ <option name="ADDITIONAL_CLASS_PATH" />
+ <option name="TEST_SEARCH_SCOPE">
+ <value defaultName="moduleWithDependencies" />
+ </option>
+ <envs />
+ </configuration>
+ <configuration name="<template>" type="WebApp" default="true" selected="false">
+ <Host>localhost</Host>
+ <Port>5050</Port>
+ </configuration>
+ </component>
+ <component name="ShelveChangesManager" show_recycled="false" />
+ <component name="StructureViewFactory">
+ <option name="AUTOSCROLL_MODE" value="true" />
+ <option name="AUTOSCROLL_FROM_SOURCE" value="false" />
+ <option name="ACTIVE_ACTIONS" value="" />
+ </component>
+ <component name="SvnConfiguration">
+ <option name="USER" value="" />
+ <option name="PASSWORD" value="" />
+ <option name="LAST_MERGED_REVISION" />
+ <option name="UPDATE_RUN_STATUS" value="false" />
+ <option name="MERGE_DRY_RUN" value="false" />
+ <option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
+ <option name="UPDATE_LOCK_ON_DEMAND" value="false" />
+ <option name="IGNORE_SPACES_IN_MERGE" value="false" />
+ <configuration useDefault="true">/home/sven/.subversion</configuration>
+ <myIsUseDefaultProxy>false</myIsUseDefaultProxy>
+ </component>
+ <component name="TodoView" selected-index="0">
+ <todo-panel id="selected-file">
+ <are-packages-shown value="false" />
+ <are-modules-shown value="false" />
+ <flatten-packages value="false" />
+ <is-autoscroll-to-source value="true" />
+ </todo-panel>
+ <todo-panel id="all">
+ <are-packages-shown value="true" />
+ <are-modules-shown value="false" />
+ <flatten-packages value="false" />
+ <is-autoscroll-to-source value="true" />
+ </todo-panel>
+ <todo-panel id="default-changelist">
+ <are-packages-shown value="false" />
+ <are-modules-shown value="false" />
+ <flatten-packages value="false" />
+ <is-autoscroll-to-source value="false" />
+ </todo-panel>
+ </component>
+ <component name="ToolWindowManager">
+ <frame x="-5" y="43" width="1690" height="978" extended-state="6" />
+ <editor active="false" />
+ <layout>
+ <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" />
+ <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" />
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" />
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" />
+ <window_info id="Dataflow to this" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" />
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32971016" sideWeight="0.5" order="7" side_tool="false" />
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" />
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32971016" sideWeight="0.5" order="6" side_tool="false" />
+ <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" />
+ <window_info id="Dependency Viewer" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" />
+ <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.28321257" sideWeight="0.0" order="0" side_tool="false" />
+ <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" />
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33655006" sideWeight="0.5" order="2" side_tool="false" />
+ <window_info id="Data Sources" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" />
+ <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" />
+ <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" />
+ <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" />
+ <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" />
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" />
+ <window_info id="Grails" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32850242" sideWeight="0.0" order="7" side_tool="false" />
+ <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" />
+ </layout>
+ </component>
+ <component name="VcsManagerConfiguration">
+ <option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
+ <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
+ <option name="PERFORM_UPDATE_IN_BACKGROUND" value="false" />
+ <option name="PERFORM_COMMIT_IN_BACKGROUND" value="false" />
+ <option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
+ <option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
+ <option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
+ <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
+ <option name="LAST_COMMIT_MESSAGE" value="added news " />
+ <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
+ <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
+ <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
+ <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
+ <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
+ <option name="ACTIVE_VCS_NAME" />
+ <option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
+ <option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
+ <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
+ <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
+ <MESSAGE value="add name to configuration" />
+ <MESSAGE value="add name to configuration " />
+ <MESSAGE value="add unique name to configuration " />
+ <MESSAGE value="added auto timestamp" />
+ <MESSAGE value="explainable version" />
+ <MESSAGE value="added news " />
+ </component>
+ <component name="XDebuggerManager">
+ <breakpoint-manager />
+ </component>
+ <component name="XPathView.XPathProjectComponent">
+ <history />
+ <find-history />
+ </component>
+ <component name="antWorkspaceConfiguration">
+ <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
+ <option name="FILTER_TARGETS" value="false" />
+ </component>
+ <component name="editorHistoryManager">
+ <entry file="file://$PROJECT_DIR$/grails-app/domain/PortalConfiguration.groovy">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="8" column="21" selection-start="135" selection-end="135" vertical-scroll-proportion="-2.3529413">
+ <folding />
+ </state>
+ </provider>
+ <provider editor-type-id="org.jetbrains.plugins.grails.perspectives.DomainClassesRelationsEditorProvider">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/views/page/show.gsp">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="44" column="20" selection-start="1866" selection-end="1866" vertical-scroll-proportion="-1.5283018">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/views/page/list.gsp">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="1" column="48" selection-start="1" selection-end="1" vertical-scroll-proportion="-0.28301886">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/views/index.gsp">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="13" column="0" selection-start="320" selection-end="320" vertical-scroll-proportion="-8.863636">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/domain/Attachment.groovy">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="0" column="6" selection-start="6" selection-end="6" vertical-scroll-proportion="-0.0">
+ <folding />
+ </state>
+ </provider>
+ <provider editor-type-id="org.jetbrains.plugins.grails.perspectives.DomainClassesRelationsEditorProvider">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/conf/Config.groovy">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="-0.5232558">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ <entry file="jar:///home/sven/Software/grails-1.1/lib/gant_groovy1.6-1.6.0.jar!/gant/Gant.class">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="104" column="0" selection-start="4439" selection-end="4439" vertical-scroll-proportion="0.0">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/views/page/display.gsp">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="5" column="18" selection-start="123" selection-end="123" vertical-scroll-proportion="0.0">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/views/layouts/grey.gsp">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="17" column="30" selection-start="701" selection-end="701" vertical-scroll-proportion="0.0">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/controllers/PageController.groovy">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="113" column="71" selection-start="3183" selection-end="3183" vertical-scroll-proportion="0.0">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/views/news/display.gsp">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="9" column="0" selection-start="206" selection-end="206" vertical-scroll-proportion="0.0">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/web-app/css/grey/screen.css">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="11" column="33" selection-start="729" selection-end="729" vertical-scroll-proportion="0.0">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/domain/Page.groovy">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="65" column="27" selection-start="1166" selection-end="1166" vertical-scroll-proportion="-11.431373">
+ <folding />
+ </state>
+ </provider>
+ <provider editor-type-id="org.jetbrains.plugins.grails.perspectives.DomainClassesRelationsEditorProvider">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/domain/News.groovy">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="0" column="6" selection-start="6" selection-end="6" vertical-scroll-proportion="-0.0">
+ <folding />
+ </state>
+ </provider>
+ <provider editor-type-id="org.jetbrains.plugins.grails.perspectives.DomainClassesRelationsEditorProvider">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/controllers/NewsController.groovy">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="13" column="27" selection-start="414" selection-end="414" vertical-scroll-proportion="-0.58064514">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/grails-app/conf/BootStrap.groovy">
+ <provider selected="true" editor-type-id="text-editor">
+ <state line="14" column="60" selection-start="643" selection-end="643" vertical-scroll-proportion="0.27308193">
+ <folding />
+ </state>
+ </provider>
+ </entry>
+ </component>
+ <component name="masterDetails">
+ <option name="states">
+ <map>
+ <entry key="Copyright.UI">
+ <value>
+ <UIState>
+ <option name="proportions">
+ <SplitterProportionsDataImpl />
+ </option>
+ </UIState>
+ </value>
+ </entry>
+ <entry key="Errors.UI">
+ <value>
+ <UIState>
+ <option name="proportions">
+ <SplitterProportionsDataImpl>
+ <option name="proportions">
+ <list>
+ <option value="0.2" />
+ </list>
+ </option>
+ </SplitterProportionsDataImpl>
+ </option>
+ <option name="lastEditedConfigurable" value="NoInspections|Project Profiles" />
+ </UIState>
+ </value>
+ </entry>
+ <entry key="ProjectJDKs.UI">
+ <value>
+ <UIState>
+ <option name="proportions">
+ <SplitterProportionsDataImpl>
+ <option name="proportions">
+ <list>
+ <option value="0.2" />
+ </list>
+ </option>
+ </SplitterProportionsDataImpl>
+ </option>
+ <option name="lastEditedConfigurable" value="1.6" />
+ </UIState>
+ </value>
+ </entry>
+ <entry key="ScopeChooserConfigurable.UI">
+ <value>
+ <UIState>
+ <option name="proportions">
+ <SplitterProportionsDataImpl />
+ </option>
+ </UIState>
+ </value>
+ </entry>
+ </map>
+ </option>
+ <option name="myStates">
+ <map>
+ <entry key="Copyright.UI">
+ <value>
+ <UIState>
+ <option name="proportions">
+ <SplitterProportionsDataImpl />
+ </option>
+ </UIState>
+ </value>
+ </entry>
+ <entry key="Errors.UI">
+ <value>
+ <UIState>
+ <option name="proportions">
+ <SplitterProportionsDataImpl>
+ <option name="proportions">
+ <list>
+ <option value="0.2" />
+ </list>
+ </option>
+ </SplitterProportionsDataImpl>
+ </option>
+ <option name="lastEditedConfigurable" value="NoInspections|Project Profiles" />
+ </UIState>
+ </value>
+ </entry>
+ <entry key="ProjectJDKs.UI">
+ <value>
+ <UIState>
+ <option name="proportions">
+ <SplitterProportionsDataImpl>
+ <option name="proportions">
+ <list>
+ <option value="0.2" />
+ </list>
+ </option>
+ </SplitterProportionsDataImpl>
+ </option>
+ <option name="lastEditedConfigurable" value="1.6" />
+ </UIState>
+ </value>
+ </entry>
+ <entry key="ScopeChooserConfigurable.UI">
+ <value>
+ <UIState>
+ <option name="proportions">
+ <SplitterProportionsDataImpl />
+ </option>
+ </UIState>
+ </value>
+ </entry>
+ </map>
+ </option>
+ </component>
+</project>
+