From: <ls...@us...> - 2008-12-02 09:08:58
|
Revision: 4769 http://jnode.svn.sourceforge.net/jnode/?rev=4769&view=rev Author: lsantha Date: 2008-12-02 09:08:54 +0000 (Tue, 02 Dec 2008) Log Message: ----------- Updated InetlliJ IDEA project files to version 8. Modified Paths: -------------- trunk/JNode.ipr trunk/all/all.iml trunk/builder/builder.iml trunk/core/core.iml trunk/distr/distr.iml trunk/fs/fs.iml trunk/gui/gui.iml trunk/jnode.iml trunk/net/net.iml trunk/shell/shell.iml trunk/sound/sound.iml trunk/textui/textui.iml Modified: trunk/JNode.ipr =================================================================== --- trunk/JNode.ipr 2008-12-02 08:56:50 UTC (rev 4768) +++ trunk/JNode.ipr 2008-12-02 09:08:54 UTC (rev 4769) @@ -7,6 +7,7 @@ <antReference projectDefault="true" /> <customJdkName value="" /> <maximumHeapSize value="128" /> + <maximumStackSize value="32" /> <properties /> </buildFile> </component> @@ -62,6 +63,33 @@ <option name="TERNARY_OPERATION_WRAP" value="1" /> <option name="ARRAY_INITIALIZER_WRAP" value="1" /> <option name="ASSIGNMENT_WRAP" value="1" /> + <ADDITIONAL_INDENT_OPTIONS fileType="groovy"> + <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="gsp"> + <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="java"> + <option name="INDENT_SIZE" value="4" /> + <option name="CONTINUATION_INDENT_SIZE" value="4" /> + <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="-4" /> + <option name="LABEL_INDENT_ABSOLUTE" value="false" /> + </ADDITIONAL_INDENT_OPTIONS> <ADDITIONAL_INDENT_OPTIONS fileType="js"> <option name="INDENT_SIZE" value="4" /> <option name="CONTINUATION_INDENT_SIZE" value="8" /> @@ -71,6 +99,33 @@ <option name="LABEL_INDENT_SIZE" value="0" /> <option name="LABEL_INDENT_ABSOLUTE" value="false" /> </ADDITIONAL_INDENT_OPTIONS> + <ADDITIONAL_INDENT_OPTIONS fileType="jsp"> + <option name="INDENT_SIZE" value="4" /> + <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="scala"> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="8" /> + <option name="TAB_SIZE" value="2" /> + <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" /> + <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> </value> </option> <option name="USE_PER_PROJECT_SETTINGS" value="true" /> @@ -114,6 +169,7 @@ <option name="ADDITIONAL_OPTIONS_STRING" value="" /> <option name="MAXIMUM_HEAP_SIZE" value="128" /> </component> + <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" /> <component name="EntryPointsManager"> <entry_points version="2.0" /> </component> @@ -288,6 +344,9 @@ </item> </group> </component> + <component name="ProjectDetails"> + <option name="projectName" value="JNode" /> + </component> <component name="ProjectFileVersion" converted="true" /> <component name="ProjectModuleManager"> <modules> @@ -304,7 +363,7 @@ <module fileurl="file://$PROJECT_DIR$/textui/textui.iml" filepath="$PROJECT_DIR$/textui/textui.iml" /> </modules> </component> - <component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="1.6 - jnode" project-jdk-type="JavaSDK" /> + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_5" assert-keyword="true" jdk-15="true" project-jdk-name="1.6 - jnode" project-jdk-type="JavaSDK" /> <component name="ResourceManagerContainer"> <option name="myResourceBundles"> <value> @@ -337,7 +396,7 @@ </entry> </map> </option> - <option name="myVersion" value="123" /> + <option name="myVersion" value="124" /> </component> <component name="VcsDirectoryMappings"> <mapping directory="" vcs="svn" /> Modified: trunk/all/all.iml =================================================================== --- trunk/all/all.iml 2008-12-02 08:56:50 UTC (rev 4768) +++ trunk/all/all.iml 2008-12-02 09:08:54 UTC (rev 4769) @@ -7,7 +7,6 @@ <content url="file://$MODULE_DIR$" /> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> - <orderEntryProperties /> </component> </module> Modified: trunk/builder/builder.iml =================================================================== --- trunk/builder/builder.iml 2008-12-02 08:56:50 UTC (rev 4768) +++ trunk/builder/builder.iml 2008-12-02 09:08:54 UTC (rev 4769) @@ -121,7 +121,15 @@ </library> </orderEntry> <orderEntry type="module" module-name="fs" /> - <orderEntryProperties /> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../core/lib/ant.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> </component> </module> Modified: trunk/core/core.iml =================================================================== --- trunk/core/core.iml 2008-12-02 08:56:50 UTC (rev 4768) +++ trunk/core/core.iml 2008-12-02 09:08:54 UTC (rev 4769) @@ -53,7 +53,33 @@ </SOURCES> </library> </orderEntry> - <orderEntryProperties /> + <orderEntry type="module-library" exported=""> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/lib/ant.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/lib/junit.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/lib/junit-4.5.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> </component> </module> Modified: trunk/distr/distr.iml =================================================================== --- trunk/distr/distr.iml 2008-12-02 08:56:50 UTC (rev 4768) +++ trunk/distr/distr.iml 2008-12-02 09:08:54 UTC (rev 4769) @@ -38,7 +38,6 @@ </orderEntry> <orderEntry type="module" module-name="gui" /> <orderEntry type="module" module-name="fs" /> - <orderEntryProperties /> </component> </module> Modified: trunk/fs/fs.iml =================================================================== --- trunk/fs/fs.iml 2008-12-02 08:56:50 UTC (rev 4768) +++ trunk/fs/fs.iml 2008-12-02 09:08:54 UTC (rev 4769) @@ -63,7 +63,6 @@ <SOURCES /> </library> </orderEntry> - <orderEntryProperties /> </component> </module> Modified: trunk/gui/gui.iml =================================================================== --- trunk/gui/gui.iml 2008-12-02 08:56:50 UTC (rev 4768) +++ trunk/gui/gui.iml 2008-12-02 09:08:54 UTC (rev 4769) @@ -17,7 +17,6 @@ <orderEntry type="module" module-name="core" /> <orderEntry type="library" name="core" level="project" /> <orderEntry type="module" module-name="shell" /> - <orderEntryProperties /> </component> </module> Modified: trunk/jnode.iml =================================================================== --- trunk/jnode.iml 2008-12-02 08:56:50 UTC (rev 4768) +++ trunk/jnode.iml 2008-12-02 09:08:54 UTC (rev 4769) @@ -18,7 +18,6 @@ </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> - <orderEntryProperties /> </component> </module> Modified: trunk/net/net.iml =================================================================== --- trunk/net/net.iml 2008-12-02 08:56:50 UTC (rev 4768) +++ trunk/net/net.iml 2008-12-02 09:08:54 UTC (rev 4769) @@ -33,7 +33,6 @@ <SOURCES /> </library> </orderEntry> - <orderEntryProperties /> </component> </module> Modified: trunk/shell/shell.iml =================================================================== --- trunk/shell/shell.iml 2008-12-02 08:56:50 UTC (rev 4768) +++ trunk/shell/shell.iml 2008-12-02 09:08:54 UTC (rev 4769) @@ -22,7 +22,6 @@ <SOURCES /> </library> </orderEntry> - <orderEntryProperties /> </component> </module> Modified: trunk/sound/sound.iml =================================================================== --- trunk/sound/sound.iml 2008-12-02 08:56:50 UTC (rev 4768) +++ trunk/sound/sound.iml 2008-12-02 09:08:54 UTC (rev 4769) @@ -10,7 +10,6 @@ </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> - <orderEntryProperties /> </component> </module> Modified: trunk/textui/textui.iml =================================================================== --- trunk/textui/textui.iml 2008-12-02 08:56:50 UTC (rev 4768) +++ trunk/textui/textui.iml 2008-12-02 09:08:54 UTC (rev 4769) @@ -11,7 +11,6 @@ <orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="module" module-name="core" /> <orderEntry type="module" module-name="shell" /> - <orderEntryProperties /> </component> </module> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |