Merge branch 'vuplus-1.6k' of code.vuplus.com:/opt/repository/openembedded into vuplu...
[vuplus_openembedded] / recipes / jakarta-commons / commons-el_1.0.bb
1 require jakarta-commons.inc
2
3 DESCRIPTION = "Implementation of the JSP2.0 Expression Language API"
4
5 SRC_URI = "http://www.apache.org/dist/commons/el/source/${BP}-src.tar.gz"
6
7 DEPENDS += "jsp2.0 servlet2.4"
8 RDEPENDS = "libjsp2.0-java libservlet2.4-java"
9
10 CP = "jsp-api-2.0 servlet-api-2.4"
11
12 FINDARGS = "\( -name '*.properties' -or -name '*.jj' \)"
13
14