mr_bones_ 15/04/02 18:30:02 Modified: commons-jexl-2.1.1.ebuild Log: whitespace (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, unsigned Manifest commit)
Revision Changes Path 1.3 dev-java/commons-jexl/commons-jexl-2.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-jexl/commons-jexl-2.1.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-jexl/commons-jexl-2.1.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-jexl/commons-jexl-2.1.1.ebuild?r1=1.2&r2=1.3 Index: commons-jexl-2.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-jexl/commons-jexl-2.1.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- commons-jexl-2.1.1.ebuild 10 Aug 2014 20:11:14 -0000 1.2 +++ commons-jexl-2.1.1.ebuild 2 Apr 2015 18:30:02 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jexl/commons-jexl-2.1.1.ebuild,v 1.2 2014/08/10 20:11:14 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jexl/commons-jexl-2.1.1.ebuild,v 1.3 2015/04/02 18:30:02 mr_bones_ Exp $ EAPI="5" @@ -34,7 +34,7 @@ java_prepare() { cp "${FILESDIR}"/${PV}-build.xml build.xml || die - # these two calls is what the "jjtree-javacc" goal in the pom.xml does + # these two calls is what the "jjtree-javacc" goal in the pom.xml does jjtree -OUTPUT_DIRECTORY="${S}/src/main/java/org/apache/commons/jexl2/parser/" \ src/main/java/org/apache/commons/jexl2/parser/Parser.jjt \ || die "Code generation via jjtree failed"
