Lines 83-89
Link Here
|
83 |
Bundle-Vendor: %providerName |
83 |
Bundle-Vendor: %providerName |
84 |
-Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86_64; singleton:=true |
84 |
-Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86_64; singleton:=true |
85 |
+Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.amd64; singleton:=true |
85 |
+Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.amd64; singleton:=true |
86 |
Bundle-Version: 3.110.0.qualifier |
86 |
Bundle-Version: 3.111.0.qualifier |
87 |
Bundle-ManifestVersion: 2 |
87 |
Bundle-ManifestVersion: 2 |
88 |
Bundle-Localization: fragment |
88 |
Bundle-Localization: fragment |
89 |
@@ -26,8 +26,8 @@ |
89 |
@@ -26,8 +26,8 @@ |
Lines 141-147
Link Here
|
141 |
<groupId>org.eclipse.swt</groupId> |
141 |
<groupId>org.eclipse.swt</groupId> |
142 |
- <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId> |
142 |
- <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId> |
143 |
+ <artifactId>org.eclipse.swt.gtk.freebsd.amd64</artifactId> |
143 |
+ <artifactId>org.eclipse.swt.gtk.freebsd.amd64</artifactId> |
144 |
<version>3.110.0-SNAPSHOT</version> |
144 |
<version>3.111.0-SNAPSHOT</version> |
145 |
<packaging>eclipse-plugin</packaging> |
145 |
<packaging>eclipse-plugin</packaging> |
146 |
|
146 |
|
147 |
<properties> |
147 |
<properties> |
Lines 162-307
Link Here
|
162 |
</property> |
162 |
</property> |
163 |
</activation> |
163 |
</activation> |
164 |
<build> |
164 |
<build> |
165 |
diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/META-INF/MANIFEST.MF eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/META-INF/MANIFEST.MF |
|
|
166 |
--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 |
167 |
+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 |
168 |
@@ -2,7 +2,7 @@ |
169 |
Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" |
170 |
Bundle-Name: %fragmentName |
171 |
Bundle-Vendor: %providerName |
172 |
-Bundle-SymbolicName: org.eclipse.swt.gtk.linux.arm; singleton:=true |
173 |
+Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.armv7; singleton:=true |
174 |
Bundle-Version: 3.109.0.qualifier |
175 |
Bundle-ManifestVersion: 2 |
176 |
Bundle-Localization: fragment |
177 |
@@ -26,8 +26,8 @@ |
178 |
org.eclipse.swt.internal.cairo; x-internal:=true, |
179 |
org.eclipse.swt.internal.gtk; x-internal:=true, |
180 |
org.eclipse.swt.internal.opengl.glx; x-internal:=true |
181 |
-Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=arm)) |
182 |
+Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=freebsd) (osgi.arch=armv7)) |
183 |
SWT-WS: gtk |
184 |
-SWT-OS: linux |
185 |
-SWT-Arch: arm |
186 |
-Automatic-Module-Name: org.eclipse.swt.gtk.linux.arm |
187 |
+SWT-OS: freebsd |
188 |
+SWT-Arch: armv7 |
189 |
+Automatic-Module-Name: org.eclipse.swt.gtk.freebsd.armv7 |
190 |
diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/build.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/build.xml |
191 |
--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/build.xml 0000-00-00 00:00:00.000000000 +0000 |
192 |
+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/build.xml 0000-00-00 00:00:00.000000000 +0000 |
193 |
@@ -1,9 +1,9 @@ |
194 |
<?xml version="1.0" encoding="UTF-8"?> |
195 |
-<project name="org.eclipse.swt.gtk.linux.arm" default="build.jars" basedir="."> |
196 |
+<project name="org.eclipse.swt.gtk.freebsd.armv7" default="build.jars" basedir="."> |
197 |
|
198 |
<property name="swt.ws" value="gtk" /> |
199 |
- <property name="swt.os" value="linux" /> |
200 |
- <property name="swt.arch" value="arm" /> |
201 |
+ <property name="swt.os" value="freebsd" /> |
202 |
+ <property name="swt.arch" value="armv7" /> |
203 |
<property name="targets" value="install"/> |
204 |
|
205 |
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> |
206 |
diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/pom.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/pom.xml |
207 |
--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/pom.xml 0000-00-00 00:00:00.000000000 +0000 |
208 |
+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/pom.xml 0000-00-00 00:00:00.000000000 +0000 |
209 |
@@ -20,14 +20,14 @@ |
210 |
<relativePath>../binaries-parent/</relativePath> |
211 |
</parent> |
212 |
<groupId>org.eclipse.swt</groupId> |
213 |
- <artifactId>org.eclipse.swt.gtk.linux.arm</artifactId> |
214 |
+ <artifactId>org.eclipse.swt.gtk.freebsd.armv7</artifactId> |
215 |
<version>3.109.0-SNAPSHOT</version> |
216 |
<packaging>eclipse-plugin</packaging> |
217 |
|
218 |
<properties> |
219 |
- <os>linux</os> |
220 |
+ <os>freebsd</os> |
221 |
<ws>gtk</ws> |
222 |
- <arch>arm</arch> |
223 |
+ <arch>armv7</arch> |
224 |
<buildid>${buildId}</buildid> |
225 |
</properties> |
226 |
|
227 |
@@ -61,7 +61,7 @@ |
228 |
<property> |
229 |
<!-- This has to be hardcoded. Profiles are not allowed to use pom defined properties :-( --> |
230 |
<name>native</name> |
231 |
- <value>gtk.linux.arm</value> |
232 |
+ <value>gtk.freebsd.armv7</value> |
233 |
</property> |
234 |
</activation> |
235 |
<build> |
236 |
diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/META-INF/MANIFEST.MF eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/META-INF/MANIFEST.MF |
237 |
--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 |
238 |
+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 |
239 |
@@ -2,7 +2,7 @@ |
240 |
Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" |
241 |
Bundle-Name: %fragmentName |
242 |
Bundle-Vendor: %providerName |
243 |
-Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86; singleton:=true |
244 |
+Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.i386; singleton:=true |
245 |
Bundle-Version: 3.109.0.qualifier |
246 |
Bundle-ManifestVersion: 2 |
247 |
Bundle-Localization: fragment |
248 |
@@ -26,7 +26,7 @@ |
249 |
org.eclipse.swt.internal.cairo; x-internal:=true, |
250 |
org.eclipse.swt.internal.gtk; x-internal:=true, |
251 |
org.eclipse.swt.internal.opengl.glx; x-internal:=true |
252 |
-Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86)) |
253 |
+Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=freebsd) (osgi.arch=i386)) |
254 |
SWT-WS: gtk |
255 |
-SWT-OS: linux |
256 |
-SWT-Arch: x86 |
257 |
+SWT-OS: freebsd |
258 |
+SWT-Arch: i386 |
259 |
diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/build.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/build.xml |
260 |
--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/build.xml 0000-00-00 00:00:00.000000000 +0000 |
261 |
+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/build.xml 0000-00-00 00:00:00.000000000 +0000 |
262 |
@@ -1,9 +1,9 @@ |
263 |
<?xml version="1.0" encoding="UTF-8"?> |
264 |
-<project name="org.eclipse.swt.gtk.linux.x86" default="build.jars" basedir="."> |
265 |
+<project name="org.eclipse.swt.gtk.freebsd.i386" default="build.jars" basedir="."> |
266 |
|
267 |
<property name="swt.ws" value="gtk" /> |
268 |
- <property name="swt.os" value="linux" /> |
269 |
- <property name="swt.arch" value="x86" /> |
270 |
+ <property name="swt.os" value="freebsd" /> |
271 |
+ <property name="swt.arch" value="i386" /> |
272 |
<property name="targets" value="install"/> |
273 |
|
274 |
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> |
275 |
diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/pom.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/pom.xml |
276 |
--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/pom.xml 0000-00-00 00:00:00.000000000 +0000 |
277 |
+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/pom.xml 0000-00-00 00:00:00.000000000 +0000 |
278 |
@@ -20,14 +20,14 @@ |
279 |
<relativePath>../binaries-parent/</relativePath> |
280 |
</parent> |
281 |
<groupId>org.eclipse.swt</groupId> |
282 |
- <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId> |
283 |
+ <artifactId>org.eclipse.swt.gtk.freebsd.i386</artifactId> |
284 |
<version>3.109.0-SNAPSHOT</version> |
285 |
<packaging>eclipse-plugin</packaging> |
286 |
|
287 |
<properties> |
288 |
- <os>linux</os> |
289 |
+ <os>freebsd</os> |
290 |
<ws>gtk</ws> |
291 |
- <arch>x86</arch> |
292 |
+ <arch>i386</arch> |
293 |
<buildid>${buildId}</buildid> |
294 |
</properties> |
295 |
|
296 |
@@ -61,7 +61,7 @@ |
297 |
<property> |
298 |
<!-- This has to be hardcoded. Profiles are not allowed to use pom defined properties :-( --> |
299 |
<name>native</name> |
300 |
- <value>gtk.linux.x86</value> |
301 |
+ <value>gtk.freebsd.i386</value> |
302 |
</property> |
303 |
</activation> |
304 |
<build> |
305 |
diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF |
165 |
diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF |
306 |
--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 |
166 |
--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 |
307 |
+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 |
167 |
+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 |
Lines 311-317
Link Here
|
311 |
Bundle-Vendor: %providerName |
171 |
Bundle-Vendor: %providerName |
312 |
-Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ppc64le;singleton:=true |
172 |
-Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ppc64le;singleton:=true |
313 |
+Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.powerpc64;singleton:=true |
173 |
+Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.powerpc64;singleton:=true |
314 |
Bundle-Version: 3.110.0.qualifier |
174 |
Bundle-Version: 3.111.0.qualifier |
315 |
Bundle-ManifestVersion: 2 |
175 |
Bundle-ManifestVersion: 2 |
316 |
Bundle-Localization: fragment |
176 |
Bundle-Localization: fragment |
317 |
@@ -26,8 +26,8 @@ |
177 |
@@ -26,8 +26,8 @@ |
Lines 352-358
Link Here
|
352 |
<groupId>org.eclipse.swt</groupId> |
212 |
<groupId>org.eclipse.swt</groupId> |
353 |
- <artifactId>org.eclipse.swt.gtk.linux.ppc64le</artifactId> |
213 |
- <artifactId>org.eclipse.swt.gtk.linux.ppc64le</artifactId> |
354 |
+ <artifactId>org.eclipse.swt.gtk.freebsd.powerpc64</artifactId> |
214 |
+ <artifactId>org.eclipse.swt.gtk.freebsd.powerpc64</artifactId> |
355 |
<version>3.110.0-SNAPSHOT</version> |
215 |
<version>3.111.0-SNAPSHOT</version> |
356 |
<packaging>eclipse-plugin</packaging> |
216 |
<packaging>eclipse-plugin</packaging> |
357 |
|
217 |
|
358 |
<properties> |
218 |
<properties> |