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-plugins-org.eclipse.equinox.p2.reconciler.dropins-Bootstrap.product | |
parent | . Update to Eclipse Europa, copied over from eclipse-devel. (diff) |
. Update to Eclipse Ganymede
Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca>
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.p2.reconciler.dropins-Bootstrap.product')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.p2.reconciler.dropins-Bootstrap.product | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.p2.reconciler.dropins-Bootstrap.product b/java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.p2.reconciler.dropins-Bootstrap.product new file mode 100644 index 000000000000..0d1e8c8b225b --- /dev/null +++ b/java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.p2.reconciler.dropins-Bootstrap.product @@ -0,0 +1,10 @@ +--- plugins/org.eclipse.equinox.p2.reconciler.dropins/Bootstrap.product.orig 2008-08-02 15:24:39.000000000 -0400 ++++ plugins/org.eclipse.equinox.p2.reconciler.dropins/Bootstrap.product 2008-08-02 15:26:30.000000000 -0400 +@@ -5,6 +5,7 @@ + + <configIni use="default"> + <linux>/org.eclipse.equinox.p2.reconciler.dropins/config.ini</linux> ++ <freebsd>/org.eclipse.equinox.p2.reconciler.dropins/config.ini</freebsd> + <macosx>/org.eclipse.equinox.p2.reconciler.dropins/config.ini</macosx> + <solaris>/org.eclipse.equinox.p2.reconciler.dropins/config.ini</solaris> + <win32>/org.eclipse.equinox.p2.reconciler.dropins/config.ini</win32> |