[SCM] eclipse - Powerful IDE written in java - Debian package. branch, upstream, updated. f01d0cc8107f17aa2d0d101a318df17b99894091

Benjamin Drung bdrung-guest at alioth.debian.org
Thu Feb 25 16:04:33 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, upstream has been updated
       via  f01d0cc8107f17aa2d0d101a318df17b99894091 (commit)
      from  9a40a5ea0161502dd10463d0e58f2558d68bcd10 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 buildSDKSource.sh |   30 +++++++++++++++++++++++++++++-
 2 files changed, 35 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 01c3b91..c30e68c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-25  Andrew Overholt  <overholt at redhat.com>
+
+	Bug #303447
+
+	* buildSDKSource.sh: Delete more unused files (Benjamin Drung).
+
 2010-02-25  Alexander Kurtakov  <akurtako at redhat.com>
 
 	* pdebuild/eclipse-pdebuild.sh: Add exit 1 on unknown option.
diff --git a/buildSDKSource.sh b/buildSDKSource.sh
index e7f5b86..8fa0445 100755
--- a/buildSDKSource.sh
+++ b/buildSDKSource.sh
@@ -197,9 +197,37 @@ find -depth -name CVS -exec rm -rf {} \;
 
 # Remove prebuilt binaries
 find \( -name '*.exe' -o -name '*.dll' \) -delete
-find \( -name '*.so' -o -name '*.so.2' \) -delete
+find \( -name '*.a' -o -name '*.so' -o -name '*.so.2' \) -delete
 find features/org.eclipse.equinox.executable -name eclipse -delete
 
+# Remove unused files
+rm -f plugins/org.eclipse.core.resources/natives/ref.c
+
+# Remove unused jar files
+rm -f plugins/org.apache.ant_*/lib/ant-jai.jar
+rm -f plugins/org.apache.ant_*/lib/ant-jmf.jar
+rm -f plugins/org.apache.ant_*/lib/ant-netrexx.jar
+rm -f plugins/org.apache.ant_*/lib/ant-starteam.jar
+rm -f plugins/org.apache.ant_*/lib/ant-stylebook.jar
+rm -f plugins/org.apache.ant_*/lib/ant-weblogic.jar
+rm -f plugins/org.apache.ws.commons.util_*.jar
+rm -f plugins/org.apache.ws.jaxme_*.jar
+rm -f plugins/org.apache.xmlrpc_*.jar
+rm -f plugins/org.eclipse.jdt.ui.examples.projects/archive/junit/junit381src.jar
+rm -f plugins/org.eclipse.osgi/osgi/ee.foundation.jar
+rm -f plugins/org.eclipse.osgi/osgi/ee.minimum-1.2.0.jar
+rm -f plugins/org.eclipse.osgi/osgi/ee.minimum.jar
+rm -f plugins/org.eclipse.osgi/osgi/exceptions.jar
+rm -f plugins/org.eclipse.osgi/osgi/osgi.cmpn.jar
+rm -f plugins/org.eclipse.osgi/osgi/osgi.core.jar
+rm -f plugins/org.eclipse.pde.core/ant_tasks/pde-ant.jar
+rm -f plugins/org.eclipse.swt/extra_jars/exceptions.jar
+rm -f plugins/org.eclipse.ecf*.jar
+rm -f plugins/org.mortbay.jetty_5*.jar
+
+# Remove empty directories
+find -depth -type d -empty -delete
+
 mkdir eclipse-${buildID}-fetched-src
 mv * eclipse-${buildID}-fetched-src
 tar cjf "${workDirectory}"/eclipse-${buildID}-fetched-src.tar.bz2 \


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



More information about the pkg-java-commits mailing list