[Cherbot-commit] SF.net SVN: cherbot: [23] trunk
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2006-10-29 00:06:39
|
Revision: 23
http://svn.sourceforge.net/cherbot/?rev=23&view=rev
Author: christianhujer
Date: 2006-10-28 17:06:30 -0700 (Sat, 28 Oct 2006)
Log Message:
-----------
Added junit to IntelliJ IDEA paths.
Modified Paths:
--------------
trunk/cherbot.iml
trunk/cherbot.ipr
Modified: trunk/cherbot.iml
===================================================================
--- trunk/cherbot.iml 2006-10-29 00:01:08 UTC (rev 22)
+++ trunk/cherbot.iml 2006-10-29 00:06:30 UTC (rev 23)
@@ -9,6 +9,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="library" name="junit-4.1" level="project" />
<orderEntryProperties />
</component>
<component name="copyright">
Modified: trunk/cherbot.ipr
===================================================================
--- trunk/cherbot.ipr 2006-10-29 00:01:08 UTC (rev 22)
+++ trunk/cherbot.ipr 2006-10-29 00:06:30 UTC (rev 23)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project version="4" relativePaths="false">
+<project version="4" relativePaths="true">
<component name="AntConfiguration">
<defaultAnt bundledAnt="true" />
</component>
@@ -1044,7 +1044,15 @@
<option name="useAlternate" value="false" />
</LanguageOptions>
</component>
- <component name="libraryTable" />
+ <component name="libraryTable">
+ <library name="junit-4.1">
+ <CLASSES>
+ <root url="jar://$PROJECT_DIR$/lib/junit-4.1.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </component>
<component name="uidesigner-configuration">
<option name="INSTRUMENT_CLASSES" value="true" />
<option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|