From: <ls...@us...> - 2007-08-04 09:31:08
|
Revision: 3377 http://jnode.svn.sourceforge.net/jnode/?rev=3377&view=rev Author: lsantha Date: 2007-08-04 02:31:03 -0700 (Sat, 04 Aug 2007) Log Message: ----------- Updated Intellij IDEA module files. Modified Paths: -------------- trunk/all/all.iml trunk/builder/builder.iml trunk/core/core.iml trunk/distr/distr.iml trunk/fs/fs.iml trunk/gui/gui.iml trunk/jnode.iml trunk/net/net.iml trunk/shell/shell.iml trunk/textui/textui.iml Modified: trunk/all/all.iml =================================================================== --- trunk/all/all.iml 2007-08-02 20:12:03 UTC (rev 3376) +++ trunk/all/all.iml 2007-08-04 09:31:03 UTC (rev 3377) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="JAVA_MODULE"> <component name="ModuleRootManager" /> - <component name="NewModuleRootManager"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> <output url="file://$MODULE_DIR$/classes" /> <exclude-output /> <exclude-exploded /> Modified: trunk/builder/builder.iml =================================================================== --- trunk/builder/builder.iml 2007-08-02 20:12:03 UTC (rev 3376) +++ trunk/builder/builder.iml 2007-08-04 09:31:03 UTC (rev 3377) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="JAVA_MODULE"> <component name="ModuleRootManager" /> - <component name="NewModuleRootManager"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> <output url="file://$MODULE_DIR$/classes" /> <exclude-output /> <exclude-exploded /> Modified: trunk/core/core.iml =================================================================== --- trunk/core/core.iml 2007-08-02 20:12:03 UTC (rev 3376) +++ trunk/core/core.iml 2007-08-04 09:31:03 UTC (rev 3377) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="JAVA_MODULE"> <component name="ModuleRootManager" /> - <component name="NewModuleRootManager"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> <output url="file://$MODULE_DIR$/classes" /> <exclude-output /> <exclude-exploded /> Modified: trunk/distr/distr.iml =================================================================== --- trunk/distr/distr.iml 2007-08-02 20:12:03 UTC (rev 3376) +++ trunk/distr/distr.iml 2007-08-04 09:31:03 UTC (rev 3377) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="JAVA_MODULE"> <component name="ModuleRootManager" /> - <component name="NewModuleRootManager"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> <output url="file://$MODULE_DIR$/classes" /> <exclude-output /> <exclude-exploded /> Modified: trunk/fs/fs.iml =================================================================== --- trunk/fs/fs.iml 2007-08-02 20:12:03 UTC (rev 3376) +++ trunk/fs/fs.iml 2007-08-04 09:31:03 UTC (rev 3377) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="JAVA_MODULE"> <component name="ModuleRootManager" /> - <component name="NewModuleRootManager"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> <output url="file://$MODULE_DIR$/classes" /> <exclude-output /> <exclude-exploded /> @@ -14,6 +14,7 @@ <orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="module" module-name="core" /> <orderEntry type="library" name="core" level="project" /> + <orderEntry type="module" module-name="shell" /> <orderEntryProperties /> </component> </module> Modified: trunk/gui/gui.iml =================================================================== --- trunk/gui/gui.iml 2007-08-02 20:12:03 UTC (rev 3376) +++ trunk/gui/gui.iml 2007-08-04 09:31:03 UTC (rev 3377) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="JAVA_MODULE"> <component name="ModuleRootManager" /> - <component name="NewModuleRootManager"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> <output url="file://$MODULE_DIR$/classes" /> <exclude-output /> <exclude-exploded /> Modified: trunk/jnode.iml =================================================================== --- trunk/jnode.iml 2007-08-02 20:12:03 UTC (rev 3376) +++ trunk/jnode.iml 2007-08-04 09:31:03 UTC (rev 3377) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="JAVA_MODULE"> <component name="ModuleRootManager" /> - <component name="NewModuleRootManager"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> <output url="file://$MODULE_DIR$/classes" /> <exclude-output /> <exclude-exploded /> Modified: trunk/net/net.iml =================================================================== --- trunk/net/net.iml 2007-08-02 20:12:03 UTC (rev 3376) +++ trunk/net/net.iml 2007-08-04 09:31:03 UTC (rev 3377) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="JAVA_MODULE"> <component name="ModuleRootManager" /> - <component name="NewModuleRootManager"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> <output url="file://$MODULE_DIR$/classes" /> <exclude-output /> <exclude-exploded /> Modified: trunk/shell/shell.iml =================================================================== --- trunk/shell/shell.iml 2007-08-02 20:12:03 UTC (rev 3376) +++ trunk/shell/shell.iml 2007-08-04 09:31:03 UTC (rev 3377) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="JAVA_MODULE"> <component name="ModuleRootManager" /> - <component name="NewModuleRootManager"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> <output url="file://$MODULE_DIR$/classes" /> <exclude-output /> <exclude-exploded /> Modified: trunk/textui/textui.iml =================================================================== --- trunk/textui/textui.iml 2007-08-02 20:12:03 UTC (rev 3376) +++ trunk/textui/textui.iml 2007-08-04 09:31:03 UTC (rev 3377) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="JAVA_MODULE"> <component name="ModuleRootManager" /> - <component name="NewModuleRootManager"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> <output url="file://$MODULE_DIR$/classes" /> <exclude-output /> <exclude-exploded /> @@ -10,6 +10,8 @@ </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="module" module-name="core" /> + <orderEntry type="module" module-name="shell" /> <orderEntryProperties /> </component> </module> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |