litesoft
Diff Revisions
793
vs
969
for /trunk/GWT_Sandbox/MultiModule/MultiModule.ipr
|
@@ -1,8 +1,5 @@ |
1 |
1 |
|
<?xml version="1.0" encoding="UTF-8"?> |
2 |
2 |
|
<project version="4"> |
3 |
|
- |
<component name="AntConfiguration"> |
4 |
|
- |
<defaultAnt bundledAnt="true" /> |
5 |
|
- |
</component> |
6 |
3 |
|
<component name="CompilerConfiguration"> |
7 |
4 |
|
<option name="DEFAULT_COMPILER" value="Javac" /> |
8 |
5 |
|
<resourceExtensions /> |
|
@@ -18,11 +15,13 @@ |
18 |
15 |
|
<entry name="?*.tld" /> |
19 |
16 |
|
<entry name="?*.ftl" /> |
20 |
17 |
|
</wildcardResourcePatterns> |
21 |
|
- |
<annotationProcessing enabled="false" useClasspath="true" /> |
22 |
|
- |
</component> |
23 |
|
- |
<component name="CopyrightManager" default=""> |
24 |
|
- |
<module2copyright /> |
|
18 |
+ |
<annotationProcessing> |
|
19 |
+ |
<profile default="true" name="Default" enabled="false"> |
|
20 |
+ |
<processorPath useClasspath="true" /> |
|
21 |
+ |
</profile> |
|
22 |
+ |
</annotationProcessing> |
25 |
23 |
|
</component> |
|
24 |
+ |
<component name="CopyrightManager" default="" /> |
26 |
25 |
|
<component name="DependencyValidationManager"> |
27 |
26 |
|
<option name="SKIP_IMPORT_STATEMENTS" value="false" /> |
28 |
27 |
|
</component> |
|
@@ -77,6 +76,7 @@ |
77 |
76 |
|
<inspection_tool class="JavadocReference" enabled="false" level="ERROR" enabled_by_default="false" /> |
78 |
77 |
|
<inspection_tool class="MissingOverrideAnnotation" enabled="true" level="ERROR" enabled_by_default="true"> |
79 |
78 |
|
<option name="ignoreObjectMethods" value="true" /> |
|
79 |
+ |
<option name="ignoreAnonymousClassMethods" value="false" /> |
80 |
80 |
|
</inspection_tool> |
81 |
81 |
|
<inspection_tool class="NonJREEmulationClassesInClientCode" enabled="true" level="INFO" enabled_by_default="true" /> |
82 |
82 |
|
<inspection_tool class="NonSerializableServiceParameters" enabled="false" level="ERROR" enabled_by_default="false" /> |
|
@@ -258,7 +258,7 @@ |
258 |
258 |
|
<modules> |
259 |
259 |
|
<module fileurl="file://$PROJECT_DIR$/main/MultiModuleMain.iml" filepath="$PROJECT_DIR$/main/MultiModuleMain.iml" /> |
260 |
260 |
|
<module fileurl="file://$PROJECT_DIR$/anywhere/anywhere.iml" filepath="$PROJECT_DIR$/anywhere/anywhere.iml" /> |
261 |
|
- |
<module fileurl="file://$PROJECT_DIR$/common/common.iml" filepath="$PROJECT_DIR$/common/common.iml" /> |
|
261 |
+ |
<module fileurl="file://$PROJECT_DIR$/common/commonMM.iml" filepath="$PROJECT_DIR$/common/commonMM.iml" /> |
262 |
262 |
|
<module fileurl="file://$PROJECT_DIR$/foundation/foundation.iml" filepath="$PROJECT_DIR$/foundation/foundation.iml" /> |
263 |
263 |
|
<module fileurl="file://$PROJECT_DIR$/groupBack/groupBack.iml" filepath="$PROJECT_DIR$/groupBack/groupBack.iml" /> |
264 |
264 |
|
<module fileurl="file://$PROJECT_DIR$/groupFront/groupFront.iml" filepath="$PROJECT_DIR$/groupFront/groupFront.iml" /> |
|
@@ -267,7 +267,7 @@ |
267 |
267 |
|
<component name="ProjectResources"> |
268 |
268 |
|
<default-html-doctype>http://www.w3.org/1999/xhtml</default-html-doctype> |
269 |
269 |
|
</component> |
270 |
|
- |
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.6" project-jdk-type="JavaSDK"> |
|
270 |
+ |
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.7" project-jdk-type="JavaSDK"> |
271 |
271 |
|
<output url="file://$PROJECT_DIR$/out" /> |
272 |
272 |
|
</component> |
273 |
273 |
|
<component name="SvnBranchConfigurationManager"> |
|
@@ -276,6 +276,7 @@ |
276 |
276 |
|
<component name="VcsDirectoryMappings"> |
277 |
277 |
|
<mapping directory="" vcs="" /> |
278 |
278 |
|
<mapping directory="$PROJECT_DIR$/anywhere" vcs="svn" /> |
|
279 |
+ |
<mapping directory="$PROJECT_DIR$/common" vcs="svn" /> |
279 |
280 |
|
<mapping directory="$PROJECT_DIR$/foundation" vcs="svn" /> |
280 |
281 |
|
</component> |
281 |
282 |
|
<component name="WebServicesPlugin" addRequiredLibraries="true" /> |