Mercurial > hg > mercurial
annotate mercurial.ipr @ 139:142ff77e52b3
Merge changes since September
author | Dmitry Neverov <dmitry.neverov@jetbrains.com> |
---|---|
date | Wed, 22 Dec 2010 12:18:12 +0300 |
parents | 3ee5a8558eed 7e327b36e36c |
children | 247273ec5e27 |
rev | line source |
---|---|
1 | 1 <?xml version="1.0" encoding="UTF-8"?> |
77 | 2 <project version="4"> |
1 | 3 <component name="AntConfiguration"> |
4 <defaultAnt bundledAnt="true" /> | |
5 | 5 <buildFile url="file://$PROJECT_DIR$/build.xml"> |
6 <additionalClassPath /> | |
7 <antReference projectDefault="true" /> | |
8 <customJdkName value="" /> | |
9 <maximumHeapSize value="128" /> | |
10 <maximumStackSize value="32" /> | |
11 <properties /> | |
12 </buildFile> | |
1 | 13 </component> |
14 <component name="BuildJarProjectSettings"> | |
15 <option name="BUILD_JARS_ON_MAKE" value="false" /> | |
16 </component> | |
17 <component name="ChangeBrowserSettings"> | |
18 <option name="MAIN_SPLITTER_PROPORTION" value="0.3" /> | |
19 <option name="MESSAGES_SPLITTER_PROPORTION" value="0.8" /> | |
20 <option name="USE_DATE_BEFORE_FILTER" value="false" /> | |
21 <option name="USE_DATE_AFTER_FILTER" value="false" /> | |
22 <option name="USE_CHANGE_BEFORE_FILTER" value="false" /> | |
23 <option name="USE_CHANGE_AFTER_FILTER" value="false" /> | |
24 <option name="DATE_BEFORE" value="" /> | |
25 <option name="DATE_AFTER" value="" /> | |
26 <option name="CHANGE_BEFORE" value="" /> | |
27 <option name="CHANGE_AFTER" value="" /> | |
28 <option name="USE_USER_FILTER" value="false" /> | |
29 <option name="USER" value="" /> | |
30 </component> | |
31 <component name="CodeStyleProjectProfileManger"> | |
32 <option name="PROJECT_PROFILE" /> | |
33 <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" /> | |
34 </component> | |
35 <component name="CompilerConfiguration"> | |
36 <option name="DEFAULT_COMPILER" value="Javac" /> | |
37 <resourceExtensions> | |
38 <entry name=".+\.(properties|xml|html|dtd|tld)" /> | |
39 <entry name=".+\.(gif|png|jpeg|jpg)" /> | |
40 </resourceExtensions> | |
41 <wildcardResourcePatterns> | |
42 <entry name="?*.properties" /> | |
43 <entry name="?*.xml" /> | |
44 <entry name="?*.gif" /> | |
45 <entry name="?*.png" /> | |
46 <entry name="?*.jpeg" /> | |
47 <entry name="?*.jpg" /> | |
48 <entry name="?*.html" /> | |
49 <entry name="?*.dtd" /> | |
50 <entry name="?*.tld" /> | |
6 | 51 <entry name="?*.jsp" /> |
52 <entry name="?*.tag" /> | |
1 | 53 </wildcardResourcePatterns> |
84 | 54 <annotationProcessing enabled="false" useClasspath="true" /> |
1 | 55 </component> |
63
cef5cfe52e3e
do not set credentials in the url if url already has them
C:\Documents and Settings\pavel.sher\Application Data\The Bat!
parents:
51
diff
changeset
|
56 <component name="CopyrightManager" default=""> |
cef5cfe52e3e
do not set credentials in the url if url already has them
C:\Documents and Settings\pavel.sher\Application Data\The Bat!
parents:
51
diff
changeset
|
57 <module2copyright /> |
cef5cfe52e3e
do not set credentials in the url if url already has them
C:\Documents and Settings\pavel.sher\Application Data\The Bat!
parents:
51
diff
changeset
|
58 </component> |
1 | 59 <component name="DependenciesAnalyzeManager"> |
60 <option name="myForwardDirection" value="false" /> | |
61 </component> | |
62 <component name="DependencyValidationManager"> | |
63 <option name="SKIP_IMPORT_STATEMENTS" value="false" /> | |
64 </component> | |
65 <component name="EclipseCompilerSettings"> | |
66 <option name="GENERATE_NO_WARNINGS" value="true" /> | |
67 <option name="DEPRECATION" value="false" /> | |
68 </component> | |
69 <component name="EclipseEmbeddedCompilerSettings"> | |
70 <option name="DEBUGGING_INFO" value="true" /> | |
71 <option name="GENERATE_NO_WARNINGS" value="true" /> | |
72 <option name="DEPRECATION" value="false" /> | |
73 <option name="ADDITIONAL_OPTIONS_STRING" value="" /> | |
74 <option name="MAXIMUM_HEAP_SIZE" value="128" /> | |
75 </component> | |
76 <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" /> | |
77 <component name="EntryPointsManager"> | |
78 <entry_points version="2.0" /> | |
79 </component> | |
80 <component name="ErrorOptionsConfigurable.UI"> | |
81 <option name="proportions"> | |
82 <SplitterProportionsDataImpl /> | |
83 </option> | |
84 </component> | |
85 <component name="ExportToHTMLSettings"> | |
86 <option name="PRINT_LINE_NUMBERS" value="false" /> | |
87 <option name="OPEN_IN_BROWSER" value="false" /> | |
88 <option name="OUTPUT_DIRECTORY" /> | |
89 </component> | |
90 <component name="GlobalLibrariesConfigurable.UI"> | |
91 <option name="proportions"> | |
92 <SplitterProportionsDataImpl /> | |
93 </option> | |
94 </component> | |
95 <component name="IdProvider" IDEtalkID="317BB29ECB7DA19EFFA340ECF52563C6" /> | |
96 <component name="InspectionProjectProfileManager"> | |
79 | 97 <profiles> |
98 <profile version="1.0" is_locked="false"> | |
99 <option name="myName" value="Project Default" /> | |
100 <option name="myLocal" value="false" /> | |
101 <inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false"> | |
102 <option name="processCode" value="true" /> | |
103 <option name="processLiterals" value="true" /> | |
104 <option name="processComments" value="true" /> | |
105 </inspection_tool> | |
106 </profile> | |
107 </profiles> | |
108 <option name="PROJECT_PROFILE" value="Project Default" /> | |
109 <option name="USE_PROJECT_PROFILE" value="true" /> | |
110 <version value="1.0" /> | |
63
cef5cfe52e3e
do not set credentials in the url if url already has them
C:\Documents and Settings\pavel.sher\Application Data\The Bat!
parents:
51
diff
changeset
|
111 <list size="5"> |
67
e6971dc6b17c
always use url with credentials if username/password are specified
Pavel.Sher
parents:
63
diff
changeset
|
112 <item index="0" class="java.lang.String" itemvalue="TYPO" /> |
e6971dc6b17c
always use url with credentials if username/password are specified
Pavel.Sher
parents:
63
diff
changeset
|
113 <item index="1" class="java.lang.String" itemvalue="INFO" /> |
e6971dc6b17c
always use url with credentials if username/password are specified
Pavel.Sher
parents:
63
diff
changeset
|
114 <item index="2" class="java.lang.String" itemvalue="WARNING" /> |
e6971dc6b17c
always use url with credentials if username/password are specified
Pavel.Sher
parents:
63
diff
changeset
|
115 <item index="3" class="java.lang.String" itemvalue="ERROR" /> |
63
cef5cfe52e3e
do not set credentials in the url if url already has them
C:\Documents and Settings\pavel.sher\Application Data\The Bat!
parents:
51
diff
changeset
|
116 <item index="4" class="java.lang.String" itemvalue="SERVER PROBLEM" /> |
cef5cfe52e3e
do not set credentials in the url if url already has them
C:\Documents and Settings\pavel.sher\Application Data\The Bat!
parents:
51
diff
changeset
|
117 </list> |
1 | 118 </component> |
119 <component name="JavadocGenerationManager"> | |
120 <option name="OUTPUT_DIRECTORY" /> | |
121 <option name="OPTION_SCOPE" value="protected" /> | |
122 <option name="OPTION_HIERARCHY" value="true" /> | |
123 <option name="OPTION_NAVIGATOR" value="true" /> | |
124 <option name="OPTION_INDEX" value="true" /> | |
125 <option name="OPTION_SEPARATE_INDEX" value="true" /> | |
126 <option name="OPTION_DOCUMENT_TAG_USE" value="false" /> | |
127 <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" /> | |
128 <option name="OPTION_DOCUMENT_TAG_VERSION" value="false" /> | |
129 <option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" /> | |
130 <option name="OPTION_DEPRECATED_LIST" value="true" /> | |
131 <option name="OTHER_OPTIONS" value="" /> | |
132 <option name="HEAP_SIZE" /> | |
133 <option name="LOCALE" /> | |
134 <option name="OPEN_IN_BROWSER" value="true" /> | |
135 </component> | |
136 <component name="JdkListConfigurable.UI"> | |
137 <option name="proportions"> | |
138 <SplitterProportionsDataImpl /> | |
139 </option> | |
140 </component> | |
141 <component name="LogConsolePreferences"> | |
142 <option name="FILTER_ERRORS" value="false" /> | |
143 <option name="FILTER_WARNINGS" value="false" /> | |
144 <option name="FILTER_INFO" value="true" /> | |
145 <option name="CUSTOM_FILTER" /> | |
146 </component> | |
147 <component name="ModuleStructureConfigurable.UI"> | |
148 <option name="proportions"> | |
149 <SplitterProportionsDataImpl /> | |
150 </option> | |
151 </component> | |
152 <component name="Palette2"> | |
153 <group name="Swing"> | |
154 <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"> | |
155 <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> | |
156 </item> | |
157 <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"> | |
158 <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> | |
159 </item> | |
160 <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
161 <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> | |
162 </item> | |
163 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> | |
164 <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> | |
165 </item> | |
166 <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
167 <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> | |
168 <initial-values> | |
169 <property name="text" value="Button" /> | |
170 </initial-values> | |
171 </item> | |
172 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
173 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | |
174 <initial-values> | |
175 <property name="text" value="RadioButton" /> | |
176 </initial-values> | |
177 </item> | |
178 <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.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="CheckBox" /> | |
182 </initial-values> | |
183 </item> | |
184 <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
185 <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> | |
186 <initial-values> | |
187 <property name="text" value="Label" /> | |
188 </initial-values> | |
189 </item> | |
190 <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
191 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | |
192 <preferred-size width="150" height="-1" /> | |
193 </default-constraints> | |
194 </item> | |
195 <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
196 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | |
197 <preferred-size width="150" height="-1" /> | |
198 </default-constraints> | |
199 </item> | |
200 <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
201 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | |
202 <preferred-size width="150" height="-1" /> | |
203 </default-constraints> | |
204 </item> | |
205 <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
206 <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
207 <preferred-size width="150" height="50" /> | |
208 </default-constraints> | |
209 </item> | |
210 <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
211 <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
212 <preferred-size width="150" height="50" /> | |
213 </default-constraints> | |
214 </item> | |
215 <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
216 <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
217 <preferred-size width="150" height="50" /> | |
218 </default-constraints> | |
219 </item> | |
220 <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
221 <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" /> | |
222 </item> | |
223 <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
224 <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
225 <preferred-size width="150" height="50" /> | |
226 </default-constraints> | |
227 </item> | |
228 <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
229 <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3"> | |
230 <preferred-size width="150" height="50" /> | |
231 </default-constraints> | |
232 </item> | |
233 <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
234 <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
235 <preferred-size width="150" height="50" /> | |
236 </default-constraints> | |
237 </item> | |
238 <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
239 <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | |
240 <preferred-size width="200" height="200" /> | |
241 </default-constraints> | |
242 </item> | |
243 <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
244 <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | |
245 <preferred-size width="200" height="200" /> | |
246 </default-constraints> | |
247 </item> | |
248 <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
249 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | |
250 </item> | |
251 <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
252 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | |
253 </item> | |
254 <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
255 <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" /> | |
256 </item> | |
257 <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
258 <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" /> | |
259 </item> | |
260 <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
261 <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"> | |
262 <preferred-size width="-1" height="20" /> | |
263 </default-constraints> | |
264 </item> | |
265 <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
266 <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" /> | |
267 </item> | |
268 <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
269 <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" /> | |
270 </item> | |
271 </group> | |
272 </component> | |
273 <component name="PerforceChangeBrowserSettings"> | |
274 <option name="USE_CLIENT_FILTER" value="true" /> | |
275 <option name="CLIENT" value="" /> | |
276 </component> | |
277 <component name="ProjectDetails"> | |
278 <option name="projectName" value="mercurial" /> | |
279 </component> | |
67
e6971dc6b17c
always use url with credentials if username/password are specified
Pavel.Sher
parents:
63
diff
changeset
|
280 <component name="ProjectDictionaryState"> |
e6971dc6b17c
always use url with credentials if username/password are specified
Pavel.Sher
parents:
63
diff
changeset
|
281 <dictionary name="Pavel.Sher" /> |
e6971dc6b17c
always use url with credentials if username/password are specified
Pavel.Sher
parents:
63
diff
changeset
|
282 </component> |
63
cef5cfe52e3e
do not set credentials in the url if url already has them
C:\Documents and Settings\pavel.sher\Application Data\The Bat!
parents:
51
diff
changeset
|
283 <component name="ProjectKey"> |
cef5cfe52e3e
do not set credentials in the url if url already has them
C:\Documents and Settings\pavel.sher\Application Data\The Bat!
parents:
51
diff
changeset
|
284 <option name="state" value="project://C:\Work\mercurial\mercurial.ipr" /> |
cef5cfe52e3e
do not set credentials in the url if url already has them
C:\Documents and Settings\pavel.sher\Application Data\The Bat!
parents:
51
diff
changeset
|
285 </component> |
1 | 286 <component name="ProjectLibrariesConfigurable.UI"> |
287 <option name="proportions"> | |
288 <SplitterProportionsDataImpl /> | |
289 </option> | |
290 </component> | |
291 <component name="ProjectModuleManager"> | |
292 <modules> | |
5 | 293 <module fileurl="file://$PROJECT_DIR$/main.iml" filepath="$PROJECT_DIR$/main.iml" /> |
27
7944e8985ebd
prepare modules structure for agent side checkout
Pavel.Sher
parents:
21
diff
changeset
|
294 <module fileurl="file://$PROJECT_DIR$/mercurial-agent/mercurial-agent.iml" filepath="$PROJECT_DIR$/mercurial-agent/mercurial-agent.iml" /> |
7944e8985ebd
prepare modules structure for agent side checkout
Pavel.Sher
parents:
21
diff
changeset
|
295 <module fileurl="file://$PROJECT_DIR$/mercurial-common/mercurial-common.iml" filepath="$PROJECT_DIR$/mercurial-common/mercurial-common.iml" /> |
7944e8985ebd
prepare modules structure for agent side checkout
Pavel.Sher
parents:
21
diff
changeset
|
296 <module fileurl="file://$PROJECT_DIR$/mercurial-server/mercurial-server.iml" filepath="$PROJECT_DIR$/mercurial-server/mercurial-server.iml" /> |
1 | 297 <module fileurl="file://$PROJECT_DIR$/mercurial-tests/mercurial-tests.iml" filepath="$PROJECT_DIR$/mercurial-tests/mercurial-tests.iml" /> |
298 </modules> | |
299 </component> | |
300 <component name="ProjectRootConfigurable.UI"> | |
301 <option name="proportions"> | |
302 <SplitterProportionsDataImpl /> | |
303 </option> | |
304 </component> | |
63
cef5cfe52e3e
do not set credentials in the url if url already has them
C:\Documents and Settings\pavel.sher\Application Data\The Bat!
parents:
51
diff
changeset
|
305 <component name="ProjectRootManager" version="2" languageLevel="JDK_1_5" assert-keyword="true" jdk-15="true" project-jdk-name="1.5" project-jdk-type="JavaSDK" /> |
1 | 306 <component name="ResourceManagerContainer"> |
307 <option name="myResourceBundles"> | |
308 <value> | |
309 <list size="0" /> | |
310 </value> | |
311 </option> | |
312 </component> | |
313 <component name="ScopeChooserConfigurable.UI"> | |
314 <option name="proportions"> | |
315 <SplitterProportionsDataImpl /> | |
316 </option> | |
317 </component> | |
318 <component name="Struts Assistant"> | |
319 <option name="showInputs" value="true" /> | |
320 <option name="resources"> | |
321 <value> | |
322 <option name="strutsPath" /> | |
323 <option name="strutsHelp" /> | |
324 </value> | |
325 </option> | |
326 <option name="selectedTaglibs" /> | |
327 <option name="selectedTaglibs" /> | |
328 <option name="myStrutsValidationEnabled" value="true" /> | |
329 <option name="myTilesValidationEnabled" value="true" /> | |
330 <option name="myValidatorValidationEnabled" value="true" /> | |
331 <option name="myReportErrorsAsWarnings" value="true" /> | |
332 </component> | |
333 <component name="SvnBranchConfigurationManager"> | |
334 <option name="myVersion" value="123" /> | |
63
cef5cfe52e3e
do not set credentials in the url if url already has them
C:\Documents and Settings\pavel.sher\Application Data\The Bat!
parents:
51
diff
changeset
|
335 <option name="mySupportsUserInfoFilter" value="true" /> |
1 | 336 </component> |
337 <component name="SvnChangesBrowserSettings"> | |
338 <option name="USE_AUTHOR_FIELD" value="true" /> | |
339 <option name="AUTHOR" value="" /> | |
340 <option name="LOCATION" value="" /> | |
341 <option name="USE_PROJECT_SETTINGS" value="true" /> | |
342 <option name="USE_ALTERNATE_LOCATION" value="false" /> | |
343 </component> | |
344 <component name="TeamCityRootDirectoryHolder"> | |
345 <option name="myRelativeRootDirectory" /> | |
346 </component> | |
347 <component name="VCS.FileViewConfiguration"> | |
348 <option name="SELECTED_STATUSES" value="DEFAULT" /> | |
349 <option name="SELECTED_COLUMNS" value="DEFAULT" /> | |
350 <option name="SHOW_FILTERS" value="true" /> | |
351 <option name="CUSTOMIZE_VIEW" value="true" /> | |
352 <option name="SHOW_FILE_HISTORY_AS_TREE" value="true" /> | |
353 </component> | |
354 <component name="VcsDirectoryMappings"> | |
119 | 355 <mapping directory="" vcs="hg4idea" /> |
1 | 356 </component> |
44 | 357 <component name="WebServicesPlugin" addRequiredLibraries="true" /> |
1 | 358 <component name="com.intellij.ide.util.scopeChooser.ScopeChooserConfigurable" proportions="" version="1"> |
359 <option name="myLastEditedConfigurable" /> | |
360 </component> | |
361 <component name="com.intellij.jsf.UserDefinedFacesConfigs"> | |
362 <option name="USER_DEFINED_CONFIGS"> | |
363 <value> | |
364 <list size="0" /> | |
365 </value> | |
366 </option> | |
367 </component> | |
368 <component name="com.intellij.openapi.roots.ui.configuration.projectRoot.ProjectRootMasterDetailsConfigurable" proportions="" version="1"> | |
369 <option name="myPlainMode" value="false" /> | |
370 <option name="myLastEditedConfigurable" /> | |
371 </component> | |
372 <component name="com.intellij.profile.ui.ErrorOptionsConfigurable" proportions="" version="1"> | |
373 <option name="myLastEditedConfigurable" /> | |
374 </component> | |
375 <component name="libraryTable"> | |
376 <library name="IDEA-openapi"> | |
377 <CLASSES> | |
77 | 378 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/resources_en.jar!/" /> |
379 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/util.jar!/" /> | |
380 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/openapi.jar!/" /> | |
381 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/annotations.jar!/" /> | |
1 | 382 </CLASSES> |
383 <JAVADOC /> | |
384 <SOURCES /> | |
385 </library> | |
134 | 386 <library name="JMock"> |
387 <CLASSES> | |
388 <root url="jar://$PROJECT_DIR$/mercurial-tests/lib/jmock-SNAPSHOT.jar!/" /> | |
389 </CLASSES> | |
390 <JAVADOC /> | |
391 <SOURCES /> | |
392 </library> | |
1 | 393 <library name="JUnit"> |
394 <CLASSES> | |
395 <root url="jar://$PROJECT_DIR$/mercurial-tests/lib/junit-3.8.1.jar!/" /> | |
396 </CLASSES> | |
397 <JAVADOC /> | |
398 <SOURCES /> | |
399 </library> | |
134 | 400 <library name="Log4j"> |
1 | 401 <CLASSES> |
134 | 402 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/log4j-1.2.12.jar!/" /> |
1 | 403 </CLASSES> |
404 <JAVADOC /> | |
405 <SOURCES /> | |
406 </library> | |
407 <library name="TeamCity-impl"> | |
408 <CLASSES> | |
77 | 409 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/patches-impl.jar!/" /> |
410 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/trove4j.jar!/" /> | |
1 | 411 </CLASSES> |
412 <JAVADOC /> | |
413 <SOURCES /> | |
414 </library> | |
134 | 415 <library name="TeamCity-TestsAPI"> |
1 | 416 <CLASSES> |
134 | 417 <root url="jar://$TeamCityDistribution$/devPackage/tests/patches-test.jar!/" /> |
1 | 418 </CLASSES> |
419 <JAVADOC /> | |
420 <SOURCES /> | |
421 </library> | |
28
a7cab5083ada
libraries moved on top level, dummy implementation of agent side checkout interface
Pavel.Sher
parents:
27
diff
changeset
|
422 <library name="TeamCityAPI-agent"> |
a7cab5083ada
libraries moved on top level, dummy implementation of agent side checkout interface
Pavel.Sher
parents:
27
diff
changeset
|
423 <CLASSES> |
77 | 424 <root url="jar://$TeamCityDistribution$/devPackage/agent-api.jar!/" /> |
28
a7cab5083ada
libraries moved on top level, dummy implementation of agent side checkout interface
Pavel.Sher
parents:
27
diff
changeset
|
425 </CLASSES> |
a7cab5083ada
libraries moved on top level, dummy implementation of agent side checkout interface
Pavel.Sher
parents:
27
diff
changeset
|
426 <JAVADOC /> |
a7cab5083ada
libraries moved on top level, dummy implementation of agent side checkout interface
Pavel.Sher
parents:
27
diff
changeset
|
427 <SOURCES> |
77 | 428 <root url="jar://$TeamCityDistribution$/devPackage/src/openApi-source.jar!/" /> |
27
7944e8985ebd
prepare modules structure for agent side checkout
Pavel.Sher
parents:
21
diff
changeset
|
429 </SOURCES> |
7944e8985ebd
prepare modules structure for agent side checkout
Pavel.Sher
parents:
21
diff
changeset
|
430 </library> |
134 | 431 <library name="TeamCityAPI-common"> |
77 | 432 <CLASSES> |
134 | 433 <root url="jar://$TeamCityDistribution$/devPackage/common-api.jar!/" /> |
434 </CLASSES> | |
435 <JAVADOC /> | |
436 <SOURCES> | |
437 <root url="jar://$TeamCityDistribution$/devPackage/src/openApi-source.jar!/" /> | |
438 </SOURCES> | |
439 </library> | |
440 <library name="TeamCityAPI-server"> | |
441 <CLASSES> | |
442 <root url="jar://$TeamCityDistribution$/devPackage/server-api.jar!/" /> | |
443 </CLASSES> | |
444 <JAVADOC /> | |
445 <SOURCES> | |
446 <root url="jar://$TeamCityDistribution$/devPackage/src/openApi-source.jar!/" /> | |
447 </SOURCES> | |
448 </library> | |
449 <library name="TestNG"> | |
450 <CLASSES> | |
451 <root url="jar://$PROJECT_DIR$/mercurial-tests/lib/testng-5.7-jdk15.jar!/" /> | |
77 | 452 </CLASSES> |
453 <JAVADOC /> | |
454 <SOURCES /> | |
455 </library> | |
1 | 456 </component> |
457 <component name="testng.defaultConfiguration"> | |
458 <outputDirectory /> | |
459 <properties /> | |
460 </component> | |
461 </project> | |
462 |