From: <ls...@us...> - 2013-02-16 21:24:33
|
Revision: 5949 http://jnode.svn.sourceforge.net/jnode/?rev=5949&view=rev Author: lsantha Date: 2013-02-16 21:24:21 +0000 (Sat, 16 Feb 2013) Log Message: ----------- Idea 12 project files. Modified Paths: -------------- classlib6/Classlib6.ipr classlib6/all/all.iml classlib6/builder/builder.iml classlib6/classlib6.iml classlib6/core/core.iml Modified: classlib6/Classlib6.ipr =================================================================== --- classlib6/Classlib6.ipr 2013-02-16 19:08:48 UTC (rev 5948) +++ classlib6/Classlib6.ipr 2013-02-16 21:24:21 UTC (rev 5949) @@ -207,7 +207,11 @@ <entry name="?*.jpeg" /> <entry name="?*.jpg" /> </wildcardResourcePatterns> - <annotationProcessing enabled="false" useClasspath="true" /> + <annotationProcessing> + <profile default="true" name="Default" enabled="false"> + <processorPath useClasspath="true" /> + </profile> + </annotationProcessing> </component> <component name="CopyrightManager" default=""> <module2copyright /> @@ -423,15 +427,29 @@ <XML> <option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> </XML> - <ADDITIONAL_INDENT_OPTIONS fileType="gsp"> - <option name="INDENT_SIZE" value="2" /> - </ADDITIONAL_INDENT_OPTIONS> - <ADDITIONAL_INDENT_OPTIONS fileType="haml"> - <option name="INDENT_SIZE" value="2" /> - </ADDITIONAL_INDENT_OPTIONS> - <ADDITIONAL_INDENT_OPTIONS fileType="yml"> - <option name="INDENT_SIZE" value="2" /> - </ADDITIONAL_INDENT_OPTIONS> + <codeStyleSettings language="CFML"> + <option name="CALL_PARAMETERS_WRAP" value="1" /> + <option name="METHOD_PARAMETERS_WRAP" value="1" /> + <option name="BINARY_OPERATION_WRAP" value="1" /> + <option name="TERNARY_OPERATION_WRAP" value="1" /> + <option name="ASSIGNMENT_WRAP" value="1" /> + <option name="PARENT_SETTINGS_INSTALLED" value="true" /> + </codeStyleSettings> + <codeStyleSettings language="ECMA Script Level 4"> + <option name="CALL_PARAMETERS_WRAP" value="1" /> + <option name="METHOD_PARAMETERS_WRAP" value="1" /> + <option name="EXTENDS_KEYWORD_WRAP" value="1" /> + <option name="BINARY_OPERATION_WRAP" value="1" /> + <option name="TERNARY_OPERATION_WRAP" value="1" /> + <option name="ARRAY_INITIALIZER_WRAP" value="1" /> + <option name="ASSIGNMENT_WRAP" value="1" /> + <option name="PARENT_SETTINGS_INSTALLED" value="true" /> + </codeStyleSettings> + <codeStyleSettings language="GSP"> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + </indentOptions> + </codeStyleSettings> <codeStyleSettings language="Groovy"> <option name="CALL_PARAMETERS_WRAP" value="1" /> <option name="METHOD_PARAMETERS_WRAP" value="1" /> Modified: classlib6/all/all.iml =================================================================== --- classlib6/all/all.iml 2013-02-16 19:08:48 UTC (rev 5948) +++ classlib6/all/all.iml 2013-02-16 21:24:21 UTC (rev 5949) @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <module relativePaths="true" type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" inherit-compiler-output="false"> + <exclude-exploded /> <output url="file://$MODULE_DIR$/build/classes" /> <exclude-output /> - <exclude-exploded /> <content url="file://$MODULE_DIR$" /> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> Modified: classlib6/builder/builder.iml =================================================================== --- classlib6/builder/builder.iml 2013-02-16 19:08:48 UTC (rev 5948) +++ classlib6/builder/builder.iml 2013-02-16 21:24:21 UTC (rev 5949) @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <module relativePaths="true" type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" inherit-compiler-output="false"> + <exclude-exploded /> <output url="file://$MODULE_DIR$/build/classes" /> <exclude-output /> - <exclude-exploded /> <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/src/builder" isTestSource="false" /> </content> Modified: classlib6/classlib6.iml =================================================================== --- classlib6/classlib6.iml 2013-02-16 19:08:48 UTC (rev 5948) +++ classlib6/classlib6.iml 2013-02-16 21:24:21 UTC (rev 5949) @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <module relativePaths="true" type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" inherit-compiler-output="false"> + <exclude-exploded /> <output url="file://$USER_HOME$/ext/devel/classlib6/build/classes" /> <exclude-output /> - <exclude-exploded /> <content url="file://$USER_HOME$/ext/devel/classlib6"> <excludeFolder url="file://$USER_HOME$/ext/devel/classlib6/all" /> <excludeFolder url="file://$USER_HOME$/ext/devel/classlib6/builder" /> Modified: classlib6/core/core.iml =================================================================== --- classlib6/core/core.iml 2013-02-16 19:08:48 UTC (rev 5948) +++ classlib6/core/core.iml 2013-02-16 21:24:21 UTC (rev 5949) @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <module relativePaths="true" type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" inherit-compiler-output="false"> + <exclude-exploded /> <output url="file://$MODULE_DIR$/build/classes" /> <exclude-output /> - <exclude-exploded /> <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/src/classlib" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/src/classpath/gnu" isTestSource="false" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |