wok diff ecj/receipt @ rev 9634

Fixes: ecj, fop, rhino, xalan-xerces-j, xlogo (jre is not a package --> java-jre)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 26 15:26:46 2011 +0200 (2011-04-26)
parents 1ee924e11aed
children 3a51d8de6d09
line diff
     1.1 --- a/ecj/receipt	Sun Feb 13 03:22:30 2011 +0100
     1.2 +++ b/ecj/receipt	Tue Apr 26 15:26:46 2011 +0200
     1.3 @@ -5,10 +5,6 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="The Eclipse standalone batch Java compiler and Ant compiler adapter."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="jre"
     1.8 -#DEPENDS="java-jre"
     1.9 -BUILD_DEPENDS=""
    1.10 -SUGGESTED=""
    1.11  TARBALL="$PACKAGE-$VERSION.jar"
    1.12  WEB_SITE="http://www.eclipse.org/jdt/core/"
    1.13  # 3.4.2: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200902111700/$TARBALL"
    1.14 @@ -17,6 +13,9 @@
    1.15  WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-201006080911/$TARBALL"
    1.16  TAGS="compiler java"
    1.17  
    1.18 +DEPENDS="java-jre"
    1.19 +BUILD_DEPENDS=""
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {