Thread: [Japi-cvs] SF.net SVN: japi:[1385] tools/archStat/trunk/archStat.ipr
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-10-05 00:25:28
|
Revision: 1385 http://japi.svn.sourceforge.net/japi/?rev=1385&view=rev Author: christianhujer Date: 2009-10-05 00:25:14 +0000 (Mon, 05 Oct 2009) Log Message: ----------- Update project key. Modified Paths: -------------- tools/archStat/trunk/archStat.ipr Modified: tools/archStat/trunk/archStat.ipr =================================================================== --- tools/archStat/trunk/archStat.ipr 2009-10-05 00:23:51 UTC (rev 1384) +++ tools/archStat/trunk/archStat.ipr 2009-10-05 00:25:14 UTC (rev 1385) @@ -844,7 +844,7 @@ </component> <component name="ProjectFileVersion" converted="true" /> <component name="ProjectKey"> - <option name="state" value="project:///home/cher/svn/sf/japi/tools/archStat/trunk/archStat.ipr" /> + <option name="state" value="https://japi.svn.sourceforge.net/svnroot/japi/tools/archStat/trunk/archStat.ipr" /> </component> <component name="ProjectModuleManager"> <modules> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2010-04-11 10:13:14
|
Revision: 1401 http://japi.svn.sourceforge.net/japi/?rev=1401&view=rev Author: christianhujer Date: 2010-04-11 10:13:08 +0000 (Sun, 11 Apr 2010) Log Message: ----------- Configure GPL copyright. Modified Paths: -------------- tools/archStat/trunk/archStat.ipr Modified: tools/archStat/trunk/archStat.ipr =================================================================== --- tools/archStat/trunk/archStat.ipr 2010-04-11 10:12:10 UTC (rev 1400) +++ tools/archStat/trunk/archStat.ipr 2010-04-11 10:13:08 UTC (rev 1401) @@ -27,6 +27,15 @@ <entry name="?*.ftl" /> </wildcardResourcePatterns> </component> + <component name="CopyrightManager" default="GPL"> + <copyright> + <option name="notice" value="Copyright (C) 2009 - &#36;today.year Christian Hujer This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>." /> + <option name="keyword" value="Copyright" /> + <option name="myName" value="GPL" /> + <option name="myLocal" value="true" /> + </copyright> + <module2copyright /> + </component> <component name="DependencyValidationManager"> <option name="SKIP_IMPORT_STATEMENTS" value="false" /> </component> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2010-04-11 10:19:11
|
Revision: 1402 http://japi.svn.sourceforge.net/japi/?rev=1402&view=rev Author: christianhujer Date: 2010-04-11 10:19:05 +0000 (Sun, 11 Apr 2010) Log Message: ----------- Use project settings for warnings. Modified Paths: -------------- tools/archStat/trunk/archStat.ipr Modified: tools/archStat/trunk/archStat.ipr =================================================================== --- tools/archStat/trunk/archStat.ipr 2010-04-11 10:13:08 UTC (rev 1401) +++ tools/archStat/trunk/archStat.ipr 2010-04-11 10:19:05 UTC (rev 1402) @@ -50,7 +50,7 @@ <component name="IdProvider" IDEtalkID="3252B0EE1010872AF5D1E872ECBFD2E1" /> <component name="InspectionProjectProfileManager"> <option name="PROJECT_PROFILE" value="Project Default" /> - <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" /> + <option name="USE_PROJECT_LEVEL_SETTINGS" value="true" /> <scopes /> <profiles> <profile version="1.0" is_locked="false"> @@ -693,7 +693,12 @@ </inspection_tool> </profile> </profiles> - <list size="0" /> + <list size="4"> + <item index="0" class="java.lang.String" itemvalue="SERVER PROBLEM" /> + <item index="1" class="java.lang.String" itemvalue="INFO" /> + <item index="2" class="java.lang.String" itemvalue="WARNING" /> + <item index="3" class="java.lang.String" itemvalue="ERROR" /> + </list> </component> <component name="JavacSettings"> <option name="DEBUGGING_INFO" value="true" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |