Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 203158 | Differences between
and this patch

Collapse All | Expand All

(-)plugin.xml (+71 lines)
Lines 46-50 Link Here
46
			displayType = "%Synonym">
46
			displayType = "%Synonym">
47
		</contributor>
47
		</contributor>
48
	</extension>
48
	</extension>
49
   <extension
50
         point="org.eclipse.datatools.connectivity.ui.driverPropertyEditor">
51
      <propertyEditor
52
            customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
53
            driverPropertyID="org.eclipse.datatools.connectivity.db.password"
54
            driverTemplateID="org.eclipse.datatools.connectivity.db.derby101.genericDriverTemplate"
55
            id="org.eclipse.datatools.connectivity.derby101.ui.propertyEditor.password">
56
      </propertyEditor>
57
      <propertyEditor
58
            customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
59
            driverPropertyID="org.eclipse.datatools.connectivity.db.password"
60
            driverTemplateID="org.eclipse.datatools.connectivity.db.derby.genericDriverTemplate"
61
            id="org.eclipse.datatools.connectivity.derby.ui.propertyEditor.password">
62
      </propertyEditor>
63
      <propertyEditor
64
            customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
65
            driverPropertyID="org.eclipse.datatools.connectivity.db.password"
66
            driverTemplateID="org.eclipse.datatools.connectivity.db.derby102.genericDriverTemplate"
67
            id="org.eclipse.datatools.connectivity.derby102.ui.propertyEditor.password">
68
      </propertyEditor>
69
      <propertyEditor
70
            customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
71
            driverPropertyID="org.eclipse.datatools.connectivity.db.password"
72
            driverTemplateID="org.eclipse.datatools.connectivity.db.derby.db2UniversalDriver"
73
            id="org.eclipse.datatools.connectivity.derby.db2UniversalDriver.ui.propertyEditor.password">
74
      </propertyEditor>
75
      <propertyEditor
76
            customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
77
            driverPropertyID="org.eclipse.datatools.connectivity.db.password"
78
            driverTemplateID="org.eclipse.datatools.connectivity.db.derby101.db2UniversalDriver"
79
            id="org.eclipse.datatools.connectivity.derby101.db2UniversalDriver.ui.propertyEditor.password">
80
      </propertyEditor>
81
      <propertyEditor
82
            customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
83
            driverPropertyID="org.eclipse.datatools.connectivity.db.password"
84
            driverTemplateID="org.eclipse.datatools.connectivity.db.derby101.clientDriver"
85
            id="org.eclipse.datatools.connectivity.derby101.clientDriver.ui.propertyEditor.password">
86
      </propertyEditor>
87
      <propertyEditor
88
            customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
89
            driverPropertyID="org.eclipse.datatools.connectivity.db.password"
90
            driverTemplateID="org.eclipse.datatools.connectivity.db.derby102.clientDriver"
91
            id="org.eclipse.datatools.connectivity.derby102.clientDriver.ui.propertyEditor.password">
92
      </propertyEditor>
93
   </extension>
94
	
95
	<extension
96
         point="org.eclipse.datatools.connectivity.connectionProfile">
97
      <newWizard
98
            class="org.eclipse.datatools.connectivity.derby.internal.ui.connection.NewDerbyEmbeddedConnectionProfileWizard"
99
            icon="icons/new_db_element.gif"
100
            id="org.eclipse.datatools.connectivity.db.derby.embedded.NewConnectionProfileWizard"
101
            name="%DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_NAME"
102
            profile="org.eclipse.datatools.connectivity.db.derby.embedded.connectionProfile"/>
103
   </extension>
104
   <extension
105
         point="org.eclipse.ui.propertyPages">
106
      <page
107
            class="org.eclipse.datatools.connectivity.derby.internal.ui.connection.DerbyEmbeddedDBPropertyPage"
108
            id="org.eclipse.datatools.connectivity.db.derby.profileProperties"
109
            name="%DERBY_EMBEDDED_DB_PROPERTY_PAGE_NAME">
110
         <filter
111
               name="org.eclipse.datatools.profile.property.id"
112
               value="org.eclipse.datatools.connectivity.db.derby.embedded.connectionProfile"/>
113
         <enabledWhen>
114
            <instanceof
115
                  value="org.eclipse.datatools.connectivity.IConnectionProfile">
116
            </instanceof>
117
         </enabledWhen>
118
      </page>
