[Cherbot-commit] SF.net SVN: cherbot:[134] trunk/cherbot.ipr
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2008-12-14 12:39:14
|
Revision: 134
http://cherbot.svn.sourceforge.net/cherbot/?rev=134&view=rev
Author: christianhujer
Date: 2008-12-14 12:39:11 +0000 (Sun, 14 Dec 2008)
Log Message:
-----------
Added shared IRCConnection configuration.
Modified Paths:
--------------
trunk/cherbot.ipr
Modified: trunk/cherbot.ipr
===================================================================
--- trunk/cherbot.ipr 2008-12-13 18:49:29 UTC (rev 133)
+++ trunk/cherbot.ipr 2008-12-14 12:39:11 UTC (rev 134)
@@ -859,6 +859,26 @@
<component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="latest" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/ideaclasses" />
</component>
+ <component name="ProjectRunConfigurationManager">
+ <configuration default="false" name="IRCConnection" type="Application" factoryName="Application" enabled="false" merge="false">
+ <option name="MAIN_CLASS_NAME" value="net.sf.cherbot.connection.IRCConnection" />
+ <option name="VM_PARAMETERS" value="" />
+ <option name="PROGRAM_PARAMETERS" value="--host=irc.freenode.org #cherbot" />
+ <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
+ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
+ <option name="ALTERNATIVE_JRE_PATH" value="" />
+ <option name="ENABLE_SWING_INSPECTOR" value="false" />
+ <option name="ENV_VARIABLES" />
+ <option name="PASS_PARENT_ENVS" value="true" />
+ <module name="cherbot" />
+ <envs />
+ <RunnerSettings RunnerId="Run" />
+ <ConfigurationWrapper RunnerId="Run" />
+ <method>
+ <option name="Make" value="true" />
+ </method>
+ </configuration>
+ </component>
<component name="ResourceManagerContainer">
<option name="myResourceBundles">
<value>
@@ -873,6 +893,9 @@
<option name="GENERATE_IIOP_STUBS" value="false" />
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
</component>
+ <component name="SvnBranchConfigurationManager">
+ <option name="myVersion" value="123" />
+ </component>
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="svn" />
</component>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|