wolfdancer / cotta
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
ae0e81a
wolfdancer (author)
Fri Jun 05 21:56:03 -0700 2009
cotta / cotta.ipr
| cb614524 » | wolfdancer | 2008-08-28 | 1 | <?xml version="1.0" encoding="UTF-8"?> | |
| 2 | <project relativePaths="false" version="4"> | ||||
| 3 | <component name="AntConfiguration"> | ||||
| 4 | <defaultAnt bundledAnt="true" /> | ||||
| 5 | </component> | ||||
| 6 | <component name="BuildJarProjectSettings"> | ||||
| 7 | <option name="BUILD_JARS_ON_MAKE" value="false" /> | ||||
| 8 | </component> | ||||
| 9 | <component name="CodeStyleProjectProfileManger"> | ||||
| 10 | <option name="PROJECT_PROFILE" /> | ||||
| 11 | <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" /> | ||||
| 12 | </component> | ||||
| 13 | <component name="CodeStyleSettingsManager"> | ||||
| 14 | <option name="PER_PROJECT_SETTINGS"> | ||||
| 15 | <value> | ||||
| 16 | <ADDITIONAL_INDENT_OPTIONS fileType="java"> | ||||
| 17 | <option name="INDENT_SIZE" value="4" /> | ||||
| 18 | <option name="CONTINUATION_INDENT_SIZE" value="8" /> | ||||
| 19 | <option name="TAB_SIZE" value="4" /> | ||||
| 20 | <option name="USE_TAB_CHARACTER" value="false" /> | ||||
| 21 | <option name="SMART_TABS" value="false" /> | ||||
| 22 | <option name="LABEL_INDENT_SIZE" value="0" /> | ||||
| 23 | <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||||
| 24 | </ADDITIONAL_INDENT_OPTIONS> | ||||
| 25 | <ADDITIONAL_INDENT_OPTIONS fileType="js"> | ||||
| 26 | <option name="INDENT_SIZE" value="4" /> | ||||
| 27 | <option name="CONTINUATION_INDENT_SIZE" value="8" /> | ||||
| 28 | <option name="TAB_SIZE" value="4" /> | ||||
| 29 | <option name="USE_TAB_CHARACTER" value="false" /> | ||||
| 30 | <option name="SMART_TABS" value="false" /> | ||||
| 31 | <option name="LABEL_INDENT_SIZE" value="0" /> | ||||
| 32 | <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||||
| 33 | </ADDITIONAL_INDENT_OPTIONS> | ||||
| 34 | <ADDITIONAL_INDENT_OPTIONS fileType="xml"> | ||||
| 35 | <option name="INDENT_SIZE" value="4" /> | ||||
| 36 | <option name="CONTINUATION_INDENT_SIZE" value="8" /> | ||||
| 37 | <option name="TAB_SIZE" value="4" /> | ||||
| 38 | <option name="USE_TAB_CHARACTER" value="false" /> | ||||
| 39 | <option name="SMART_TABS" value="false" /> | ||||
| 40 | <option name="LABEL_INDENT_SIZE" value="0" /> | ||||
| 41 | <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||||
| 42 | </ADDITIONAL_INDENT_OPTIONS> | ||||
| 43 | </value> | ||||
| 44 | </option> | ||||
| 45 | <option name="USE_PER_PROJECT_SETTINGS" value="false" /> | ||||
| 46 | </component> | ||||
| 47 | <component name="CompilerConfiguration"> | ||||
| 48 | <option name="DEFAULT_COMPILER" value="Javac" /> | ||||
| 49 | <option name="DEPLOY_AFTER_MAKE" value="0" /> | ||||
| 50 | <resourceExtensions> | ||||
| 51 | <entry name=".+\.(properties|xml|html|dtd|tld)" /> | ||||
| 52 | <entry name=".+\.(gif|png|jpeg|jpg)" /> | ||||
| 53 | </resourceExtensions> | ||||
| 54 | <wildcardResourcePatterns> | ||||
| 55 | <entry name="?*.properties" /> | ||||
| 56 | <entry name="?*.xml" /> | ||||
| 57 | <entry name="?*.gif" /> | ||||
| 58 | <entry name="?*.png" /> | ||||
| 59 | <entry name="?*.jpeg" /> | ||||
| 60 | <entry name="?*.jpg" /> | ||||
| 61 | <entry name="?*.html" /> | ||||
| 62 | <entry name="?*.dtd" /> | ||||
| 63 | <entry name="?*.tld" /> | ||||
| 64 | <entry name="?*.zip" /> | ||||
| 65 | <entry name="?*.MF" /> | ||||
| 66 | <entry name="?*.txt" /> | ||||
| 67 | </wildcardResourcePatterns> | ||||
| 68 | </component> | ||||
| d19e060b » | wolfdancer | 2009-01-30 | 69 | <component name="CopyrightManager" default=""> | |
| 70 | <module2copyright /> | ||||
| 71 | </component> | ||||
| cb614524 » | wolfdancer | 2008-08-28 | 72 | <component name="DependenciesAnalyzeManager"> | |
| 73 | <option name="myForwardDirection" value="false" /> | ||||
| 74 | </component> | ||||
| 75 | <component name="DependencyValidationManager"> | ||||
| 76 | <option name="SKIP_IMPORT_STATEMENTS" value="false" /> | ||||
| 77 | </component> | ||||
| 78 | <component name="EclipseCompilerSettings"> | ||||
| 79 | <option name="DEBUGGING_INFO" value="true" /> | ||||
| 80 | <option name="GENERATE_NO_WARNINGS" value="true" /> | ||||
| 81 | <option name="DEPRECATION" value="false" /> | ||||
| 82 | <option name="ADDITIONAL_OPTIONS_STRING" value="" /> | ||||
| 83 | <option name="MAXIMUM_HEAP_SIZE" value="128" /> | ||||
| 84 | </component> | ||||
| 85 | <component name="EclipseEmbeddedCompilerSettings"> | ||||
| 86 | <option name="DEBUGGING_INFO" value="true" /> | ||||
| 87 | <option name="GENERATE_NO_WARNINGS" value="true" /> | ||||
| 88 | <option name="DEPRECATION" value="false" /> | ||||
| 89 | <option name="ADDITIONAL_OPTIONS_STRING" value="" /> | ||||
| 90 | <option name="MAXIMUM_HEAP_SIZE" value="128" /> | ||||
| 91 | </component> | ||||
| 92 | <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" /> | ||||
| 93 | <component name="EntryPointsManager"> | ||||
| 94 | <entry_points version="2.0" /> | ||||
| 95 | </component> | ||||
| 96 | <component name="ExportToHTMLSettings"> | ||||
| 97 | <option name="PRINT_LINE_NUMBERS" value="false" /> | ||||
| 98 | <option name="OPEN_IN_BROWSER" value="false" /> | ||||
| 99 | <option name="OUTPUT_DIRECTORY" /> | ||||
| 100 | </component> | ||||
| 101 | <component name="FacetAutodetectingManager"> | ||||
| 102 | <autodetection-disabled> | ||||
| 103 | <facet-type id="Spring"> | ||||
| 104 | <modules> | ||||
| 105 | <module name="cotta" /> | ||||
| 106 | <module name="ftp"> | ||||
| 107 | <files> | ||||
| 108 | <file url="file://$PROJECT_DIR$/ftp/behaviour/resources/testFtpServer.xml" /> | ||||
| 109 | </files> | ||||
| 110 | </module> | ||||
| 111 | </modules> | ||||
| 112 | </facet-type> | ||||
| 113 | <facet-type id="JRUBY"> | ||||
| 114 | <modules> | ||||
| 115 | <module name="website" /> | ||||
| 116 | </modules> | ||||
| 117 | </facet-type> | ||||
| 0ae7a789 » | wolfdancer | 2008-09-14 | 118 | <facet-type id="JRubyFacetType"> | |
| 119 | <modules> | ||||
| 120 | <module name="website" /> | ||||
| 121 | </modules> | ||||
| 122 | </facet-type> | ||||
| cb614524 » | wolfdancer | 2008-08-28 | 123 | </autodetection-disabled> | |
| 124 | </component> | ||||
| 125 | <component name="IdProvider" IDEtalkID="F41CAA6E81596D1A0C15ED02912B093E" /> | ||||
| 126 | <component name="InspectionProjectProfileManager"> | ||||
| 127 | <option name="PROJECT_PROFILE" value="Project Default" /> | ||||
| e8ac47c2 » | wolfdancer | 2009-05-29 | 128 | <version value="1.0" /> | |
| cb614524 » | wolfdancer | 2008-08-28 | 129 | <profiles> | |
| 130 | <profile version="1.0" is_locked="false"> | ||||
| 131 | <option name="myName" value="Project Default" /> | ||||
| 132 | <option name="myLocal" value="false" /> | ||||
| 887ab6bc » | wolfdancer | 2009-05-31 | 133 | <inspection_tool class="UNUSED_SYMBOL" enabled="true" level="WARNING" enabled_by_default="true"> | |
| e8ac47c2 » | wolfdancer | 2009-05-29 | 134 | <option name="LOCAL_VARIABLE" value="true" /> | |
| 135 | <option name="FIELD" value="true" /> | ||||
| 136 | <option name="METHOD" value="true" /> | ||||
| 137 | <option name="CLASS" value="true" /> | ||||
| 138 | <option name="PARAMETER" value="true" /> | ||||
| 139 | <option name="REPORT_PARAMETER_FOR_PUBLIC_METHODS" value="true" /> | ||||
| 140 | <option name="INJECTION_ANNOS"> | ||||
| 141 | <value> | ||||
| 887ab6bc » | wolfdancer | 2009-05-31 | 142 | <list size="1"> | |
| 143 | <item index="0" class="java.lang.String" itemvalue="java.lang.Deprecated" /> | ||||
| 144 | </list> | ||||
| e8ac47c2 » | wolfdancer | 2009-05-29 | 145 | </value> | |
| 146 | </option> | ||||
| 147 | </inspection_tool> | ||||
| cb614524 » | wolfdancer | 2008-08-28 | 148 | </profile> | |
| 149 | </profiles> | ||||
| e8ac47c2 » | wolfdancer | 2009-05-29 | 150 | <list size="4"> | |
| 151 | <item index="0" class="java.lang.String" itemvalue="SERVER PROBLEM" /> | ||||
| 152 | <item index="1" class="java.lang.String" itemvalue="INFO" /> | ||||
| 153 | <item index="2" class="java.lang.String" itemvalue="WARNING" /> | ||||
| 154 | <item index="3" class="java.lang.String" itemvalue="ERROR" /> | ||||
| 155 | </list> | ||||
| cb614524 » | wolfdancer | 2008-08-28 | 156 | </component> | |
| 157 | <component name="JavacSettings"> | ||||
| 158 | <option name="DEBUGGING_INFO" value="true" /> | ||||
| 159 | <option name="GENERATE_NO_WARNINGS" value="false" /> | ||||
| ae0e81a5 » | wolfdancer | 2009-06-05 | 160 | <option name="DEPRECATION" value="false" /> | |
| 161 | <option name="ADDITIONAL_OPTIONS_STRING" value="-Xlint:unchecked" /> | ||||
| cb614524 » | wolfdancer | 2008-08-28 | 162 | <option name="MAXIMUM_HEAP_SIZE" value="128" /> | |
| 163 | </component> | ||||
| 164 | <component name="JavadocGenerationManager"> | ||||
| 165 | <option name="OUTPUT_DIRECTORY" /> | ||||
| 166 | <option name="OPTION_SCOPE" value="protected" /> | ||||
| 167 | <option name="OPTION_HIERARCHY" value="true" /> | ||||
| 168 | <option name="OPTION_NAVIGATOR" value="true" /> | ||||
| 169 | <option name="OPTION_INDEX" value="true" /> | ||||
| 170 | <option name="OPTION_SEPARATE_INDEX" value="true" /> | ||||
| 171 | <option name="OPTION_DOCUMENT_TAG_USE" value="false" /> | ||||
| 172 | <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" /> | ||||
| 173 | <option name="OPTION_DOCUMENT_TAG_VERSION" value="false" /> | ||||
| 174 | <option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" /> | ||||
| 175 | <option name="OPTION_DEPRECATED_LIST" value="true" /> | ||||
| 176 | <option name="OTHER_OPTIONS" value="" /> | ||||
| 177 | <option name="HEAP_SIZE" /> | ||||
| 178 | <option name="LOCALE" /> | ||||
| 179 | <option name="OPEN_IN_BROWSER" value="true" /> | ||||
| 180 | </component> | ||||
| 181 | <component name="JikesSettings"> | ||||
| 182 | <option name="JIKES_PATH" value="" /> | ||||
| 183 | <option name="DEBUGGING_INFO" value="true" /> | ||||
| 184 | <option name="DEPRECATION" value="true" /> | ||||
| 185 | <option name="GENERATE_NO_WARNINGS" value="false" /> | ||||
| 186 | <option name="IS_EMACS_ERRORS_MODE" value="true" /> | ||||
| 187 | <option name="ADDITIONAL_OPTIONS_STRING" value="" /> | ||||
| 188 | </component> | ||||
| 189 | <component name="LogConsolePreferences"> | ||||
| 190 | <option name="FILTER_ERRORS" value="false" /> | ||||
| 191 | <option name="FILTER_WARNINGS" value="false" /> | ||||
| 192 | <option name="FILTER_INFO" value="true" /> | ||||
| 193 | <option name="CUSTOM_FILTER" /> | ||||
| 194 | </component> | ||||
| 195 | <component name="Palette2"> | ||||
| 196 | <group name="Swing"> | ||||
| 197 | <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| 198 | <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> | ||||
| 199 | </item> | ||||
| 200 | <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| 201 | <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> | ||||
| 202 | </item> | ||||
| 203 | <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| 204 | <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> | ||||
| 205 | </item> | ||||
| 206 | <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> | ||||
| 207 | <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> | ||||
| 208 | </item> | ||||
| 209 | <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| 210 | <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> | ||||
| 211 | <initial-values> | ||||
| 212 | <property name="text" value="Button" /> | ||||
| 213 | </initial-values> | ||||
| 214 | </item> | ||||
| 215 | <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| 216 | <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | ||||
| 217 | <initial-values> | ||||
| 218 | <property name="text" value="RadioButton" /> | ||||
| 219 | </initial-values> | ||||
| 220 | </item> | ||||
| 221 | <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| 222 | <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | ||||
| 223 | <initial-values> | ||||
| 224 | <property name="text" value="CheckBox" /> | ||||
| 225 | </initial-values> | ||||
| 226 | </item> | ||||
| 227 | <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| 228 | <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> | ||||
| 229 | <initial-values> | ||||
| 230 | <property name="text" value="Label" /> | ||||
| 231 | </initial-values> | ||||
| 232 | </item> | ||||
| 233 | <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| 234 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | ||||
| 235 | <preferred-size width="150" height="-1" /> | ||||
| 236 | </default-constraints> | ||||
| 237 | </item> | ||||
| 238 | <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| 239 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | ||||
| 240 | <preferred-size width="150" height="-1" /> | ||||
| 241 | </default-constraints> | ||||
| 242 | </item> | ||||
| 243 | <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| 244 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | ||||
| 245 | <preferred-size width="150" height="-1" /> | ||||
| 246 | </default-constraints> | ||||
| 247 | </item> | ||||
| 248 | <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| 249 | <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||||
| 250 | <preferred-size width="150" height="50" /> | ||||
| 251 | </default-constraints> | ||||
| 252 | </item> | ||||
| 253 | <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| 254 | <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||||
| 255 | <preferred-size width="150" height="50" /> | ||||
| 256 | </default-constraints> | ||||
| 257 | </item> | ||||
| 258 | <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| 259 | <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||||
| 260 | <preferred-size width="150" height="50" /> | ||||
| 261 | </default-constraints> | ||||
| 262 | </item> | ||||
| 263 | <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| 264 | <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" /> | ||||
| 265 | </item> | ||||
| 266 | <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| 267 | <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||||
| 268 | <preferred-size width="150" height="50" /> | ||||
| 269 | </default-constraints> | ||||
| 270 | </item> | ||||
| 271 | <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| 272 | <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3"> | ||||
| 273 | <preferred-size width="150" height="50" /> | ||||
| 274 | </default-constraints> | ||||
| 275 | </item> | ||||
| 276 | <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| 277 | <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||||
| 278 | <preferred-size width="150" height="50" /> | ||||
| 279 | </default-constraints> | ||||
| 280 | </item> | ||||
| 281 | <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| 282 | <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | ||||
| 283 | <preferred-size width="200" height="200" /> | ||||
| 284 | </default-constraints> | ||||
| 285 | </item> | ||||
| 286 | <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| 287 | <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | ||||
| 288 | <preferred-size width="200" height="200" /> | ||||
| 289 | </default-constraints> | ||||
| 290 | </item> | ||||
| 291 | <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| 292 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | ||||
| 293 | </item> | ||||
| 294 | <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| 295 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | ||||
| 296 | </item> | ||||
| 297 | <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| 298 | <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" /> | ||||
| 299 | </item> | ||||
| 300 | <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| 301 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" /> | ||||
| 302 | </item> | ||||
| 303 | <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| 304 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"> | ||||
| 305 | <preferred-size width="-1" height="20" /> | ||||
| 306 | </default-constraints> | ||||
| 307 | </item> | ||||
| 308 | <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| 309 | <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" /> | ||||
| 310 | </item> | ||||
| 311 | <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| 312 | <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" /> | ||||
| 313 | </item> | ||||
| 314 | </group> | ||||
| 315 | </component> | ||||
| 316 | <component name="ProjectDetails"> | ||||
| 317 | <option name="projectName" value="cotta" /> | ||||
| 318 | </component> | ||||
| dc243e60 » | wolfdancer | 2008-10-27 | 319 | <component name="ProjectFileVersion" converted="true" /> | |
| d19e060b » | wolfdancer | 2009-01-30 | 320 | <component name="ProjectKey"> | |
| 321 | <option name="state" value="project://D:\Work\cotta\cotta.ipr" /> | ||||
| 322 | </component> | ||||
| cb614524 » | wolfdancer | 2008-08-28 | 323 | <component name="ProjectModuleManager"> | |
| 324 | <modules> | ||||
| b58cb7b7 » | wolfdancer | 2009-02-27 | 325 | <module fileurl="file://$PROJECT_DIR$/asserts/asserts.iml" filepath="$PROJECT_DIR$/asserts/asserts.iml" /> | |
| cb614524 » | wolfdancer | 2008-08-28 | 326 | <module fileurl="file://$PROJECT_DIR$/core/core.iml" filepath="$PROJECT_DIR$/core/core.iml" /> | |
| 327 | <module fileurl="file://$PROJECT_DIR$/ftp/ftp.iml" filepath="$PROJECT_DIR$/ftp/ftp.iml" /> | ||||
| 328 | <module fileurl="file://$PROJECT_DIR$/lib/lib.iml" filepath="$PROJECT_DIR$/lib/lib.iml" /> | ||||
| d19e060b » | wolfdancer | 2009-01-30 | 329 | <module fileurl="file://$PROJECT_DIR$/scp/scp.iml" filepath="$PROJECT_DIR$/scp/scp.iml" /> | |
| cb614524 » | wolfdancer | 2008-08-28 | 330 | <module fileurl="file://$PROJECT_DIR$/testbase/testbase.iml" filepath="$PROJECT_DIR$/testbase/testbase.iml" /> | |
| 331 | <module fileurl="file://$PROJECT_DIR$/website/website.iml" filepath="$PROJECT_DIR$/website/website.iml" /> | ||||
| 332 | </modules> | ||||
| 333 | </component> | ||||
| dc243e60 » | wolfdancer | 2008-10-27 | 334 | <component name="ProjectRootManager" version="2" languageLevel="JDK_1_5" assert-keyword="true" jdk-15="true" project-jdk-name="1.5" project-jdk-type="JavaSDK"> | |
| cb614524 » | wolfdancer | 2008-08-28 | 335 | <output url="file://$PROJECT_DIR$/classes" /> | |
| 336 | </component> | ||||
| 337 | <component name="RUBY_DOC_SETTINGS"> | ||||
| 338 | <RUBY_DOC NAME="DEFAULTS" VALUE="TRUE" /> | ||||
| 339 | <RUBY_DOC NAME="NUMBER" VALUE="0" /> | ||||
| 340 | </component> | ||||
| 341 | <component name="ResourceManagerContainer"> | ||||
| 342 | <option name="myResourceBundles"> | ||||
| 343 | <value> | ||||
| 344 | <list size="0" /> | ||||
| 345 | </value> | ||||
| 346 | </option> | ||||
| 347 | </component> | ||||
| 348 | <component name="RmicSettings"> | ||||
| 349 | <option name="IS_EANABLED" value="false" /> | ||||
| 350 | <option name="DEBUGGING_INFO" value="true" /> | ||||
| 351 | <option name="GENERATE_NO_WARNINGS" value="false" /> | ||||
| 352 | <option name="GENERATE_IIOP_STUBS" value="false" /> | ||||
| 353 | <option name="ADDITIONAL_OPTIONS_STRING" value="" /> | ||||
| 354 | </component> | ||||
| 355 | <component name="SvnBranchConfigurationManager"> | ||||
| 356 | <option name="myVersion" value="123" /> | ||||
| e8ac47c2 » | wolfdancer | 2009-05-29 | 357 | <option name="mySupportsUserInfoFilter" value="true" /> | |
| cb614524 » | wolfdancer | 2008-08-28 | 358 | </component> | |
| 359 | <component name="VcsDirectoryMappings"> | ||||
| a73155d6 » | wolfdancer | 2008-10-29 | 360 | <mapping directory="$PROJECT_DIR$" vcs="Git" /> | |
| cb614524 » | wolfdancer | 2008-08-28 | 361 | </component> | |
| 362 | <component name="WebServicesPlugin" addRequiredLibraries="true" /> | ||||
| 363 | <component name="com.intellij.jsf.UserDefinedFacesConfigs"> | ||||
| 364 | <option name="USER_DEFINED_CONFIGS"> | ||||
| 365 | <value> | ||||
| 366 | <list size="0" /> | ||||
| 367 | </value> | ||||
| 368 | </option> | ||||
| 369 | </component> | ||||
| 370 | <component name="libraryTable"> | ||||
| 371 | <library name="commons-net"> | ||||
| 372 | <CLASSES> | ||||
| 373 | <root url="file://$PROJECT_DIR$/lib/commons-net" /> | ||||
| 374 | </CLASSES> | ||||
| 375 | <JAVADOC /> | ||||
| 106e1cae » | wolfdancer | 2008-09-14 | 376 | <SOURCES> | |
| 377 | <root url="jar://$PROJECT_DIR$/lib/commons-net/src/commons-net-1.4.1-src.zip!/commons-net-1.4.1/src/java" /> | ||||
| 378 | <root url="jar://$PROJECT_DIR$/lib/commons-net/src/commons-net-1.4.1-src.zip!/commons-net-1.4.1/src/test" /> | ||||
| 379 | </SOURCES> | ||||
| cb614524 » | wolfdancer | 2008-08-28 | 380 | <jarDirectory url="file://$PROJECT_DIR$/lib/commons-net" recursive="false" /> | |
| 381 | </library> | ||||
| 382 | <library name="junit"> | ||||
| 383 | <CLASSES> | ||||
| 384 | <root url="jar://$PROJECT_DIR$/lib/junit/junit-4.4.jar!/" /> | ||||
| 385 | </CLASSES> | ||||
| 386 | <JAVADOC /> | ||||
| 387 | <SOURCES> | ||||
| 388 | <root url="jar://$PROJECT_DIR$/lib/junit/src/junit-4.4-src.jar!/" /> | ||||
| 389 | </SOURCES> | ||||
| 390 | </library> | ||||
| 391 | <library name="jmock"> | ||||
| 392 | <CLASSES> | ||||
| 393 | <root url="jar://$PROJECT_DIR$/lib/jmock/jmock-2.4.0.jar!/" /> | ||||
| 394 | <root url="jar://$PROJECT_DIR$/lib/jmock/hamcrest-library-1.1.jar!/" /> | ||||
| 395 | <root url="jar://$PROJECT_DIR$/lib/jmock/jmock-junit3-2.4.0.jar!/" /> | ||||
| 396 | <root url="jar://$PROJECT_DIR$/lib/jmock/hamcrest-core-1.1.jar!/" /> | ||||
| 397 | <root url="jar://$PROJECT_DIR$/lib/jmock/cglib-2.1_3-src.jar!/" /> | ||||
| 398 | <root url="jar://$PROJECT_DIR$/lib/jmock/cglib-nodep-2.1_3.jar!/" /> | ||||
| 399 | <root url="jar://$PROJECT_DIR$/lib/jmock/jmock-junit4-2.4.0.jar!/" /> | ||||
| 400 | <root url="jar://$PROJECT_DIR$/lib/jmock/jmock-legacy-2.4.0.jar!/" /> | ||||
| 401 | <root url="jar://$PROJECT_DIR$/lib/jmock/objenesis-1.0.jar!/" /> | ||||
| 402 | </CLASSES> | ||||
| 403 | <JAVADOC /> | ||||
| 404 | <SOURCES> | ||||
| 405 | <root url="jar://$PROJECT_DIR$/lib/jmock/jmock-2.4.0.jar!/" /> | ||||
| 406 | <root url="jar://$PROJECT_DIR$/lib/jmock/jmock-junit4-2.4.0.jar!/" /> | ||||
| 407 | </SOURCES> | ||||
| 408 | </library> | ||||
| 409 | <library name="hamcrest"> | ||||
| 410 | <CLASSES> | ||||
| 411 | <root url="jar://$PROJECT_DIR$/lib/hamcrest/hamcrest-core-1.1.jar!/" /> | ||||
| 412 | <root url="jar://$PROJECT_DIR$/lib/hamcrest/hamcrest-library-1.1.jar!/" /> | ||||
| 413 | </CLASSES> | ||||
| 414 | <JAVADOC /> | ||||
| 415 | <SOURCES> | ||||
| 416 | <root url="jar://$PROJECT_DIR$/lib/hamcrest/hamcrest-core-1.1.jar!/" /> | ||||
| 417 | <root url="jar://$PROJECT_DIR$/lib/hamcrest/hamcrest-library-1.1.jar!/" /> | ||||
| 418 | </SOURCES> | ||||
| 419 | </library> | ||||
| 420 | </component> | ||||
| 0ae7a789 » | wolfdancer | 2008-09-14 | 421 | <UsedPathMacros> | |
| 422 | <macro name="IDEA_HOME" /> | ||||
| 423 | </UsedPathMacros> | ||||
| cb614524 » | wolfdancer | 2008-08-28 | 424 | </project> | |
| 425 | |||||
