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

Niels Thykier nthykier-guest at alioth.debian.org
Tue Feb 16 11:47:28 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  0dfe108a00f1ef4294a81be0abfa12e3ad3bb73f (commit)
      from  ee35fe338e1e2d8809e0bede308df294ed15b64a (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 0dfe108a00f1ef4294a81be0abfa12e3ad3bb73f
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Feb 16 12:47:12 2010 +0100

    Removed unused helper script.

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

Summary of changes:
 debian/extra/plugin-linker.sh |   23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)

diff --git a/debian/extra/plugin-linker.sh b/debian/extra/plugin-linker.sh
deleted file mode 100644
index ef19210..0000000
--- a/debian/extra/plugin-linker.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh                                                                                                                                                                                                                                                                             
-set -e
-
-ECLIPSE_PATH="$1"
-PLUGIN="$2"
-SYSTEM_JAR="$3"
-
-PLUGIN_NAME=`echo "$1"/plugins/"$2"*`
-
-if [ ! -e "$PLUGIN_NAME" ] ; then
-    echo "Cannot find $PLUGIN in $ECLIPSE_PATH/plugins" >&2
-    echo "(Tried: $PLUGIN_NAME)" >&2
-    exit 1
-fi
-if [ ! -e "$SYSTEM_JAR" ] ; then
-    echo "Cannot find $SYSTEM_JAR" >&2
-    exit 1
-fi
-
-echo "Replacing `basename $PLUGIN_NAME` with $SYSTEM_JAR"
-rm "$PLUGIN_NAME"
-ln -s "$SYSTEM_JAR" "$PLUGIN_NAME"
-


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



More information about the pkg-java-commits mailing list