119
   </extension>
49
	
120
	
50
</plugin>
121
</plugin>
(-)plugin.xml (-8 / +1 lines)
Lines 107-113 Link Here
107
                  required="false"
107
                  required="false"
108
                  visible="true"/>
108
                  visible="true"/>
109
            <property
109
            <property
110
                  customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
111
                  generated="false"
110
                  generated="false"
112
                  id="org.eclipse.datatools.connectivity.db.password"
111
                  id="org.eclipse.datatools.connectivity.db.password"
113
                  name="%PASSWORD_PROPERTY_NAME"
112
                  name="%PASSWORD_PROPERTY_NAME"
Lines 129-135 Link Here
129
                  name="%DRIVER_CLASS_PROPERTY_NAME"
128
                  name="%DRIVER_CLASS_PROPERTY_NAME"
130
                  value="org.apache.derby.jdbc.EmbeddedDriver"
129
                  value="org.apache.derby.jdbc.EmbeddedDriver"
131
                  required="true"
130
                  required="true"
132
                  visible="false"/>
131
                  visible="true"/>
133
            <property
132
            <property
134
                  generated="false"
133
                  generated="false"
135
                  id="org.eclipse.datatools.connectivity.db.vendor"
134
                  id="org.eclipse.datatools.connectivity.db.vendor"
Lines 166-172 Link Here
166
                  required="false"
165
                  required="false"
167
                  visible="true"/>
166
                  visible="true"/>
168
            <property
167
            <property
169
                  customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
170
                  generated="false"
168
                  generated="false"
171
                  id="org.eclipse.datatools.connectivity.db.password"
169
                  id="org.eclipse.datatools.connectivity.db.password"
172
                  name="%PASSWORD_PROPERTY_NAME"
170
                  name="%PASSWORD_PROPERTY_NAME"
Lines 225-231 Link Here
225
                  required="false"
223
                  required="false"
226
                  visible="true"/>
224
                  visible="true"/>
227
            <property
225
            <property
228
                  customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
229
                  generated="false"
226
                  generated="false"
230
                  id="org.eclipse.datatools.connectivity.db.password"
227
                  id="org.eclipse.datatools.connectivity.db.password"
231
                  name="%PASSWORD_PROPERTY_NAME"
228
                  name="%PASSWORD_PROPERTY_NAME"
Lines 284-290 Link Here
284
                  required="true"
281
                  required="true"
285
                  visible="true"/>
282
                  visible="true"/>
286
            <property
283
            <property
287
                  customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
288
                  generated="false"
284
                  generated="false"
289
                  id="org.eclipse.datatools.connectivity.db.password"
285
                  id="org.eclipse.datatools.connectivity.db.password"
290
                  name="%PASSWORD_PROPERTY_NAME"
286
                  name="%PASSWORD_PROPERTY_NAME"
Lines 344-350 Link Here
344
                  required="true"
340
                  required="true"
345
                  visible="true"/>
341
                  visible="true"/>
346
            <property
342
            <property
347
                  customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
348
                  generated="false"
343
                  generated="false"
349
                  id="org.eclipse.datatools.connectivity.db.password"
344
                  id="org.eclipse.datatools.connectivity.db.password"
350
                  name="%PASSWORD_PROPERTY_NAME"
345
                  name="%PASSWORD_PROPERTY_NAME"
Lines 404-410 Link Here
404
                  required="true"
399
                  required="true"
405
                  visible="true"/>
400
                  visible="true"/>
406
            <property
401
            <property
407
                  customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
408
                  generated="false"
402
                  generated="false"
409
                  id="org.eclipse.datatools.connectivity.db.password"
403
                  id="org.eclipse.datatools.connectivity.db.password"
410
                  name="%PASSWORD_PROPERTY_NAME"
404
                  name="%PASSWORD_PROPERTY_NAME"
Lines 464-470 Link Here
464
                  required="true"
458
                  required="true"
465
                  visible="true"/>
459
                  visible="true"/>
466
            <property
460
            <property
467
                  customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.PasswordTextPropertyDescriptor"
468
                  generated="false"
461
                  generated="false"
469
                  id="org.eclipse.datatools.connectivity.db.password"
462
                  id="org.eclipse.datatools.connectivity.db.password"
470
                  name="%PASSWORD_PROPERTY_NAME"
463
                  name="%PASSWORD_PROPERTY_NAME"

Return to bug 203158