blob: 05906ea2e9f946c530131b0b5f571aaba1202547 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- features/org.eclipse.platform/build.properties.orig 2009-02-15 19:26:44.521712369 -0500
+++ features/org.eclipse.platform/build.properties 2009-02-15 20:08:31.509583453 -0500
@@ -49,6 +49,9 @@
#root.linux.gtk.ia64=../../features/org.eclipse.equinox.executable/bin/gtk/linux/ia64,gtk
root.hpux.motif.ia64_32=../../features/org.eclipse.equinox.executable/bin/motif/hpux/ia64_32,motif
+root.freebsd.gtk.x86=about_files/freebsd.gtk.x86,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86,gtk
+root.freebsd.gtk.x86_64=about_files/freebsd.gtk.x86_64,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86_64,gtk
+
# Need to be fixed to reflect eventual change into feature.xml
#root.qnx.photon.x86=../../features/org.eclipse.equinox.executable/bin/photon/qnx/x86,win32
@@ -62,4 +65,4 @@
#expected location of eclipse executable when compiled as part of build
root.linux.gtk.ppc64=../../launchertmp,gtk
root.linux.gtk.ppc64.permissions.755=*.so*
-root.hpux.motif.ia64=../../launchertmp,motif
\ No newline at end of file
+root.hpux.motif.ia64=../../launchertmp,motif
|