From: <chr...@us...> - 2007-01-20 22:35:13
|
Revision: 1645 http://svn.sourceforge.net/gridarta/?rev=1645&view=rev Author: christianhujer Date: 2007-01-20 14:35:10 -0800 (Sat, 20 Jan 2007) Log Message: ----------- Fixed dependencies. Modified Paths: -------------- trunk/crossfire/crossfire.iml trunk/daimonin/daimonin.iml trunk/gridarta.iml trunk/textedit.iml Modified: trunk/crossfire/crossfire.iml =================================================================== --- trunk/crossfire/crossfire.iml 2007-01-20 22:34:49 UTC (rev 1644) +++ trunk/crossfire/crossfire.iml 2007-01-20 22:35:10 UTC (rev 1645) @@ -70,6 +70,7 @@ <orderEntry type="library" name="japi-lib-swing-prefs-0.1" level="project" /> <orderEntry type="library" name="japi-lib-swing-extlib-0.1" level="project" /> <orderEntry type="library" name="japi-lib-swing-about-0.1" level="project" /> + <orderEntry type="module" module-name="textedit" /> <orderEntryProperties /> </component> <component name="copyright"> Modified: trunk/daimonin/daimonin.iml =================================================================== --- trunk/daimonin/daimonin.iml 2007-01-20 22:34:49 UTC (rev 1644) +++ trunk/daimonin/daimonin.iml 2007-01-20 22:35:10 UTC (rev 1645) @@ -34,6 +34,7 @@ <orderEntry type="library" name="japi-lib-swing-tod-0.1" level="project" /> <orderEntry type="library" name="japi-lib-swing-extlib-0.1" level="project" /> <orderEntry type="library" name="japi-lib-swing-about-0.1" level="project" /> + <orderEntry type="module" module-name="textedit" /> <orderEntryProperties /> </component> <component name="copyright"> Modified: trunk/gridarta.iml =================================================================== --- trunk/gridarta.iml 2007-01-20 22:34:49 UTC (rev 1644) +++ trunk/gridarta.iml 2007-01-20 22:35:10 UTC (rev 1645) @@ -11,6 +11,7 @@ <excludeFolder url="file://$MODULE_DIR$/crossfire" /> <excludeFolder url="file://$MODULE_DIR$/daimonin" /> <excludeFolder url="file://$MODULE_DIR$/dest" /> + <excludeFolder url="file://$MODULE_DIR$/src/app/net/sf/gridarta/textedit" /> <excludeFolder url="file://$MODULE_DIR$/src/doc" /> </content> <orderEntry type="inheritedJdk" /> Modified: trunk/textedit.iml =================================================================== --- trunk/textedit.iml 2007-01-20 22:34:49 UTC (rev 1644) +++ trunk/textedit.iml 2007-01-20 22:35:10 UTC (rev 1645) @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="JAVA_MODULE"> <component name="ModuleRootManager" /> - <component name="NewModuleRootManager" inherit-compiler-output="true"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> + <output url="file://$MODULE_DIR$/classes" /> <exclude-output /> <content url="file://$MODULE_DIR$/src/app/net/sf/gridarta/textedit"> <sourceFolder url="file://$MODULE_DIR$/src/app/net/sf/gridarta/textedit" isTestSource="false" packagePrefix="net.sf.gridarta.textedit" /> </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" name="log4j-1.2.13" level="project" /> + <orderEntry type="library" name="annotations" level="project" /> <orderEntryProperties /> </component> <component name="copyright"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |