xalan-j_2.7.1.bb: Add missing quote to the HOMEPAGE string
authorKhem Raj <raj.khem@gmail.com>
Wed, 8 Sep 2010 20:11:47 +0000 (13:11 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 8 Sep 2010 20:12:38 +0000 (13:12 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/xalan-j/xalan-j_2.7.1.bb

index 2f8ba72..e008f02 100644 (file)
@@ -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"