litesoft
Diff Revisions
589
vs
601
for /trunk/GWT_Sandbox/FormEngine/FormEngine.iml
|
@@ -1,24 +1,5 @@ |
1 |
1 |
|
<?xml version="1.0" encoding="UTF-8"?> |
2 |
2 |
|
<module type="JAVA_MODULE" version="4"> |
3 |
|
- |
<component name="FacetManager"> |
4 |
|
- |
<facet type="gwt" name="GWT"> |
5 |
|
- |
<configuration> |
6 |
|
- |
<setting name="gwtSdkUrl" value="file://$MODULE_DIR$/../../../zGlobal/GWT/gwt-2.4.0" /> |
7 |
|
- |
<setting name="webFacet" value="Web" /> |
8 |
|
- |
</configuration> |
9 |
|
- |
</facet> |
10 |
|
- |
<facet type="web" name="Web"> |
11 |
|
- |
<configuration> |
12 |
|
- |
<descriptors> |
13 |
|
- |
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/war/WEB-INF/web.xml" /> |
14 |
|
- |
</descriptors> |
15 |
|
- |
<webroots> |
16 |
|
- |
<root url="file://$MODULE_DIR$/war" relative="/" /> |
17 |
|
- |
</webroots> |
18 |
|
- |
<sourceRoots /> |
19 |
|
- |
</configuration> |
20 |
|
- |
</facet> |
21 |
|
- |
</component> |
22 |
3 |
|
<component name="NewModuleRootManager" inherit-compiler-output="true"> |
23 |
4 |
|
<exclude-output /> |
24 |
5 |
|
<content url="file://$MODULE_DIR$"> |
|
@@ -26,7 +7,44 @@ |
26 |
7 |
|
</content> |
27 |
8 |
|
<orderEntry type="inheritedJdk" /> |
28 |
9 |
|
<orderEntry type="sourceFolder" forTests="false" /> |
|
10 |
+ |
<orderEntry type="module-library"> |
|
11 |
+ |
<library name="Source"> |
|
12 |
+ |
<CLASSES> |
|
13 |
+ |
<root url="file://$MODULE_DIR$/src" /> |
|
14 |
+ |
</CLASSES> |
|
15 |
+ |
<JAVADOC /> |
|
16 |
+ |
<SOURCES /> |
|
17 |
+ |
</library> |
|
18 |
+ |
</orderEntry> |
|
19 |
+ |
<orderEntry type="module-library"> |
|
20 |
+ |
<library name="WarDir"> |
|
21 |
+ |
<CLASSES> |
|
22 |
+ |
<root url="file://$MODULE_DIR$/war" /> |
|
23 |
+ |
</CLASSES> |
|
24 |
+ |
<JAVADOC /> |
|
25 |
+ |
<SOURCES /> |
|
26 |
+ |
</library> |
|
27 |
+ |
</orderEntry> |
|
28 |
+ |
<orderEntry type="module-library"> |
|
29 |
+ |
<library name="WarResources"> |
|
30 |
+ |
<CLASSES> |
|
31 |
+ |
<root url="file://$MODULE_DIR$/warResources" /> |
|
32 |
+ |
</CLASSES> |
|
33 |
+ |
<JAVADOC /> |
|
34 |
+ |
<SOURCES /> |
|
35 |
+ |
</library> |
|
36 |
+ |
</orderEntry> |
|
37 |
+ |
<orderEntry type="library" name="GWT_dev" level="application" /> |
29 |
38 |
|
<orderEntry type="library" name="GWT_user" level="application" /> |
|
39 |
+ |
<orderEntry type="module-library"> |
|
40 |
+ |
<library> |
|
41 |
+ |
<CLASSES> |
|
42 |
+ |
<root url="jar://$MODULE_DIR$/../../Java/VersionedStaticContentFilter/VersionedStaticContentFilter.jar!/" /> |
|
43 |
+ |
</CLASSES> |
|
44 |
+ |
<JAVADOC /> |
|
45 |
+ |
<SOURCES /> |
|
46 |
+ |
</library> |
|
47 |
+ |
</orderEntry> |
30 |
48 |
|
</component> |
31 |
49 |
|
</module> |
32 |
50 |
|
|