[Japi-cvs] SF.net SVN: japi: [226] libs
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2006-11-26 23:11:34
|
Revision: 226
http://svn.sourceforge.net/japi/?rev=226&view=rev
Author: christianhujer
Date: 2006-11-26 15:11:32 -0800 (Sun, 26 Nov 2006)
Log Message:
-----------
Improved module dependencies.
Modified Paths:
--------------
libs/swing-font/trunk/libs-swing-font.iml
libs/swing-keyprefs/trunk/libs-swing-keyprefs.iml
libs/swing-prefs/trunk/libs-swing-prefs.iml
libs/swing-proxyprefs/trunk/libs-swing-proxyprefs.iml
libs/swing-tod/trunk/libs-swing-tod.iml
libs/taglets/trunk/libs-taglets.iml
Modified: libs/swing-font/trunk/libs-swing-font.iml
===================================================================
--- libs/swing-font/trunk/libs-swing-font.iml 2006-11-26 22:45:14 UTC (rev 225)
+++ libs/swing-font/trunk/libs-swing-font.iml 2006-11-26 23:11:32 UTC (rev 226)
@@ -8,6 +8,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module" module-name="libs-swing-action" />
<orderEntryProperties />
</component>
<component name="copyright">
Modified: libs/swing-keyprefs/trunk/libs-swing-keyprefs.iml
===================================================================
--- libs/swing-keyprefs/trunk/libs-swing-keyprefs.iml 2006-11-26 22:45:14 UTC (rev 225)
+++ libs/swing-keyprefs/trunk/libs-swing-keyprefs.iml 2006-11-26 23:11:32 UTC (rev 226)
@@ -8,6 +8,8 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module" module-name="libs-swing-action" />
+ <orderEntry type="module" module-name="libs-swing-prefs" />
<orderEntryProperties />
</component>
<component name="copyright">
Modified: libs/swing-prefs/trunk/libs-swing-prefs.iml
===================================================================
--- libs/swing-prefs/trunk/libs-swing-prefs.iml 2006-11-26 22:45:14 UTC (rev 225)
+++ libs/swing-prefs/trunk/libs-swing-prefs.iml 2006-11-26 23:11:32 UTC (rev 226)
@@ -8,6 +8,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module" module-name="libs-swing-action" />
<orderEntryProperties />
</component>
<component name="copyright">
Modified: libs/swing-proxyprefs/trunk/libs-swing-proxyprefs.iml
===================================================================
--- libs/swing-proxyprefs/trunk/libs-swing-proxyprefs.iml 2006-11-26 22:45:14 UTC (rev 225)
+++ libs/swing-proxyprefs/trunk/libs-swing-proxyprefs.iml 2006-11-26 23:11:32 UTC (rev 226)
@@ -8,6 +8,8 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module" module-name="libs-swing-action" />
+ <orderEntry type="module" module-name="libs-swing-prefs" />
<orderEntryProperties />
</component>
<component name="copyright">
Modified: libs/swing-tod/trunk/libs-swing-tod.iml
===================================================================
--- libs/swing-tod/trunk/libs-swing-tod.iml 2006-11-26 22:45:14 UTC (rev 225)
+++ libs/swing-tod/trunk/libs-swing-tod.iml 2006-11-26 23:11:32 UTC (rev 226)
@@ -8,6 +8,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module" module-name="libs-swing-action" />
<orderEntryProperties />
</component>
<component name="copyright">
Modified: libs/taglets/trunk/libs-taglets.iml
===================================================================
--- libs/taglets/trunk/libs-taglets.iml 2006-11-26 22:45:14 UTC (rev 225)
+++ libs/taglets/trunk/libs-taglets.iml 2006-11-26 23:11:32 UTC (rev 226)
@@ -8,6 +8,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="library" name="tools" level="application" />
<orderEntryProperties />
</component>
<component name="copyright">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|