[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 0f15371e18e32c0a496eb0e4c7ec53a580727318

Benjamin Drung bdrung-guest at alioth.debian.org
Sat Jan 9 15:39:38 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
       via  0f15371e18e32c0a496eb0e4c7ec53a580727318 (commit)
      from  7d9e7214747b0be6bf69b0fc26ea83de4087fad7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0f15371e18e32c0a496eb0e4c7ec53a580727318
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Sat Jan 9 16:39:22 2010 +0100

    Start /usr/lib/eclipse/eclipse in background (to avoid having two eclipse instances running)

-----------------------------------------------------------------------

Summary of changes:
 debian/extra/eclipse |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/extra/eclipse b/debian/extra/eclipse
index ea9f5a5..47dd446 100644
--- a/debian/extra/eclipse
+++ b/debian/extra/eclipse
@@ -6,4 +6,4 @@
 export GDK_NATIVE_WINDOWS=true
 
 xuldir=/usr/lib/xulrunner-$(/usr/bin/xulrunner-1.9.1 --gre-version)
-LD_LIBRARY_PATH=$xuldir${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} /usr/lib/eclipse/eclipse "$@"
+LD_LIBRARY_PATH=$xuldir${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} /usr/lib/eclipse/eclipse "$@" &


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list