aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jakarta-commons/commons-digester_1.8.bb
blob: 28bcef3881d7fde6744f403ca7b3b1514dcc7532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require jakarta-commons.inc

DESCRIPTION = "Converts XML to a Java object by a set of mapping rules."

SRC_URI = "http://www.apache.org/dist/commons/digester/source/${BP}-src.tar.gz"

DEPENDS += "commons-logging commons-beanutils"
RDEPENDS = "libcommons-logging-java libcommons-beanutils-java"

CP = "commons-logging commons-beanutils"

FINDARGS = "-name '*.dtd'"