[Cherbot-commit] SF.net SVN: cherbot: [50] trunk/cherbot.iml
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-06-09 14:42:06
|
Revision: 50
http://svn.sourceforge.net/cherbot/?rev=50&view=rev
Author: christianhujer
Date: 2007-06-09 07:42:01 -0700 (Sat, 09 Jun 2007)
Log Message:
-----------
Added module libraries to IntelliJ IDEA module configuration.
Modified Paths:
--------------
trunk/cherbot.iml
Modified: trunk/cherbot.iml
===================================================================
--- trunk/cherbot.iml 2007-06-09 14:40:33 UTC (rev 49)
+++ trunk/cherbot.iml 2007-06-09 14:42:01 UTC (rev 50)
@@ -12,6 +12,33 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="junit-4.1" level="project" />
<orderEntry type="library" name="annotations" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/lib/junit-4.1.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/lib/japi-lib-argparser-0.1.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntryProperties />
</component>
<component name="copyright">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|