@@ -102,20 +102,20 @@ public void widgetSelected(org.eclipse.swt.events.SelectionEvent event) {
102
102
}
103
103
});
104
104
new Link (licenseGrp , SWT .NONE ).setText ("- commons-codec 1.11" ); //$NON-NLS-1$
105
+ new Link (licenseGrp , SWT .NONE ).setText ("- commons-text 1.12.0" ); //$NON-NLS-1$
105
106
new Link (licenseGrp , SWT .NONE ).setText ("- commons-csv 1.8" ); //$NON-NLS-1$
106
107
new Link (licenseGrp , SWT .NONE ).setText ("- commons-exec 1.3" ); //$NON-NLS-1$
107
108
new Link (licenseGrp , SWT .NONE ).setText ("- commons-io 2.8.0" ); //$NON-NLS-1$
108
109
new Link (licenseGrp , SWT .NONE ).setText ("- commons-lang3 3.4" ); //$NON-NLS-1$
109
110
new Link (licenseGrp , SWT .NONE ).setText ("- commons-logging 1.2" ); //$NON-NLS-1$
110
- new Link (licenseGrp , SWT .NONE ).setText ("- gson 2.8.6 " ); //$NON-NLS-1$
111
+ new Link (licenseGrp , SWT .NONE ).setText ("- gson 2.10.1 " ); //$NON-NLS-1$
111
112
new Link (licenseGrp , SWT .NONE ).setText ("- httpclient 4.5.13" ); //$NON-NLS-1$
112
113
new Link (licenseGrp , SWT .NONE ).setText ("- httpcore 4.4.13" ); //$NON-NLS-1$
113
114
new Link (licenseGrp , SWT .NONE ).setText ("- jasypt 1.9.3" ); //$NON-NLS-1$
114
115
new Link (licenseGrp , SWT .NONE ).setText ("- okhttp 4.10.0" ); //$NON-NLS-1$
115
116
new Link (licenseGrp , SWT .NONE ).setText ("- okhttp-urlconnection 4.10.0" ); //$NON-NLS-1$
116
117
new Link (licenseGrp , SWT .NONE ).setText ("- log4j-core 2.17.2" ); //$NON-NLS-1$
117
118
new Link (licenseGrp , SWT .NONE ).setText ("- log4j-api 2.17.2" ); //$NON-NLS-1$
118
- new Link (licenseGrp , SWT .NONE ).setText ("- snakeyaml 1.16" ); //$NON-NLS-1$
119
119
120
120
Link eplLicenseLinkLbl = new Link (licenseGrp , SWT .NONE );
121
121
eplLicenseLinkLbl .setText ("This software includes the work that is distributed in the <a>Eclipse Public License 1.0</a>" ); //$NON-NLS-1$
@@ -130,12 +130,13 @@ public void widgetSelected(org.eclipse.swt.events.SelectionEvent event) {
130
130
}
131
131
}
132
132
});
133
- new Link (licenseGrp , SWT .NONE ).setText ("- commands 3.3.0-I20070605-0010" ); //$NON-NLS-1$
134
- new Link (licenseGrp , SWT .NONE ).setText ("- common 3.3.0-v20070426" ); //$NON-NLS-1$
135
- new Link (licenseGrp , SWT .NONE ).setText ("- ide 3.3.0-I20070620" ); //$NON-NLS-1$
136
- new Link (licenseGrp , SWT .NONE ).setText ("- workbench 3.3.0-I20070608-1100" ); //$NON-NLS-1$
137
- new Link (licenseGrp , SWT .NONE ).setText ("- jface 3.3.0-I20070606-0010" ); //$NON-NLS-1$
138
- new Link (licenseGrp , SWT .NONE ).setText ("- org.eclipse.swt.win32.win32.x86 4.3" ); //$NON-NLS-1$
133
+ new Link (licenseGrp , SWT .NONE ).setText ("- commands 3.11.100" ); //$NON-NLS-1$
134
+ new Link (licenseGrp , SWT .NONE ).setText ("- common 3.18.100" ); //$NON-NLS-1$
135
+ new Link (licenseGrp , SWT .NONE ).setText ("- ide 3.21.100" ); //$NON-NLS-1$
136
+ new Link (licenseGrp , SWT .NONE ).setText ("- workbench 3.130.0" ); //$NON-NLS-1$
137
+ new Link (licenseGrp , SWT .NONE ).setText ("- jface 3.31.0" ); //$NON-NLS-1$
138
+ new Link (licenseGrp , SWT .NONE ).setText ("- osgi 3.18.500" ); //$NON-NLS-1$
139
+ new Link (licenseGrp , SWT .NONE ).setText ("- org.eclipse.swt.win32.win32.x86 3.124.100" ); //$NON-NLS-1$
139
140
140
141
Link epl2LicenseLinkLbl = new Link (licenseGrp , SWT .NONE );
141
142
epl2LicenseLinkLbl .setText ("This software includes the work that is distributed in the <a>Eclipse Public License 2.0</a>" ); //$NON-NLS-1$
@@ -150,7 +151,8 @@ public void widgetSelected(org.eclipse.swt.events.SelectionEvent event) {
150
151
}
151
152
}
152
153
});
153
- new Link (licenseGrp , SWT .NONE ).setText ("- org.eclipse.swt.cocoa.macosx.x86_64 3.109.0" ); //$NON-NLS-1$
154
+ new Link (licenseGrp , SWT .NONE ).setText ("- org.eclipse.swt.cocoa.macosx.x86_64 3.124.100" ); //$NON-NLS-1$
155
+ new Link (licenseGrp , SWT .NONE ).setText ("- org.eclipse.swt.cocoa.macosx.aarch64 3.124.100" ); //$NON-NLS-1$
154
156
155
157
noDefaultAndApplyButton ();
156
158
return parent ;
0 commit comments