[pkg-java] r2524 - trunk/eclipse/debian
Matthias Klose
doko at costa.debian.org
Sat Sep 30 16:34:06 UTC 2006
Author: doko
Date: 2006-09-30 16:34:05 +0000 (Sat, 30 Sep 2006)
New Revision: 2524
Modified:
trunk/eclipse/debian/rules
Log:
* Don't build the eclipse-ecj and eclipse-ecj-gcj packages anymore. (missing bits)
Modified: trunk/eclipse/debian/rules
===================================================================
--- trunk/eclipse/debian/rules 2006-09-30 16:22:34 UTC (rev 2523)
+++ trunk/eclipse/debian/rules 2006-09-30 16:34:05 UTC (rev 2524)
@@ -466,13 +466,7 @@
cp $(EXTRA)/eclipse32.xpm $(DEBIAN_TMP)/usr/share/pixmaps/eclipse32.xpm
mkdir -p $(DEBIAN_TMP)/$(ECLIPSE_HOME)/links/
cp $(EXTRA)/*.link $(DEBIAN_TMP)/$(ECLIPSE_HOME)/links/
-
-ifeq ($(enable_native),yes)
- cp $(BUILD_TREE)/ecj-gcj $(DEBIAN_TMP)/usr/bin/ecj-gcj
- mkdir -p $(DEBIAN_TMP)/usr/sbin/
- cp $(EXTRA)/update-gcj-classmaps-eclipse.sh $(DEBIAN_TMP)/usr/sbin/update-gcj-classmaps-eclipse
-endif
-
+
# Workaround breakage wiht /usr/lib/eclipse/feartures.
mkdir $(DEBIAN_TMP)/$(ECLIPSE_ARCH)/features
More information about the pkg-java-commits
mailing list