summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-04-02 18:30:02 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-04-02 18:30:02 +0000
commit039a4896f17ff16abf38888389ab3c1bff963628 (patch)
treec06aa26b51d1356cc033fb63a9dd5c4991a94770 /dev-java/commons-jexl
parentwhitespace (diff)
downloadgentoo-2-039a4896f17ff16abf38888389ab3c1bff963628.tar.gz
gentoo-2-039a4896f17ff16abf38888389ab3c1bff963628.tar.bz2
gentoo-2-039a4896f17ff16abf38888389ab3c1bff963628.zip
whitespace
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, unsigned Manifest commit)
Diffstat (limited to 'dev-java/commons-jexl')
-rw-r--r--dev-java/commons-jexl/commons-jexl-2.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-jexl/commons-jexl-2.1.1.ebuild b/dev-java/commons-jexl/commons-jexl-2.1.1.ebuild
index 14a7bf151f47..b6f151a8eb92 100644
--- a/dev-java/commons-jexl/commons-jexl-2.1.1.ebuild
+++ b/dev-java/commons-jexl/commons-jexl-2.1.1.ebuild
@@ -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 @@ EANT_GENTOO_CLASSPATH="commons-logging"
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"