Mercurial > hg > mercurial
annotate mercurial.ipr @ 186:bf9c33bf3390 remote-run/dmitry.neverov/tw-15762
Branch for remote run
author | Dmitry Neverov <dmitry.neverov@jetbrains.com> |
---|---|
date | Fri, 11 Mar 2011 15:35:30 +0300 |
parents | 0ea2ad14ce97 |
children | 5cbb5ae712e9 86ae99a7c5d6 |
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> | |
140
247273ec5e27
Fix problem with hg.cmd on Windows
Dmitry Neverov <dmitry.neverov@jetbrains.com>
parents:
139
diff
changeset
|
300 <component name="ProjectResources"> |
247273ec5e27
Fix problem with hg.cmd on Windows
Dmitry Neverov <dmitry.neverov@jetbrains.com>
parents:
139
diff
changeset
|
301 <default-html-doctype>http://www.w3.org/1999/xhtml</default-html-doctype> |
247273ec5e27
Fix problem with hg.cmd on Windows
Dmitry Neverov <dmitry.neverov@jetbrains.com>
parents:
139
diff
changeset
|
302 </component> |
1 | 303 <component name="ProjectRootConfigurable.UI"> |
304 <option name="proportions"> | |
305 <SplitterProportionsDataImpl /> | |
306 </option> | |
307 </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
|
308 <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 | 309 <component name="ResourceManagerContainer"> |
310 <option name="myResourceBundles"> | |
311 <value> | |
312 <list size="0" /> | |
313 </value> | |
314 </option> | |
315 </component> | |
316 <component name="ScopeChooserConfigurable.UI"> | |
317 <option name="proportions"> | |
318 <SplitterProportionsDataImpl /> | |
319 </option> | |
320 </component> | |
321 <component name="Struts Assistant"> | |
322 <option name="showInputs" value="true" /> | |
323 <option name="resources"> | |
324 <value> | |
325 <option name="strutsPath" /> | |
326 <option name="strutsHelp" /> | |
327 </value> | |
328 </option> | |
329 <option name="selectedTaglibs" /> | |
330 <option name="selectedTaglibs" /> | |
331 <option name="myStrutsValidationEnabled" value="true" /> | |
332 <option name="myTilesValidationEnabled" value="true" /> | |
333 <option name="myValidatorValidationEnabled" value="true" /> | |
334 <option name="myReportErrorsAsWarnings" value="true" /> | |
335 </component> | |
336 <component name="SvnBranchConfigurationManager"> | |
337 <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
|
338 <option name="mySupportsUserInfoFilter" value="true" /> |
1 | 339 </component> |
340 <component name="SvnChangesBrowserSettings"> | |
341 <option name="USE_AUTHOR_FIELD" value="true" /> | |
342 <option name="AUTHOR" value="" /> | |
343 <option name="LOCATION" value="" /> | |
344 <option name="USE_PROJECT_SETTINGS" value="true" /> | |
345 <option name="USE_ALTERNATE_LOCATION" value="false" /> | |
346 </component> | |
347 <component name="TeamCityRootDirectoryHolder"> | |
348 <option name="myRelativeRootDirectory" /> | |
349 </component> | |
350 <component name="VCS.FileViewConfiguration"> | |
351 <option name="SELECTED_STATUSES" value="DEFAULT" /> | |
352 <option name="SELECTED_COLUMNS" value="DEFAULT" /> | |
353 <option name="SHOW_FILTERS" value="true" /> | |
354 <option name="CUSTOMIZE_VIEW" value="true" /> | |
355 <option name="SHOW_FILE_HISTORY_AS_TREE" value="true" /> | |
356 </component> | |
357 <component name="VcsDirectoryMappings"> | |
119 | 358 <mapping directory="" vcs="hg4idea" /> |
1 | 359 </component> |
44 | 360 <component name="WebServicesPlugin" addRequiredLibraries="true" /> |
1 | 361 <component name="com.intellij.ide.util.scopeChooser.ScopeChooserConfigurable" proportions="" version="1"> |
362 <option name="myLastEditedConfigurable" /> | |
363 </component> | |
364 <component name="com.intellij.jsf.UserDefinedFacesConfigs"> | |
365 <option name="USER_DEFINED_CONFIGS"> | |
366 <value> | |
367 <list size="0" /> | |
368 </value> | |
369 </option> | |
370 </component> | |
371 <component name="com.intellij.openapi.roots.ui.configuration.projectRoot.ProjectRootMasterDetailsConfigurable" proportions="" version="1"> | |
372 <option name="myPlainMode" value="false" /> | |
373 <option name="myLastEditedConfigurable" /> | |
374 </component> | |
375 <component name="com.intellij.profile.ui.ErrorOptionsConfigurable" proportions="" version="1"> | |
376 <option name="myLastEditedConfigurable" /> | |
377 </component> | |
378 <component name="libraryTable"> | |
379 <library name="IDEA-openapi"> | |
380 <CLASSES> | |
77 | 381 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/resources_en.jar!/" /> |
382 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/util.jar!/" /> | |
383 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/openapi.jar!/" /> | |
384 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/annotations.jar!/" /> | |
1 | 385 </CLASSES> |
386 <JAVADOC /> | |
387 <SOURCES /> | |
388 </library> | |
134 | 389 <library name="JMock"> |
390 <CLASSES> | |
181
0ea2ad14ce97
Add local mirrors for agent checkout. To turn them on set agent property teamcity.hg.use.local.mirrors = true.
Dmitry Neverov <dmitry.neverov@jetbrains.com>
parents:
146
diff
changeset
|
391 <root url="jar://$PROJECT_DIR$/mercurial-tests/lib/hamcrest-library-1.1.jar!/" /> |
0ea2ad14ce97
Add local mirrors for agent checkout. To turn them on set agent property teamcity.hg.use.local.mirrors = true.
Dmitry Neverov <dmitry.neverov@jetbrains.com>
parents:
146
diff
changeset
|
392 <root url="jar://$PROJECT_DIR$/mercurial-tests/lib/hamcrest-core-1.1.jar!/" /> |
0ea2ad14ce97
Add local mirrors for agent checkout. To turn them on set agent property teamcity.hg.use.local.mirrors = true.
Dmitry Neverov <dmitry.neverov@jetbrains.com>
parents:
146
diff
changeset
|
393 <root url="jar://$PROJECT_DIR$/mercurial-tests/lib/jmock-2.5.1.jar!/" /> |
134 | 394 <root url="jar://$PROJECT_DIR$/mercurial-tests/lib/jmock-SNAPSHOT.jar!/" /> |
395 </CLASSES> | |
396 <JAVADOC /> | |
397 <SOURCES /> | |
398 </library> | |
1 | 399 <library name="JUnit"> |
400 <CLASSES> | |
401 <root url="jar://$PROJECT_DIR$/mercurial-tests/lib/junit-3.8.1.jar!/" /> | |
402 </CLASSES> | |
403 <JAVADOC /> | |
404 <SOURCES /> | |
405 </library> | |
134 | 406 <library name="Log4j"> |
1 | 407 <CLASSES> |
134 | 408 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/log4j-1.2.12.jar!/" /> |
1 | 409 </CLASSES> |
410 <JAVADOC /> | |
411 <SOURCES /> | |
412 </library> | |
413 <library name="TeamCity-impl"> | |
414 <CLASSES> | |
77 | 415 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/patches-impl.jar!/" /> |
416 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/trove4j.jar!/" /> | |
1 | 417 </CLASSES> |
418 <JAVADOC /> | |
419 <SOURCES /> | |
420 </library> | |
134 | 421 <library name="TeamCity-TestsAPI"> |
1 | 422 <CLASSES> |
134 | 423 <root url="jar://$TeamCityDistribution$/devPackage/tests/patches-test.jar!/" /> |
1 | 424 </CLASSES> |
425 <JAVADOC /> | |
426 <SOURCES /> | |
427 </library> | |
28
a7cab5083ada
libraries moved on top level, dummy implementation of agent side checkout interface
Pavel.Sher
parents:
27
diff
changeset
|
428 <library name="TeamCityAPI-agent"> |
a7cab5083ada
libraries moved on top level, dummy implementation of agent side checkout interface
Pavel.Sher
parents:
27
diff
changeset
|
429 <CLASSES> |
77 | 430 <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
|
431 </CLASSES> |
a7cab5083ada
libraries moved on top level, dummy implementation of agent side checkout interface
Pavel.Sher
parents:
27
diff
changeset
|
432 <JAVADOC /> |
a7cab5083ada
libraries moved on top level, dummy implementation of agent side checkout interface
Pavel.Sher
parents:
27
diff
changeset
|
433 <SOURCES> |
77 | 434 <root url="jar://$TeamCityDistribution$/devPackage/src/openApi-source.jar!/" /> |
27
7944e8985ebd
prepare modules structure for agent side checkout
Pavel.Sher
parents:
21
diff
changeset
|
435 </SOURCES> |
7944e8985ebd
prepare modules structure for agent side checkout
Pavel.Sher
parents:
21
diff
changeset
|
436 </library> |
134 | 437 <library name="TeamCityAPI-common"> |
77 | 438 <CLASSES> |
134 | 439 <root url="jar://$TeamCityDistribution$/devPackage/common-api.jar!/" /> |
440 </CLASSES> | |
441 <JAVADOC /> | |
442 <SOURCES> | |
443 <root url="jar://$TeamCityDistribution$/devPackage/src/openApi-source.jar!/" /> | |
444 </SOURCES> | |
445 </library> | |
446 <library name="TeamCityAPI-server"> | |
447 <CLASSES> | |
448 <root url="jar://$TeamCityDistribution$/devPackage/server-api.jar!/" /> | |
146
67a20cc047cb
Add dependency from server.jar
Dmitry Neverov <dmitry.neverov@jetbrains.com>
parents:
140
diff
changeset
|
449 <root url="jar://$TeamCityDistribution$/webapps/ROOT/WEB-INF/lib/server.jar!/" /> |
134 | 450 </CLASSES> |
451 <JAVADOC /> | |
452 <SOURCES> | |
453 <root url="jar://$TeamCityDistribution$/devPackage/src/openApi-source.jar!/" /> | |
454 </SOURCES> | |
455 </library> | |
456 <library name="TestNG"> | |
457 <CLASSES> | |
458 <root url="jar://$PROJECT_DIR$/mercurial-tests/lib/testng-5.7-jdk15.jar!/" /> | |
77 | 459 </CLASSES> |
460 <JAVADOC /> | |
461 <SOURCES /> | |
462 </library> | |
1 | 463 </component> |
464 <component name="testng.defaultConfiguration"> | |
465 <outputDirectory /> | |
466 <properties /> | |
467 </component> | |
468 </project> | |
469 |