[Cherbot-commit] SF.net SVN: cherbot: [37] trunk
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2006-10-29 23:11:54
|
Revision: 37
http://svn.sourceforge.net/cherbot/?rev=37&view=rev
Author: christianhujer
Date: 2006-10-29 15:11:41 -0800 (Sun, 29 Oct 2006)
Log Message:
-----------
Added annotations.jar to idea project files.
Modified Paths:
--------------
trunk/cherbot.iml
trunk/cherbot.ipr
Modified: trunk/cherbot.iml
===================================================================
--- trunk/cherbot.iml 2006-10-29 23:10:43 UTC (rev 36)
+++ trunk/cherbot.iml 2006-10-29 23:11:41 UTC (rev 37)
@@ -10,6 +10,7 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="junit-4.1" level="project" />
+ <orderEntry type="library" name="annotations" level="project" />
<orderEntryProperties />
</component>
<component name="copyright">
Modified: trunk/cherbot.ipr
===================================================================
--- trunk/cherbot.ipr 2006-10-29 23:10:43 UTC (rev 36)
+++ trunk/cherbot.ipr 2006-10-29 23:11:41 UTC (rev 37)
@@ -1052,6 +1052,13 @@
<JAVADOC />
<SOURCES />
</library>
+ <library name="annotations">
+ <CLASSES>
+ <root url="jar://$PROJECT_DIR$/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
</component>
<component name="uidesigner-configuration">
<option name="INSTRUMENT_CLASSES" value="true" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|