[Japi-cvs] SF.net SVN: japi: [360] tools/findLongestPath/trunk/findLongestPath.iml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-06-07 19:40:28
|
Revision: 360 http://svn.sourceforge.net/japi/?rev=360&view=rev Author: christianhujer Date: 2007-06-07 12:40:27 -0700 (Thu, 07 Jun 2007) Log Message: ----------- Updated copyright and libraries in IntelliJ IDEA module. Modified Paths: -------------- tools/findLongestPath/trunk/findLongestPath.iml Modified: tools/findLongestPath/trunk/findLongestPath.iml =================================================================== --- tools/findLongestPath/trunk/findLongestPath.iml 2007-06-07 19:40:04 UTC (rev 359) +++ tools/findLongestPath/trunk/findLongestPath.iml 2007-06-07 19:40:27 UTC (rev 360) @@ -8,11 +8,30 @@ </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module" module-name="libs-argparser" /> <orderEntryProperties /> </component> <component name="copyright"> <Base> - <setting name="state" value="1" /> + <setting name="state" value="0" /> </Base> <LanguageOptions name="$TEMPLATE$"> <option name="templateOptions"> @@ -27,7 +46,7 @@ <option name="filler" value=" " /> </value> </option> - <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." /> + <option name="notice" value="FindLongestPath recursively finds the longest pathname in directories. Copyright (C) &#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 2 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA." /> <option name="keyword" value="Copyright" /> <option name="fileTypeOverride" value="4" /> <option name="relativeBefore" value="true" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |