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

Benjamin Drung bdrung-guest at alioth.debian.org
Sat Feb 20 13:01:16 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  8a129fd12a2906700b71bb45cf6fcccf70269a2c (commit)
      from  db21cc131a6ce0931b42987120eebef3b29211a4 (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 8a129fd12a2906700b71bb45cf6fcccf70269a2c
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Sat Feb 20 14:00:35 2010 +0100

    symlink-system-jars: Don't report harmless jar files.

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

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

diff --git a/debian/patches/system-jars.patch b/debian/patches/system-jars.patch
index 067dac9..e9d82d7 100644
--- a/debian/patches/system-jars.patch
+++ b/debian/patches/system-jars.patch
@@ -163,7 +163,7 @@ Index: debian.git/symlink-system-jars
 +done
 +
 +# Make sure there are no jars left
-+JARS=$(find * -iname '*.jar' -type f | sort)
++JARS=$(find * -iname '*.jar' -type f | sort | grep -v "^artifacts.jar$\|^content.jar$")
 +if test ! -z "$JARS"; then
 +	echo "W: These jars should be deleted and symlinked to system jars:\n$JARS"
 +fi
diff --git a/symlink-system-jars b/symlink-system-jars
index db2e87e..fa9e6cc 100755
--- a/symlink-system-jars
+++ b/symlink-system-jars
@@ -102,7 +102,7 @@ for line in $CSV_FILE_CONTENT; do
 done
 
 # Make sure there are no jars left
-JARS=$(find * -iname '*.jar' -type f | sort)
+JARS=$(find * -iname '*.jar' -type f | sort | grep -v "^artifacts.jar$\|^content.jar$")
 if test ! -z "$JARS"; then
 	echo "W: These jars should be deleted and symlinked to system jars:\n$JARS"
 fi


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



More information about the pkg-java-commits mailing list