diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-09-06 19:31:51 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-09-06 19:31:51 +0000 |
commit | 206bef988c5dfb8ec07f72ed820c48398643329f (patch) | |
tree | 4b7724aaf93cce6ea63fa0c79900620264746c8a /java/eclipse-devel/files/patch-features-org.eclipse.platform-build.properties | |
parent | . Update to Eclipse Europa, copied over from eclipse-devel. (diff) |
. Update to Eclipse Ganymede
Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca>
Notes
Notes:
svn path=/head/; revision=220010
Diffstat (limited to 'java/eclipse-devel/files/patch-features-org.eclipse.platform-build.properties')
-rw-r--r-- | java/eclipse-devel/files/patch-features-org.eclipse.platform-build.properties | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-features-org.eclipse.platform-build.properties b/java/eclipse-devel/files/patch-features-org.eclipse.platform-build.properties new file mode 100644 index 000000000000..687760aa685f --- /dev/null +++ b/java/eclipse-devel/files/patch-features-org.eclipse.platform-build.properties @@ -0,0 +1,21 @@ +--- features/org.eclipse.platform/build.properties.orig 2008-08-02 15:18:51.000000000 -0400 ++++ features/org.eclipse.platform/build.properties 2008-08-02 15:20:21.000000000 -0400 +@@ -49,6 +49,11 @@ + #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.permissions.755=*.so* ++root.freebsd.gtk.amd64=about_files/freebsd.gtk.amd64,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/amd64,gtk ++root.freebsd.gtk.amd64.permissions.755=*.so* ++ + # 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 +67,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 |