From: <ls...@us...> - 2007-10-17 18:38:16
|
Revision: 3558 http://jnode.svn.sourceforge.net/jnode/?rev=3558&view=rev Author: lsantha Date: 2007-10-17 11:38:12 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Fixed Intellij Idea project modules. Modified Paths: -------------- trunk/fs/fs.iml trunk/net/net.iml Modified: trunk/fs/fs.iml =================================================================== --- trunk/fs/fs.iml 2007-10-17 18:30:15 UTC (rev 3557) +++ trunk/fs/fs.iml 2007-10-17 18:38:12 UTC (rev 3558) @@ -15,6 +15,15 @@ <orderEntry type="module" module-name="core" /> <orderEntry type="library" name="core" level="project" /> <orderEntry type="module" module-name="shell" /> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../net/lib/oncrpc.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> <orderEntryProperties /> </component> </module> Modified: trunk/net/net.iml =================================================================== --- trunk/net/net.iml 2007-10-17 18:30:15 UTC (rev 3557) +++ trunk/net/net.iml 2007-10-17 18:38:12 UTC (rev 3558) @@ -17,7 +17,7 @@ <orderEntry type="module-library"> <library> <CLASSES> - <root url="jar://$MODULE_DIR$/lib/dnsjava-1.5.0.jar!/" /> + <root url="jar://$MODULE_DIR$/lib/jsch-0.1.24.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> @@ -26,7 +26,7 @@ <orderEntry type="module-library"> <library> <CLASSES> - <root url="jar://$MODULE_DIR$/lib/jsch-0.1.24.jar!/" /> + <root url="jar://$MODULE_DIR$/lib/oncrpc.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> @@ -35,12 +35,13 @@ <orderEntry type="module-library"> <library> <CLASSES> - <root url="jar://$MODULE_DIR$/lib/commons-net-1.1.0.jar!/" /> + <root url="jar://$MODULE_DIR$/lib/dnsjava-2.0.3.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> </library> </orderEntry> + <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. |