The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project relativePaths="true" version="4"> |
| 3 | <component name="AntConfiguration"> |
| 4 | <defaultAnt bundledAnt="true" /> |
| 5 | <buildFile url="file://$PROJECT_DIR$/ide/intellij/build.xml"> |
| 6 | <additionalClassPath /> |
| 7 | <antReference projectDefault="true" /> |
| 8 | <customJdkName value="" /> |
| 9 | <maximumHeapSize value="128" /> |
| 10 | <properties /> |
| 11 | </buildFile> |
| 12 | </component> |
| 13 | <component name="BuildJarProjectSettings"> |
| 14 | <option name="BUILD_JARS_ON_MAKE" value="false" /> |
| 15 | </component> |
| 16 | <component name="CodeStyleProjectProfileManger"> |
| 17 | <option name="PROJECT_PROFILE" /> |
| 18 | <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" /> |
| 19 | </component> |
| 20 | <component name="CodeStyleSettingsManager"> |
| 21 | <option name="PER_PROJECT_SETTINGS"> |
| 22 | <value> |
| 23 | <option name="ALIGN_MULTILINE_PARAMETERS" value="false" /> |
| 24 | <option name="RIGHT_MARGIN" value="80" /> |
| 25 | <option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true" /> |
| 26 | <option name="PLACE_ASSIGNMENT_SIGN_ON_NEXT_LINE" value="true" /> |
| 27 | </value> |
| 28 | </option> |
| 29 | <option name="USE_PER_PROJECT_SETTINGS" value="true" /> |
| 30 | </component> |
| 31 | <component name="CompilerConfiguration"> |
| 32 | <option name="DEFAULT_COMPILER" value="Javac" /> |
| 33 | <option name="DEPLOY_AFTER_MAKE" value="0" /> |
| 34 | <resourceExtensions> |
| 35 | <entry name=".+\.(properties|xml|html|dtd|tld)" /> |
| 36 | <entry name=".+\.(gif|png|jpeg|jpg)" /> |
| 37 | </resourceExtensions> |
| 38 | <wildcardResourcePatterns> |
| 39 | <entry name="?*.properties" /> |
| 40 | <entry name="?*.xml" /> |
| 41 | <entry name="?*.gif" /> |
| 42 | <entry name="?*.png" /> |
| 43 | <entry name="?*.jpeg" /> |
| 44 | <entry name="?*.jpg" /> |
| 45 | <entry name="?*.html" /> |
| 46 | <entry name="?*.dtd" /> |
| 47 | <entry name="?*.tld" /> |
| 48 | </wildcardResourcePatterns> |
| 49 | </component> |
| 50 | <component name="DependenciesAnalyzeManager"> |
| 51 | <option name="myForwardDirection" value="false" /> |
| 52 | </component> |
| 53 | <component name="DependencyValidationManager"> |
| 54 | <option name="SKIP_IMPORT_STATEMENTS" value="false" /> |
| 55 | </component> |
| 56 | <component name="EclipseCompilerSettings"> |
| 57 | <option name="DEBUGGING_INFO" value="true" /> |
| 58 | <option name="GENERATE_NO_WARNINGS" value="true" /> |
| 59 | <option name="DEPRECATION" value="false" /> |
| 60 | <option name="ADDITIONAL_OPTIONS_STRING" value="" /> |
| 61 | <option name="MAXIMUM_HEAP_SIZE" value="128" /> |
| 62 | </component> |
| 63 | <component name="EclipseEmbeddedCompilerSettings"> |
| 64 | <option name="DEBUGGING_INFO" value="true" /> |
| 65 | <option name="GENERATE_NO_WARNINGS" value="true" /> |
| 66 | <option name="DEPRECATION" value="false" /> |
| 67 | <option name="ADDITIONAL_OPTIONS_STRING" value="" /> |
| 68 | <option name="MAXIMUM_HEAP_SIZE" value="128" /> |
| 69 | </component> |
| 70 | <component name="EntryPointsManager"> |
| 71 | <entry_points version="2.0" /> |
| 72 | </component> |
| 73 | <component name="ExportToHTMLSettings"> |
| 74 | <option name="PRINT_LINE_NUMBERS" value="false" /> |
| 75 | <option name="OPEN_IN_BROWSER" value="false" /> |
| 76 | <option name="OUTPUT_DIRECTORY" /> |
| 77 | </component> |
| 78 | <component name="IdProvider" IDEtalkID="C8FEF8FDDA8778BFC0BDE2CF5A21CB2C" /> |
| 79 | <component name="InspectionProjectProfileManager"> |
| 80 | <option name="PROJECT_PROFILE" value="Project Default" /> |
| 81 | <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" /> |
| 82 | <scopes /> |
| 83 | <profiles> |
| 84 | <profile version="1.0" is_locked="false"> |
| 85 | <option name="myName" value="Project Default" /> |
| 86 | <option name="myLocal" value="false" /> |
| 87 | <inspection_tool class="JavaDoc" level="WARNING" enabled="false"> |
| 88 | <option name="TOP_LEVEL_CLASS_OPTIONS"> |
| 89 | <value> |
| 90 | <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" /> |
| 91 | <option name="REQUIRED_TAGS" value="" /> |
| 92 | </value> |
| 93 | </option> |
| 94 | <option name="INNER_CLASS_OPTIONS"> |
| 95 | <value> |
| 96 | <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" /> |
| 97 | <option name="REQUIRED_TAGS" value="" /> |
| 98 | </value> |
| 99 | </option> |
| 100 | <option name="METHOD_OPTIONS"> |
| 101 | <value> |
| 102 | <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" /> |
| 103 | <option name="REQUIRED_TAGS" value="@return@param@throws or @exception" /> |
| 104 | </value> |
| 105 | </option> |
| 106 | <option name="FIELD_OPTIONS"> |
| 107 | <value> |
| 108 | <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" /> |
| 109 | <option name="REQUIRED_TAGS" value="" /> |
| 110 | </value> |
| 111 | </option> |
| 112 | <option name="IGNORE_DEPRECATED" value="false" /> |
| 113 | <option name="IGNORE_JAVADOC_PERIOD" value="true" /> |
| 114 | <option name="myAdditionalJavadocTags" value="" /> |
| 115 | </inspection_tool> |
| 116 | </profile> |
| 117 | </profiles> |
| 118 | <list size="0" /> |
| 119 | </component> |
| 120 | <component name="JavacSettings"> |
| 121 | <option name="DEBUGGING_INFO" value="true" /> |
| 122 | <option name="GENERATE_NO_WARNINGS" value="false" /> |
| 123 | <option name="DEPRECATION" value="false" /> |
| 124 | <option name="ADDITIONAL_OPTIONS_STRING" value="-Xlint:all,-deprecation,-serial" /> |
| 125 | <option name="MAXIMUM_HEAP_SIZE" value="512" /> |
| 126 | </component> |
| 127 | <component name="JavadocGenerationManager"> |
| 128 | <option name="OUTPUT_DIRECTORY" /> |
| 129 | <option name="OPTION_SCOPE" value="protected" /> |
| 130 | <option name="OPTION_HIERARCHY" value="true" /> |
| 131 | <option name="OPTION_NAVIGATOR" value="true" /> |
| 132 | <option name="OPTION_INDEX" value="true" /> |
| 133 | <option name="OPTION_SEPARATE_INDEX" value="true" /> |
| 134 | <option name="OPTION_DOCUMENT_TAG_USE" value="false" /> |
| 135 | <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" /> |
| 136 | <option name="OPTION_DOCUMENT_TAG_VERSION" value="false" /> |
| 137 | <option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" /> |
| 138 | <option name="OPTION_DEPRECATED_LIST" value="true" /> |
| 139 | <option name="OTHER_OPTIONS" value="" /> |
| 140 | <option name="HEAP_SIZE" /> |
| 141 | <option name="LOCALE" /> |
| 142 | <option name="OPEN_IN_BROWSER" value="true" /> |
| 143 | </component> |
| 144 | <component name="JikesSettings"> |
| 145 | <option name="JIKES_PATH" value="" /> |
| 146 | <option name="DEBUGGING_INFO" value="true" /> |
| 147 | <option name="DEPRECATION" value="true" /> |
| 148 | <option name="GENERATE_NO_WARNINGS" value="false" /> |
| 149 | <option name="IS_EMACS_ERRORS_MODE" value="true" /> |
| 150 | <option name="ADDITIONAL_OPTIONS_STRING" value="" /> |
| 151 | </component> |
| 152 | <component name="LogConsolePreferences"> |
| 153 | <option name="FILTER_ERRORS" value="false" /> |
| 154 | <option name="FILTER_WARNINGS" value="false" /> |
| 155 | <option name="FILTER_INFO" value="true" /> |
| 156 | <option name="CUSTOM_FILTER" /> |
| 157 | </component> |
| 158 | <component name="Palette2"> |
| 159 | <group name="Swing"> |
| 160 | <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"> |
| 161 | <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> |
| 162 | </item> |
| 163 | <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"> |
| 164 | <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> |
| 165 | </item> |
| 166 | <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> |
| 167 | <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> |
| 168 | </item> |
| 169 | <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> |
| 170 | <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> |
| 171 | </item> |
| 172 | <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> |
| 173 | <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> |
| 174 | <initial-values> |
| 175 | <property name="text" value="Button" /> |
| 176 | </initial-values> |
| 177 | </item> |
| 178 | <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false"> |
| 179 | <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> |
| 180 | <initial-values> |
| 181 | <property name="text" value="RadioButton" /> |
| 182 | </initial-values> |
| 183 | </item> |
| 184 | <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> |
| 185 | <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> |
| 186 | <initial-values> |
| 187 | <property name="text" value="CheckBox" /> |
| 188 | </initial-values> |
| 189 | </item> |
| 190 | <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false"> |
| 191 | <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> |
| 192 | <initial-values> |
| 193 | <property name="text" value="Label" /> |
| 194 | </initial-values> |
| 195 | </item> |
| 196 | <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true"> |
| 197 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> |
| 198 | <preferred-size width="150" height="-1" /> |
| 199 | </default-constraints> |
| 200 | </item> |
| 201 | <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"> |
| 202 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> |
| 203 | <preferred-size width="150" height="-1" /> |
| 204 | </default-constraints> |
| 205 | </item> |
| 206 | <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true"> |
| 207 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> |
| 208 | <preferred-size width="150" height="-1" /> |
| 209 | </default-constraints> |
| 210 | </item> |
| 211 | <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true"> |
| 212 | <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> |
| 213 | <preferred-size width="150" height="50" /> |
| 214 | </default-constraints> |
| 215 | </item> |
| 216 | <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> |
| 217 | <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> |
| 218 | <preferred-size width="150" height="50" /> |
| 219 | </default-constraints> |
| 220 | </item> |
| 221 | <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> |
| 222 | <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> |
| 223 | <preferred-size width="150" height="50" /> |
| 224 | </default-constraints> |
| 225 | </item> |
| 226 | <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true"> |
| 227 | <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" /> |
| 228 | </item> |
| 229 | <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false"> |
| 230 | <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> |
| 231 | <preferred-size width="150" height="50" /> |
| 232 | </default-constraints> |
| 233 | </item> |
| 234 | <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false"> |
| 235 | <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3"> |
| 236 | <preferred-size width="150" height="50" /> |
| 237 | </default-constraints> |
| 238 | </item> |
| 239 | <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false"> |
| 240 | <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> |
| 241 | <preferred-size width="150" height="50" /> |
| 242 | </default-constraints> |
| 243 | </item> |
| 244 | <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false"> |
| 245 | <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> |
| 246 | <preferred-size width="200" height="200" /> |
| 247 | </default-constraints> |
| 248 | </item> |
| 249 | <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false"> |
| 250 | <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> |
| 251 | <preferred-size width="200" height="200" /> |
| 252 | </default-constraints> |
| 253 | </item> |
| 254 | <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true"> |
| 255 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> |
| 256 | </item> |
| 257 | <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false"> |
| 258 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> |
| 259 | </item> |
| 260 | <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false"> |
| 261 | <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" /> |
| 262 | </item> |
| 263 | <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> |
| 264 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" /> |
| 265 | </item> |
| 266 | <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false"> |
| 267 | <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"> |
| 268 | <preferred-size width="-1" height="20" /> |
| 269 | </default-constraints> |
| 270 | </item> |
| 271 | <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false"> |
| 272 | <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" /> |
| 273 | </item> |
| 274 | <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> |
| 275 | <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" /> |
| 276 | </item> |
| 277 | </group> |
| 278 | </component> |
| 279 | <component name="ProjectFileVersion" converted="true" /> |
| 280 | <component name="ProjectModuleManager"> |
| 281 | <modules> |
| 282 | <module fileurl="file://$PROJECT_DIR$/android.iml" filepath="$PROJECT_DIR$/android.iml" /> |
| 283 | </modules> |
| 284 | </component> |
| 285 | <component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="1.5 (No Libraries)" project-jdk-type="JavaSDK"> |
| 286 | <output url="file:///tmp/intellij$PROJECT_DIR$/classes" /> |
| 287 | </component> |
| 288 | <component name="RmicSettings"> |
| 289 | <option name="IS_EANABLED" value="false" /> |
| 290 | <option name="DEBUGGING_INFO" value="true" /> |
| 291 | <option name="GENERATE_NO_WARNINGS" value="false" /> |
| 292 | <option name="GENERATE_IIOP_STUBS" value="false" /> |
| 293 | <option name="ADDITIONAL_OPTIONS_STRING" value="" /> |
| 294 | </component> |
| 295 | <component name="VcsDirectoryMappings"> |
| 296 | <mapping directory="" vcs="Perforce" /> |
| 297 | </component> |
| 298 | <component name="com.intellij.jsf.UserDefinedFacesConfigs"> |
| 299 | <option name="USER_DEFINED_CONFIGS"> |
| 300 | <value> |
| 301 | <list size="0" /> |
| 302 | </value> |
| 303 | </option> |
| 304 | </component> |
| 305 | <component name="uidesigner-configuration"> |
| 306 | <option name="INSTRUMENT_CLASSES" value="true" /> |
| 307 | <option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true" /> |
| 308 | <option name="DEFAULT_LAYOUT_MANAGER" value="GridLayoutManager" /> |
| 309 | </component> |
| 310 | </project> |
| 311 | |