buildr 1.4.4-x86-mswin32 → 1.4.5-x86-mswin32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +46 -0
- data/Rakefile +0 -1
- data/addon/buildr/bnd.rb +147 -0
- data/addon/buildr/jaxb_xjc.rb +72 -0
- data/addon/buildr/protobuf.rb +14 -1
- data/buildr.gemspec +6 -2
- data/doc/artifacts.textile +6 -0
- data/doc/contributing.textile +3 -0
- data/doc/download.textile +60 -0
- data/doc/index.textile +9 -15
- data/doc/installing.textile +23 -6
- data/doc/mailing_lists.textile +4 -0
- data/doc/more_stuff.textile +333 -6
- data/doc/packaging.textile +187 -1
- data/lib/buildr.rb +8 -1
- data/lib/buildr/clojure.rb +34 -0
- data/lib/buildr/clojure/shell.rb +52 -0
- data/lib/buildr/core.rb +3 -0
- data/lib/buildr/core/#application.rb# +700 -0
- data/lib/buildr/core/application.rb +18 -8
- data/lib/buildr/core/build.rb +2 -2
- data/lib/buildr/core/cc.rb +57 -63
- data/lib/buildr/core/checks.rb +4 -5
- data/lib/buildr/core/doc.rb +3 -1
- data/lib/buildr/core/generate.rb +2 -0
- data/lib/buildr/core/jrebel.rb +42 -0
- data/lib/buildr/core/linux.rb +30 -0
- data/lib/buildr/core/project.rb +9 -8
- data/lib/buildr/core/run.rb +3 -3
- data/lib/buildr/core/shell.rb +29 -90
- data/lib/buildr/core/test.rb +3 -3
- data/lib/buildr/core/transports.rb +5 -5
- data/lib/buildr/core/util.rb +2 -2
- data/lib/buildr/groovy.rb +1 -0
- data/lib/buildr/groovy/compiler.rb +12 -1
- data/lib/buildr/groovy/doc.rb +76 -0
- data/lib/buildr/groovy/shell.rb +24 -15
- data/lib/buildr/ide.rb +1 -1
- data/lib/buildr/ide/idea.rb +527 -141
- data/lib/buildr/java/bdd.rb +18 -13
- data/lib/buildr/java/ecj.rb +1 -3
- data/lib/buildr/java/jtestr_result.rb +295 -0
- data/lib/buildr/java/jtestr_runner.rb.erb +4 -6
- data/lib/buildr/java/packaging.rb +14 -3
- data/lib/buildr/java/pom.rb +6 -2
- data/lib/buildr/java/test_result.rb +15 -243
- data/lib/buildr/java/tests.rb +1 -1
- data/lib/buildr/packaging.rb +2 -1
- data/lib/buildr/packaging/#package.rb.rej# +19 -0
- data/lib/buildr/packaging/archive.rb +13 -3
- data/lib/buildr/packaging/artifact.rb +11 -12
- data/lib/buildr/packaging/tar.rb +4 -1
- data/lib/buildr/packaging/zip.rb +106 -1
- data/lib/buildr/resources/completed.png +0 -0
- data/lib/buildr/resources/failed.png +0 -0
- data/lib/buildr/resources/icons-license.txt +17 -0
- data/lib/buildr/run.rb +7 -14
- data/lib/buildr/scala/#Untitled-2# +7 -0
- data/lib/buildr/scala/bdd.rb +1 -1
- data/lib/buildr/scala/compiler.rb +1 -1
- data/lib/buildr/scala/doc.rb +20 -2
- data/lib/buildr/scala/shell.rb +14 -22
- data/lib/buildr/scala/tests.rb +2 -2
- data/lib/buildr/shell.rb +113 -108
- data/lib/buildr/version.rb +1 -1
- data/rakelib/checks.rake +9 -7
- data/rakelib/doc.rake +10 -0
- data/rakelib/release.rake +9 -0
- data/rakelib/rspec.rake +27 -28
- data/rakelib/setup.rake +1 -1
- data/rakelib/stage.rake +2 -2
- data/spec/addon/bnd_spec.rb +330 -0
- data/spec/addon/jaxb_xjc_spec.rb +125 -0
- data/spec/core/application_spec.rb +1 -1
- data/spec/core/build_spec.rb +7 -7
- data/spec/core/cc_spec.rb +154 -104
- data/spec/core/compile_spec.rb +3 -3
- data/spec/core/project_spec.rb +10 -0
- data/spec/core/run_spec.rb +1 -0
- data/spec/core/shell_spec.rb +146 -0
- data/spec/groovy/doc_spec.rb +65 -0
- data/spec/ide/eclipse_spec.rb +1 -1
- data/spec/ide/idea_spec.rb +1145 -0
- data/spec/java/bdd_spec.rb +3 -3
- data/spec/java/emma_spec.rb +2 -0
- data/spec/java/packaging_spec.rb +40 -11
- data/spec/java/test_coverage_helper.rb +1 -1
- data/spec/packaging/archive_spec.rb +76 -21
- data/spec/packaging/artifact_namespace_spec.rb +1 -1
- data/spec/packaging/artifact_spec.rb +14 -7
- data/spec/sandbox.rb +11 -4
- data/spec/scala/bdd_spec.rb +2 -2
- data/spec/scala/compiler_spec.rb +2 -2
- data/spec/scala/doc_spec.rb +24 -4
- data/spec/scala/scala.rb +2 -2
- data/spec/scala/tests_spec.rb +2 -2
- data/spec/spec_helpers.rb +9 -8
- data/spec/xpath_matchers.rb +121 -0
- metadata +246 -166
- data/lib/buildr/ide/idea.ipr.template +0 -300
- data/lib/buildr/ide/idea7x.ipr.template +0 -290
- data/lib/buildr/ide/idea7x.rb +0 -231
- data/spec/ide/idea7x_spec.rb +0 -96
@@ -1,300 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!--
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
-
contributor license agreements. See the NOTICE file distributed with this
|
5
|
-
work for additional information regarding copyright ownership. The ASF
|
6
|
-
licenses this file to you under the Apache License, Version 2.0 (the
|
7
|
-
"License"); you may not use this file except in compliance with the License.
|
8
|
-
You may obtain a copy of the License at
|
9
|
-
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
14
|
-
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
15
|
-
License for the specific language governing permissions and limitations under
|
16
|
-
the License.
|
17
|
-
-->
|
18
|
-
<project version="4" relativePaths="false">
|
19
|
-
<component name="AntConfiguration">
|
20
|
-
<defaultAnt bundledAnt="true" />
|
21
|
-
</component>
|
22
|
-
<component name="BuildJarProjectSettings">
|
23
|
-
<option name="BUILD_JARS_ON_MAKE" value="false" />
|
24
|
-
</component>
|
25
|
-
<component name="CodeStyleManager">
|
26
|
-
<option name="USE_DEFAULT_CODE_STYLE_SCHEME" value="true" />
|
27
|
-
<option name="CODE_STYLE_SCHEME" value="" />
|
28
|
-
</component>
|
29
|
-
<component name="CodeStyleProjectProfileManger">
|
30
|
-
<option name="PROJECT_PROFILE" />
|
31
|
-
<option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
|
32
|
-
</component>
|
33
|
-
<component name="CodeStyleSettingsManager">
|
34
|
-
<option name="PER_PROJECT_SETTINGS" />
|
35
|
-
<option name="USE_PER_PROJECT_SETTINGS" value="false" />
|
36
|
-
</component>
|
37
|
-
<component name="CompilerConfiguration">
|
38
|
-
<option name="DEFAULT_COMPILER" value="Javac" />
|
39
|
-
<option name="DEPLOY_AFTER_MAKE" value="0" />
|
40
|
-
<resourceExtensions />
|
41
|
-
<wildcardResourcePatterns>
|
42
|
-
<entry name="!?*.java" />
|
43
|
-
</wildcardResourcePatterns>
|
44
|
-
</component>
|
45
|
-
<component name="DataSourceManager" />
|
46
|
-
<component name="DataSourceManagerImpl" />
|
47
|
-
<component name="DependenciesAnalyzeManager">
|
48
|
-
<option name="myForwardDirection" value="false" />
|
49
|
-
</component>
|
50
|
-
<component name="DependencyValidationManager" />
|
51
|
-
<component name="EclipseCompilerSettings">
|
52
|
-
<option name="DEBUGGING_INFO" value="true" />
|
53
|
-
<option name="GENERATE_NO_WARNINGS" value="true" />
|
54
|
-
<option name="DEPRECATION" value="false" />
|
55
|
-
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
|
56
|
-
<option name="MAXIMUM_HEAP_SIZE" value="128" />
|
57
|
-
</component>
|
58
|
-
<component name="EclipseEmbeddedCompilerSettings">
|
59
|
-
<option name="DEBUGGING_INFO" value="true" />
|
60
|
-
<option name="GENERATE_NO_WARNINGS" value="true" />
|
61
|
-
<option name="DEPRECATION" value="false" />
|
62
|
-
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
|
63
|
-
<option name="MAXIMUM_HEAP_SIZE" value="128" />
|
64
|
-
</component>
|
65
|
-
<component name="EntryPointsManager">
|
66
|
-
<entry_points />
|
67
|
-
</component>
|
68
|
-
<component name="ExportToHTMLSettings">
|
69
|
-
<option name="PRINT_LINE_NUMBERS" value="false" />
|
70
|
-
<option name="OPEN_IN_BROWSER" value="false" />
|
71
|
-
<option name="OUTPUT_DIRECTORY" />
|
72
|
-
</component>
|
73
|
-
<component name="GUI Designer component loader factory" />
|
74
|
-
<component name="IdProvider" IDEtalkID="0246D33576B8D4BC3331F9A5BB848389" />
|
75
|
-
<component name="ImportConfiguration">
|
76
|
-
<option name="VENDOR" />
|
77
|
-
<option name="RELEASE_TAG" />
|
78
|
-
<option name="LOG_MESSAGE" />
|
79
|
-
<option name="CHECKOUT_AFTER_IMPORT" value="true" />
|
80
|
-
</component>
|
81
|
-
<component name="InspectionProjectProfileManager">
|
82
|
-
<option name="PROJECT_PROFILE" value="Project Default" />
|
83
|
-
<option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
|
84
|
-
<scopes />
|
85
|
-
<profiles>
|
86
|
-
<profile version="1.0" is_locked="false">
|
87
|
-
<option name="myName" value="Project Default" />
|
88
|
-
<option name="myLocal" value="false" />
|
89
|
-
<used_levels>
|
90
|
-
<error>
|
91
|
-
<option name="myName" value="ERROR" />
|
92
|
-
<option name="myVal" value="400" />
|
93
|
-
</error>
|
94
|
-
<warning>
|
95
|
-
<option name="myName" value="WARNING" />
|
96
|
-
<option name="myVal" value="300" />
|
97
|
-
</warning>
|
98
|
-
<information>
|
99
|
-
<option name="myName" value="INFO" />
|
100
|
-
<option name="myVal" value="200" />
|
101
|
-
</information>
|
102
|
-
<server>
|
103
|
-
<option name="myName" value="SERVER PROBLEM" />
|
104
|
-
<option name="myVal" value="100" />
|
105
|
-
</server>
|
106
|
-
</used_levels>
|
107
|
-
</profile>
|
108
|
-
</profiles>
|
109
|
-
</component>
|
110
|
-
<component name="JUnitProjectSettings">
|
111
|
-
<option name="TEST_RUNNER" value="UI" />
|
112
|
-
</component>
|
113
|
-
<component name="JavacSettings">
|
114
|
-
<option name="DEBUGGING_INFO" value="true" />
|
115
|
-
<option name="GENERATE_NO_WARNINGS" value="false" />
|
116
|
-
<option name="DEPRECATION" value="true" />
|
117
|
-
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
|
118
|
-
<option name="MAXIMUM_HEAP_SIZE" value="128" />
|
119
|
-
</component>
|
120
|
-
<component name="JavadocGenerationManager">
|
121
|
-
<option name="OUTPUT_DIRECTORY" />
|
122
|
-
<option name="OPTION_SCOPE" value="protected" />
|
123
|
-
<option name="OPTION_HIERARCHY" value="false" />
|
124
|
-
<option name="OPTION_NAVIGATOR" value="false" />
|
125
|
-
<option name="OPTION_INDEX" value="false" />
|
126
|
-
<option name="OPTION_SEPARATE_INDEX" value="false" />
|
127
|
-
<option name="OPTION_DOCUMENT_TAG_USE" value="false" />
|
128
|
-
<option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
|
129
|
-
<option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
|
130
|
-
<option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="false" />
|
131
|
-
<option name="OPTION_DEPRECATED_LIST" value="false" />
|
132
|
-
<option name="OTHER_OPTIONS" />
|
133
|
-
<option name="HEAP_SIZE" />
|
134
|
-
<option name="LOCALE" />
|
135
|
-
<option name="OPEN_IN_BROWSER" value="false" />
|
136
|
-
</component>
|
137
|
-
<component name="JikesSettings">
|
138
|
-
<option name="JIKES_PATH" value="" />
|
139
|
-
<option name="DEBUGGING_INFO" value="true" />
|
140
|
-
<option name="DEPRECATION" value="true" />
|
141
|
-
<option name="GENERATE_NO_WARNINGS" value="false" />
|
142
|
-
<option name="IS_EMACS_ERRORS_MODE" value="true" />
|
143
|
-
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
|
144
|
-
</component>
|
145
|
-
<component name="LogConsolePreferences">
|
146
|
-
<option name="FILTER_ERRORS" value="false" />
|
147
|
-
<option name="FILTER_WARNINGS" value="false" />
|
148
|
-
<option name="FILTER_INFO" value="true" />
|
149
|
-
<option name="CUSTOM_FILTER" />
|
150
|
-
</component>
|
151
|
-
<component name="Palette2">
|
152
|
-
<group name="Swing">
|
153
|
-
<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">
|
154
|
-
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
|
155
|
-
</item>
|
156
|
-
<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">
|
157
|
-
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
|
158
|
-
</item>
|
159
|
-
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
160
|
-
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
|
161
|
-
</item>
|
162
|
-
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
|
163
|
-
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
|
164
|
-
</item>
|
165
|
-
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
166
|
-
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
|
167
|
-
<initial-values>
|
168
|
-
<property name="text" value="Button" />
|
169
|
-
</initial-values>
|
170
|
-
</item>
|
171
|
-
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
172
|
-
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
|
173
|
-
<initial-values>
|
174
|
-
<property name="text" value="RadioButton" />
|
175
|
-
</initial-values>
|
176
|
-
</item>
|
177
|
-
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
178
|
-
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
|
179
|
-
<initial-values>
|
180
|
-
<property name="text" value="CheckBox" />
|
181
|
-
</initial-values>
|
182
|
-
</item>
|
183
|
-
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
184
|
-
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
|
185
|
-
<initial-values>
|
186
|
-
<property name="text" value="Label" />
|
187
|
-
</initial-values>
|
188
|
-
</item>
|
189
|
-
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
190
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
191
|
-
<preferred-size width="150" height="-1" />
|
192
|
-
</default-constraints>
|
193
|
-
</item>
|
194
|
-
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
195
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
196
|
-
<preferred-size width="150" height="-1" />
|
197
|
-
</default-constraints>
|
198
|
-
</item>
|
199
|
-
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
200
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
201
|
-
<preferred-size width="150" height="-1" />
|
202
|
-
</default-constraints>
|
203
|
-
</item>
|
204
|
-
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
205
|
-
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
206
|
-
<preferred-size width="150" height="50" />
|
207
|
-
</default-constraints>
|
208
|
-
</item>
|
209
|
-
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
210
|
-
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
211
|
-
<preferred-size width="150" height="50" />
|
212
|
-
</default-constraints>
|
213
|
-
</item>
|
214
|
-
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
215
|
-
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
216
|
-
<preferred-size width="150" height="50" />
|
217
|
-
</default-constraints>
|
218
|
-
</item>
|
219
|
-
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
220
|
-
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
|
221
|
-
</item>
|
222
|
-
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
223
|
-
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
224
|
-
<preferred-size width="150" height="50" />
|
225
|
-
</default-constraints>
|
226
|
-
</item>
|
227
|
-
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
228
|
-
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
|
229
|
-
<preferred-size width="150" height="50" />
|
230
|
-
</default-constraints>
|
231
|
-
</item>
|
232
|
-
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
233
|
-
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
234
|
-
<preferred-size width="150" height="50" />
|
235
|
-
</default-constraints>
|
236
|
-
</item>
|
237
|
-
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
238
|
-
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
|
239
|
-
<preferred-size width="200" height="200" />
|
240
|
-
</default-constraints>
|
241
|
-
</item>
|
242
|
-
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
243
|
-
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
|
244
|
-
<preferred-size width="200" height="200" />
|
245
|
-
</default-constraints>
|
246
|
-
</item>
|
247
|
-
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
248
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
|
249
|
-
</item>
|
250
|
-
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
251
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
|
252
|
-
</item>
|
253
|
-
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
254
|
-
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
|
255
|
-
</item>
|
256
|
-
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
257
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
|
258
|
-
</item>
|
259
|
-
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
260
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
|
261
|
-
<preferred-size width="-1" height="20" />
|
262
|
-
</default-constraints>
|
263
|
-
</item>
|
264
|
-
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
265
|
-
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
|
266
|
-
</item>
|
267
|
-
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
268
|
-
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
|
269
|
-
</item>
|
270
|
-
</group>
|
271
|
-
</component>
|
272
|
-
<component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="1.5" />
|
273
|
-
<component name="ProjectRunConfigurationManager" />
|
274
|
-
<component name="RmicSettings">
|
275
|
-
<option name="IS_EANABLED" value="false" />
|
276
|
-
<option name="DEBUGGING_INFO" value="true" />
|
277
|
-
<option name="GENERATE_NO_WARNINGS" value="false" />
|
278
|
-
<option name="GENERATE_IIOP_STUBS" value="false" />
|
279
|
-
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
|
280
|
-
</component>
|
281
|
-
<component name="StarteamVcsAdapter" />
|
282
|
-
<component name="VssVcs" />
|
283
|
-
<component name="com.intellij.jsf.UserDefinedFacesConfigs">
|
284
|
-
<option name="USER_DEFINED_CONFIGS">
|
285
|
-
<value>
|
286
|
-
<list size="0" />
|
287
|
-
</value>
|
288
|
-
</option>
|
289
|
-
</component>
|
290
|
-
<component name="uidesigner-configuration">
|
291
|
-
<option name="INSTRUMENT_CLASSES" value="true" />
|
292
|
-
<option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true" />
|
293
|
-
<option name="DEFAULT_LAYOUT_MANAGER" value="GridLayoutManager" />
|
294
|
-
</component>
|
295
|
-
<UsedPathMacros>
|
296
|
-
<macro name="M2_REPO" />
|
297
|
-
</UsedPathMacros>
|
298
|
-
</project>
|
299
|
-
|
300
|
-
|
@@ -1,290 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!--
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
-
contributor license agreements. See the NOTICE file distributed with this
|
5
|
-
work for additional information regarding copyright ownership. The ASF
|
6
|
-
licenses this file to you under the Apache License, Version 2.0 (the
|
7
|
-
"License"); you may not use this file except in compliance with the License.
|
8
|
-
You may obtain a copy of the License at
|
9
|
-
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
14
|
-
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
15
|
-
License for the specific language governing permissions and limitations under
|
16
|
-
the License.
|
17
|
-
-->
|
18
|
-
<project relativePaths="false" version="4">
|
19
|
-
<component name="BuildJarProjectSettings">
|
20
|
-
<option name="BUILD_JARS_ON_MAKE" value="false"/>
|
21
|
-
</component>
|
22
|
-
<component name="CodeStyleProjectProfileManger">
|
23
|
-
<option name="PROJECT_PROFILE"/>
|
24
|
-
<option name="USE_PROJECT_LEVEL_SETTINGS" value="false"/>
|
25
|
-
</component>
|
26
|
-
<component name="CodeStyleSettingsManager">
|
27
|
-
<option name="PER_PROJECT_SETTINGS"/>
|
28
|
-
<option name="USE_PER_PROJECT_SETTINGS" value="false"/>
|
29
|
-
</component>
|
30
|
-
<component name="CompilerConfiguration">
|
31
|
-
<option name="DEFAULT_COMPILER" value="Javac"/>
|
32
|
-
<option name="DEPLOY_AFTER_MAKE" value="0"/>
|
33
|
-
<resourceExtensions>
|
34
|
-
<entry name=".+\.(properties|xml|html|dtd|tld)"/>
|
35
|
-
<entry name=".+\.(gif|png|jpeg|jpg)"/>
|
36
|
-
</resourceExtensions>
|
37
|
-
<wildcardResourcePatterns>
|
38
|
-
<entry name="?*.properties"/>
|
39
|
-
<entry name="?*.xml"/>
|
40
|
-
<entry name="?*.gif"/>
|
41
|
-
<entry name="?*.png"/>
|
42
|
-
<entry name="?*.jpeg"/>
|
43
|
-
<entry name="?*.jpg"/>
|
44
|
-
<entry name="?*.html"/>
|
45
|
-
<entry name="?*.dtd"/>
|
46
|
-
<entry name="?*.tld"/>
|
47
|
-
</wildcardResourcePatterns>
|
48
|
-
</component>
|
49
|
-
<component name="DependenciesAnalyzeManager">
|
50
|
-
<option name="myForwardDirection" value="false"/>
|
51
|
-
</component>
|
52
|
-
<component name="DependencyValidationManager">
|
53
|
-
<option name="SKIP_IMPORT_STATEMENTS" value="false"/>
|
54
|
-
</component>
|
55
|
-
<component name="EclipseCompilerSettings">
|
56
|
-
<option name="DEBUGGING_INFO" value="true"/>
|
57
|
-
<option name="GENERATE_NO_WARNINGS" value="true"/>
|
58
|
-
<option name="DEPRECATION" value="false"/>
|
59
|
-
<option name="ADDITIONAL_OPTIONS_STRING" value=""/>
|
60
|
-
<option name="MAXIMUM_HEAP_SIZE" value="128"/>
|
61
|
-
</component>
|
62
|
-
<component name="EclipseEmbeddedCompilerSettings">
|
63
|
-
<option name="DEBUGGING_INFO" value="true"/>
|
64
|
-
<option name="GENERATE_NO_WARNINGS" value="true"/>
|
65
|
-
<option name="DEPRECATION" value="false"/>
|
66
|
-
<option name="ADDITIONAL_OPTIONS_STRING" value=""/>
|
67
|
-
<option name="MAXIMUM_HEAP_SIZE" value="128"/>
|
68
|
-
</component>
|
69
|
-
<component name="EntryPointsManager">
|
70
|
-
<entry_points version="2.0"/>
|
71
|
-
</component>
|
72
|
-
<component name="IdProvider" IDEtalkID="8CD0EDF2C11753573BC22F6C470A1027"/>
|
73
|
-
<component name="InspectionProjectProfileManager">
|
74
|
-
<option name="PROJECT_PROFILE" value="Project Default"/>
|
75
|
-
<option name="USE_PROJECT_LEVEL_SETTINGS" value="false"/>
|
76
|
-
<scopes/>
|
77
|
-
<profiles>
|
78
|
-
<profile version="1.0" is_locked="false">
|
79
|
-
<option name="myName" value="Project Default"/>
|
80
|
-
<option name="myLocal" value="false"/>
|
81
|
-
</profile>
|
82
|
-
</profiles>
|
83
|
-
<list size="0"/>
|
84
|
-
</component>
|
85
|
-
<component name="JavacSettings">
|
86
|
-
<option name="DEBUGGING_INFO" value="true"/>
|
87
|
-
<option name="GENERATE_NO_WARNINGS" value="false"/>
|
88
|
-
<option name="DEPRECATION" value="true"/>
|
89
|
-
<option name="ADDITIONAL_OPTIONS_STRING" value=""/>
|
90
|
-
<option name="MAXIMUM_HEAP_SIZE" value="128"/>
|
91
|
-
</component>
|
92
|
-
<component name="JavadocGenerationManager">
|
93
|
-
<option name="OUTPUT_DIRECTORY"/>
|
94
|
-
<option name="OPTION_SCOPE" value="protected"/>
|
95
|
-
<option name="OPTION_HIERARCHY" value="true"/>
|
96
|
-
<option name="OPTION_NAVIGATOR" value="true"/>
|
97
|
-
<option name="OPTION_INDEX" value="true"/>
|
98
|
-
<option name="OPTION_SEPARATE_INDEX" value="true"/>
|
99
|
-
<option name="OPTION_DOCUMENT_TAG_USE" value="false"/>
|
100
|
-
<option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false"/>
|
101
|
-
<option name="OPTION_DOCUMENT_TAG_VERSION" value="false"/>
|
102
|
-
<option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true"/>
|
103
|
-
<option name="OPTION_DEPRECATED_LIST" value="true"/>
|
104
|
-
<option name="OTHER_OPTIONS" value=""/>
|
105
|
-
<option name="HEAP_SIZE"/>
|
106
|
-
<option name="LOCALE"/>
|
107
|
-
<option name="OPEN_IN_BROWSER" value="true"/>
|
108
|
-
</component>
|
109
|
-
<component name="JikesSettings">
|
110
|
-
<option name="JIKES_PATH" value=""/>
|
111
|
-
<option name="DEBUGGING_INFO" value="true"/>
|
112
|
-
<option name="DEPRECATION" value="true"/>
|
113
|
-
<option name="GENERATE_NO_WARNINGS" value="false"/>
|
114
|
-
<option name="IS_EMACS_ERRORS_MODE" value="true"/>
|
115
|
-
<option name="ADDITIONAL_OPTIONS_STRING" value=""/>
|
116
|
-
</component>
|
117
|
-
<component name="Palette2">
|
118
|
-
<group name="Swing">
|
119
|
-
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer"
|
120
|
-
icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false"
|
121
|
-
can-attach-label="false">
|
122
|
-
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1"/>
|
123
|
-
</item>
|
124
|
-
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer"
|
125
|
-
icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false"
|
126
|
-
can-attach-label="false">
|
127
|
-
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2"/>
|
128
|
-
</item>
|
129
|
-
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false"
|
130
|
-
auto-create-binding="false" can-attach-label="false">
|
131
|
-
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"/>
|
132
|
-
</item>
|
133
|
-
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false"
|
134
|
-
auto-create-binding="false" can-attach-label="true">
|
135
|
-
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3"/>
|
136
|
-
</item>
|
137
|
-
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false"
|
138
|
-
auto-create-binding="true" can-attach-label="false">
|
139
|
-
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1"/>
|
140
|
-
<initial-values>
|
141
|
-
<property name="text" value="Button"/>
|
142
|
-
</initial-values>
|
143
|
-
</item>
|
144
|
-
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false"
|
145
|
-
auto-create-binding="true" can-attach-label="false">
|
146
|
-
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0"/>
|
147
|
-
<initial-values>
|
148
|
-
<property name="text" value="RadioButton"/>
|
149
|
-
</initial-values>
|
150
|
-
</item>
|
151
|
-
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false"
|
152
|
-
auto-create-binding="true" can-attach-label="false">
|
153
|
-
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0"/>
|
154
|
-
<initial-values>
|
155
|
-
<property name="text" value="CheckBox"/>
|
156
|
-
</initial-values>
|
157
|
-
</item>
|
158
|
-
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false"
|
159
|
-
auto-create-binding="false" can-attach-label="false">
|
160
|
-
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0"/>
|
161
|
-
<initial-values>
|
162
|
-
<property name="text" value="Label"/>
|
163
|
-
</initial-values>
|
164
|
-
</item>
|
165
|
-
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false"
|
166
|
-
auto-create-binding="true" can-attach-label="true">
|
167
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
168
|
-
<preferred-size width="150" height="-1"/>
|
169
|
-
</default-constraints>
|
170
|
-
</item>
|
171
|
-
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false"
|
172
|
-
auto-create-binding="true" can-attach-label="true">
|
173
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
174
|
-
<preferred-size width="150" height="-1"/>
|
175
|
-
</default-constraints>
|
176
|
-
</item>
|
177
|
-
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png"
|
178
|
-
removable="false" auto-create-binding="true" can-attach-label="true">
|
179
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
180
|
-
<preferred-size width="150" height="-1"/>
|
181
|
-
</default-constraints>
|
182
|
-
</item>
|
183
|
-
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false"
|
184
|
-
auto-create-binding="true" can-attach-label="true">
|
185
|
-
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
186
|
-
<preferred-size width="150" height="50"/>
|
187
|
-
</default-constraints>
|
188
|
-
</item>
|
189
|
-
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false"
|
190
|
-
auto-create-binding="true" can-attach-label="true">
|
191
|
-
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
192
|
-
<preferred-size width="150" height="50"/>
|
193
|
-
</default-constraints>
|
194
|
-
</item>
|
195
|
-
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false"
|
196
|
-
auto-create-binding="true" can-attach-label="true">
|
197
|
-
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
198
|
-
<preferred-size width="150" height="50"/>
|
199
|
-
</default-constraints>
|
200
|
-
</item>
|
201
|
-
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false"
|
202
|
-
auto-create-binding="true" can-attach-label="true">
|
203
|
-
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1"/>
|
204
|
-
</item>
|
205
|
-
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false"
|
206
|
-
auto-create-binding="true" can-attach-label="false">
|
207
|
-
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
208
|
-
<preferred-size width="150" height="50"/>
|
209
|
-
</default-constraints>
|
210
|
-
</item>
|
211
|
-
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false"
|
212
|
-
auto-create-binding="true" can-attach-label="false">
|
213
|
-
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
|
214
|
-
<preferred-size width="150" height="50"/>
|
215
|
-
</default-constraints>
|
216
|
-
</item>
|
217
|
-
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false"
|
218
|
-
auto-create-binding="true" can-attach-label="false">
|
219
|
-
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
220
|
-
<preferred-size width="150" height="50"/>
|
221
|
-
</default-constraints>
|
222
|
-
</item>
|
223
|
-
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false"
|
224
|
-
auto-create-binding="true" can-attach-label="false">
|
225
|
-
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
|
226
|
-
<preferred-size width="200" height="200"/>
|
227
|
-
</default-constraints>
|
228
|
-
</item>
|
229
|
-
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false"
|
230
|
-
auto-create-binding="false" can-attach-label="false">
|
231
|
-
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
|
232
|
-
<preferred-size width="200" height="200"/>
|
233
|
-
</default-constraints>
|
234
|
-
</item>
|
235
|
-
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false"
|
236
|
-
auto-create-binding="true" can-attach-label="true">
|
237
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"/>
|
238
|
-
</item>
|
239
|
-
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false"
|
240
|
-
auto-create-binding="true" can-attach-label="false">
|
241
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"/>
|
242
|
-
</item>
|
243
|
-
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false"
|
244
|
-
auto-create-binding="false" can-attach-label="false">
|
245
|
-
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"/>
|
246
|
-
</item>
|
247
|
-
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false"
|
248
|
-
auto-create-binding="true" can-attach-label="false">
|
249
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"/>
|
250
|
-
</item>
|
251
|
-
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false"
|
252
|
-
auto-create-binding="false" can-attach-label="false">
|
253
|
-
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
|
254
|
-
<preferred-size width="-1" height="20"/>
|
255
|
-
</default-constraints>
|
256
|
-
</item>
|
257
|
-
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png"
|
258
|
-
removable="false" auto-create-binding="false" can-attach-label="false">
|
259
|
-
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1"/>
|
260
|
-
</item>
|
261
|
-
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false"
|
262
|
-
auto-create-binding="true" can-attach-label="false">
|
263
|
-
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2"/>
|
264
|
-
</item>
|
265
|
-
</group>
|
266
|
-
</component>
|
267
|
-
<component name="ProjectFileVersion" converted="true"/>
|
268
|
-
<component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="1.5"
|
269
|
-
project-jdk-type="JavaSDK">
|
270
|
-
<output url="file://$PROJECT_DIR$/out"/>
|
271
|
-
</component>
|
272
|
-
<component name="ResourceManagerContainer">
|
273
|
-
<option name="myResourceBundles">
|
274
|
-
<value>
|
275
|
-
<list size="0"/>
|
276
|
-
</value>
|
277
|
-
</option>
|
278
|
-
</component>
|
279
|
-
<component name="RmicSettings">
|
280
|
-
<option name="IS_EANABLED" value="false"/>
|
281
|
-
<option name="DEBUGGING_INFO" value="true"/>
|
282
|
-
<option name="GENERATE_NO_WARNINGS" value="false"/>
|
283
|
-
<option name="GENERATE_IIOP_STUBS" value="false"/>
|
284
|
-
<option name="ADDITIONAL_OPTIONS_STRING" value=""/>
|
285
|
-
</component>
|
286
|
-
<component name="VcsDirectoryMappings">
|
287
|
-
<mapping directory="" vcs=""/>
|
288
|
-
</component>
|
289
|
-
<component name="WebServicesPlugin" addRequiredLibraries="true"/>
|
290
|
-
</project>
|