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

Benjamin Drung bdrung-guest at alioth.debian.org
Mon Nov 23 20:28:44 UTC 2009


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  13bf5fafc75fad760fea90f5a69ebe754ee4b61b (commit)
      from  89311ac02c0f401227f57a45acc74b12a61917da (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 13bf5fafc75fad760fea90f5a69ebe754ee4b61b
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Mon Nov 23 21:28:25 2009 +0100

    Fix typo (CVS -> CSV).

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

Summary of changes:
 debian/patches/system-jars.patch |    8 ++++----
 symlink-system-jars              |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/patches/system-jars.patch b/debian/patches/system-jars.patch
index b6c0bb0..5015b5b 100644
--- a/debian/patches/system-jars.patch
+++ b/debian/patches/system-jars.patch
@@ -59,11 +59,11 @@ Applied-Upstream: no
 +# 1. The to-be-replaced jar file in the eclipse source directory
 +# 2. Comma separated list of locations, where the system jar files can be found
 +
-+CVS_FILE=$(dirname $0)/system-jars.csv
++CSV_FILE=$(dirname $0)/system-jars.csv
 +if test -n "$2"; then
-+	CVS_FILE="$2"
++	CSV_FILE="$2"
 +fi
-+CVS_FILE_CONTENT=$(cat $CVS_FILE)
++CSV_FILE_CONTENT=$(cat $CSV_FILE)
 +
 +if test -n "$1"; then
 +	cd "$1"
@@ -72,7 +72,7 @@ Applied-Upstream: no
 +# Remove signatures for JARs
 +find \( -iname '*.sf' -o -iname '*.rsa' \) -delete
 +
-+for line in $CVS_FILE_CONTENT; do
++for line in $CSV_FILE_CONTENT; do
 +	if test "$(echo $line | cut -c 1)" != "#"; then
 +		COLUMN1=$(echo $line | sed "s/;/\n/g" | sed -n "1p")
 +		COLUMN2=$(echo $line | sed "s/;/\n/g" | sed -n "2p")
diff --git a/symlink-system-jars b/symlink-system-jars
index b5c6f69..e66ba2e 100755
--- a/symlink-system-jars
+++ b/symlink-system-jars
@@ -6,11 +6,11 @@ set -e
 # 1. The to-be-replaced jar file in the eclipse source directory
 # 2. Comma separated list of locations, where the system jar files can be found
 
-CVS_FILE=$(dirname $0)/system-jars.csv
+CSV_FILE=$(dirname $0)/system-jars.csv
 if test -n "$2"; then
-	CVS_FILE="$2"
+	CSV_FILE="$2"
 fi
-CVS_FILE_CONTENT=$(cat $CVS_FILE)
+CSV_FILE_CONTENT=$(cat $CSV_FILE)
 
 if test -n "$1"; then
 	cd "$1"
@@ -19,7 +19,7 @@ fi
 # Remove signatures for JARs
 find \( -iname '*.sf' -o -iname '*.rsa' \) -delete
 
-for line in $CVS_FILE_CONTENT; do
+for line in $CSV_FILE_CONTENT; do
 	if test "$(echo $line | cut -c 1)" != "#"; then
 		COLUMN1=$(echo $line | sed "s/;/\n/g" | sed -n "1p")
 		COLUMN2=$(echo $line | sed "s/;/\n/g" | sed -n "2p")


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



More information about the pkg-java-commits mailing list