diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-09-08 13:11:47 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-08 13:12:38 -0700 |
commit | 52d4cb12901247f501d1392b2095c81348c6858c (patch) | |
tree | b31e33c8ff274fd9631d0525f1a9f5414c2c2a4d /recipes | |
parent | 41ee3c4d7c0e72436049c2c0972fe6e3b6311c5f (diff) |
xalan-j_2.7.1.bb: Add missing quote to the HOMEPAGE string
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xalan-j/xalan-j_2.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xalan-j/xalan-j_2.7.1.bb b/recipes/xalan-j/xalan-j_2.7.1.bb index 2f8ba72a18..e008f02206 100644 --- a/recipes/xalan-j/xalan-j_2.7.1.bb +++ b/recipes/xalan-j/xalan-j_2.7.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Java XSLT processor" LICENSE = "AL2.0" AUTHOR = "Apache Software Foundation" -HOMEPAGE = "http://xml.apache.org/xalan-j +HOMEPAGE = "http://xml.apache.org/xalan-j" PR = "r4" DEPENDS = "fastjar-native xerces-j regexp jlex cup jaxp1.3 bcel" |