[Japi-cvs] SF.net SVN: japi:[797] japi.ipr
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-14 10:29:57
|
Revision: 797
http://japi.svn.sourceforge.net/japi/?rev=797&view=rev
Author: christianhujer
Date: 2009-02-14 10:29:48 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated configuration to IntelliJ IDEA 8.1.
Modified Paths:
--------------
japi.ipr
Modified: japi.ipr
===================================================================
--- japi.ipr 2009-02-09 02:35:38 UTC (rev 796)
+++ japi.ipr 2009-02-14 10:29:48 UTC (rev 797)
@@ -117,6 +117,15 @@
<option name="LABEL_INDENT_SIZE" value="0" />
<option name="LABEL_INDENT_ABSOLUTE" value="false" />
</ADDITIONAL_INDENT_OPTIONS>
+ <ADDITIONAL_INDENT_OPTIONS fileType="sql">
+ <option name="INDENT_SIZE" value="2" />
+ <option name="CONTINUATION_INDENT_SIZE" value="8" />
+ <option name="TAB_SIZE" value="4" />
+ <option name="USE_TAB_CHARACTER" value="false" />
+ <option name="SMART_TABS" value="false" />
+ <option name="LABEL_INDENT_SIZE" value="0" />
+ <option name="LABEL_INDENT_ABSOLUTE" value="false" />
+ </ADDITIONAL_INDENT_OPTIONS>
<ADDITIONAL_INDENT_OPTIONS fileType="xml">
<option name="INDENT_SIZE" value="4" />
<option name="CONTINUATION_INDENT_SIZE" value="8" />
@@ -150,11 +159,23 @@
<entry name="?*.Converter" />
</wildcardResourcePatterns>
</component>
+ <component name="CopyrightManager" default="">
+ <copyright>
+ <option name="notice" value="Copyright (C) 2009 Christian Hujer. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" />
+ <option name="keyword" value="Copyright" />
+ <option name="myName" value="LGPL 2.1" />
+ <option name="myLocal" value="true" />
+ </copyright>
+ <module2copyright>
+ <element module="Libs (LGPL)" copyright="LGPL 2.1" />
+ </module2copyright>
+ </component>
<component name="CppTools.Loader" warnedAboutFileOutOfSourceRoot="true" />
<component name="DependenciesAnalyzeManager">
<option name="myForwardDirection" value="false" />
</component>
<component name="DependencyValidationManager">
+ <scope name="Libs (LGPL)" pattern="(file[group:libs]:*//*||file[group:libs]:*//*)&&!file[libs-finance]:*//*" />
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
<deny_rule from_scope="Production" to_scope="Tests" is_deny="true" />
</component>
@@ -172,7 +193,7 @@
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
<option name="MAXIMUM_HEAP_SIZE" value="128" />
</component>
- <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" defaultCharsetForPropertiesFiles="ISO-8859-1" />
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
@@ -945,6 +966,9 @@
<option name="projectName" value="japi" />
</component>
<component name="ProjectFileVersion" converted="true" />
+ <component name="ProjectKey">
+ <option name="state" value="https://japi.svn.sourceforge.net/svnroot/japi/japi.ipr" />
+ </component>
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/progs/batcher/trunk/Batcher.iml" filepath="$PROJECT_DIR$/progs/batcher/trunk/Batcher.iml" group="progs" />
@@ -1045,6 +1069,7 @@
</component>
<component name="SvnBranchConfigurationManager">
<option name="myVersion" value="124" />
+ <option name="mySupportsUserInfoFilter" value="true" />
</component>
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="svn" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|