Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 68 for /trunk/Java/FileTransferServlet/FileTransferServlet.iml

Diff revisions: vs.
  @@ -4,60 +4,12 @@
4 4 <facet type="web" name="Web">
5 5 <configuration>
6 6 <descriptors>
7 - <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/web/WEB-INF/web.xml" optional="false" version="2.5" />
7 + <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/web/WEB-INF/web.xml" />
8 8 </descriptors>
9 9 <webroots>
10 10 <root url="file://$MODULE_DIR$/web" relative="/" />
11 11 </webroots>
12 - <building>
13 - <setting name="EXPLODED_URL" value="file://$MODULE_DIR$/out/exploded/FileTransferServletWeb" />
14 - <setting name="EXPLODED_ENABLED" value="true" />
15 - <setting name="JAR_URL" value="file://$MODULE_DIR$/FileTransferServlet.war" />
16 - <setting name="JAR_ENABLED" value="true" />
17 - <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true" />
18 - </building>
19 - <packaging>
20 - <containerElement type="module" name="FileTransferServlet">
21 - <attribute name="method" value="1" />
22 - <attribute name="URI" value="/WEB-INF/classes" />
23 - </containerElement>
24 - <containerElement type="library" name="CommonsUpload" level="module">
25 - <attribute name="method" value="1" />
26 - <attribute name="URI" value="/WEB-INF/lib" />
27 - </containerElement>
28 - <containerElement type="library" name="JUnit" level="project">
29 - <attribute name="method" value="1" />
30 - <attribute name="URI" value="/WEB-INF/lib" />
31 - </containerElement>
32 - <containerElement type="library" name="JUnit3.8" level="module">
33 - <attribute name="method" value="1" />
34 - <attribute name="URI" value="/WEB-INF/lib" />
35 - </containerElement>
36 - <containerElement type="library" name="LiteSoftDeprecated" level="project">
37 - <attribute name="method" value="1" />
38 - <attribute name="URI" value="/WEB-INF/lib" />
39 - </containerElement>
40 - <containerElement type="library" name="LiteSoftLogger" level="module">
41 - <attribute name="method" value="1" />
42 - <attribute name="URI" value="/WEB-INF/lib" />
43 - </containerElement>
44 - <containerElement type="library" name="RPCpassable" level="project">
45 - <attribute name="method" value="1" />
46 - <attribute name="URI" value="/WEB-INF/lib" />
47 - </containerElement>
48 - <containerElement type="library" name="Source" level="module">
49 - <attribute name="method" value="1" />
50 - <attribute name="URI" value="/WEB-INF/classes" />
51 - </containerElement>
52 - <containerElement type="module" name="LiteSoftAnywhere">
53 - <attribute name="method" value="1" />
54 - <attribute name="URI" value="/WEB-INF/classes" />
55 - </containerElement>
56 - <containerElement type="module" name="LiteSoftServer">
57 - <attribute name="method" value="1" />
58 - <attribute name="URI" value="/WEB-INF/classes" />
59 - </containerElement>
60 - </packaging>
12 + <context-artifact name="FileTransferServlet:Web exploded" />
61 13 </configuration>
62 14 </facet>
63 15 </component>
  @@ -68,39 +20,11 @@
68 20 </content>
69 21 <orderEntry type="inheritedJdk" />
70 22 <orderEntry type="sourceFolder" forTests="false" />
71 - <orderEntry type="module-library">
72 - <library>
73 - <CLASSES>
74 - <root url="jar://$APPLICATION_HOME_DIR$/lib/javaee.jar!/" />
75 - </CLASSES>
76 - <JAVADOC />
77 - <SOURCES />
78 - </library>
79 - </orderEntry>
80 - <orderEntry type="module-library">
81 - <library name="LiteSoftLogger">
82 - <CLASSES>
83 - <root url="jar://$MODULE_DIR$/../LiteSoft/logger/LiteSoftLogger.jar!/" />
84 - </CLASSES>
85 - <JAVADOC />
86 - <SOURCES>
87 - <root url="jar://$MODULE_DIR$/../LiteSoft/logger/LiteSoftLogger.jar!/" />
88 - </SOURCES>
89 - </library>
90 - </orderEntry>
91 - <orderEntry type="module-library">
92 - <library name="JUnit3.8">
93 - <CLASSES>
94 - <root url="jar://$MODULE_DIR$/../ForeignPackages/junit3.8.2.jar!/" />
95 - </CLASSES>
96 - <JAVADOC />
97 - <SOURCES>
98 - <root url="jar://$MODULE_DIR$/../ForeignPackages/junit-3.8.2-src.jar!/" />
99 - </SOURCES>
100 - </library>
101 - </orderEntry>
102 23 <orderEntry type="module" module-name="LiteSoftAnywhere" />
103 24 <orderEntry type="module" module-name="LiteSoftServer" />
25 + <orderEntry type="library" name="Servlet" level="application" />
26 + <orderEntry type="library" name="JUnit" level="application" />
27 + <orderEntry type="library" name="LiteSoftLogger" level="project" />
104 28 </component>
105 29 </module>
106 30