"Build All artifacts" action added
[fedora-idea.git] / java / compiler / impl / src / com / intellij / compiler / actions / AntBuildForm.form
blob44abfab964b89c012d9ce053f7b41c8704e07c1c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.intellij.compiler.actions.GenerateAntBuildDialog">
3 <grid id="3d49c" binding="myPanel" layout-manager="GridLayoutManager" row-count="6" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
4 <margin top="0" left="0" bottom="0" right="0"/>
5 <constraints>
6 <xy x="52" y="58" width="686" height="190"/>
7 </constraints>
8 <properties/>
9 <border type="none"/>
10 <children>
11 <grid id="770dc" layout-manager="GridLayoutManager" row-count="2" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
12 <margin top="0" left="0" bottom="0" right="0"/>
13 <constraints>
14 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
15 </constraints>
16 <properties/>
17 <border type="none"/>
18 <children>
19 <component id="7d65" class="javax.swing.JRadioButton" binding="myRbGenerateMultipleFilesBuild">
20 <constraints>
21 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
22 </constraints>
23 <properties>
24 <text resource-bundle="messages/CompilerBundle" key="label.generate.ant.script.generate.multiple.files"/>
25 </properties>
26 </component>
27 <component id="f1821" class="javax.swing.JRadioButton" binding="myRbGenerateSingleFileBuild">
28 <constraints>
29 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
30 </constraints>
31 <properties>
32 <text resource-bundle="messages/CompilerBundle" key="label.generate.ant.script.single.file"/>
33 </properties>
34 </component>
35 <component id="81381" class="javax.swing.JRadioButton" binding="myRbBackupFiles">
36 <constraints>
37 <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
38 </constraints>
39 <properties>
40 <text resource-bundle="messages/CompilerBundle" key="label.generate.ant.script.backup.files"/>
41 </properties>
42 </component>
43 <component id="a019e" class="javax.swing.JRadioButton" binding="myRbOverwriteFiles">
44 <constraints>
45 <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
46 </constraints>
47 <properties>
48 <text resource-bundle="messages/CompilerBundle" key="label.generate.ant.script.overwrite.files"/>
49 </properties>
50 </component>
51 </children>
52 </grid>
53 <component id="ec5e9" class="javax.swing.JCheckBox" binding="myCbEnableUIFormsCompilation">
54 <constraints>
55 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="9" fill="0" indent="0" use-parent-layout="false"/>
56 </constraints>
57 <properties>
58 <text resource-bundle="messages/CompilerBundle" key="label.generate.ant.script.enable.ui.forms.compilation"/>
59 </properties>
60 </component>
61 <xy id="6f3e8" binding="myChunksPanel" layout-manager="XYLayout" hgap="-1" vgap="-1">
62 <margin top="0" left="0" bottom="0" right="0"/>
63 <constraints>
64 <grid row="5" column="0" row-span="1" col-span="1" vsize-policy="7" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
65 </constraints>
66 <properties/>
67 <border type="none"/>
68 <children/>
69 </xy>
70 <component id="c9ba" class="javax.swing.JCheckBox" binding="myCbForceTargetJdk">
71 <constraints>
72 <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
73 </constraints>
74 <properties>
75 <text resource-bundle="messages/CompilerBundle" key="label.generate.ant.script.use.jdk.definitions"/>
76 </properties>
77 </component>
78 <component id="ca33b" class="javax.swing.JCheckBox" binding="myCbInlineRuntimeClasspath">
79 <constraints>
80 <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
81 </constraints>
82 <properties>
83 <text resource-bundle="messages/CompilerBundle" key="label.generate.ant.script.inline.runtime.classpaths"/>
84 </properties>
85 </component>
86 <component id="c612c" class="javax.swing.JCheckBox" binding="myGenerateIdeaHomeProperty" default-binding="true">
87 <constraints>
88 <grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
89 </constraints>
90 <properties>
91 <selected value="false"/>
92 <text resource-bundle="messages/CompilerBundle" key="label.generate.ant.script.generate.idea.home"/>
93 </properties>
94 </component>
95 </children>
96 </grid>
97 </form>