summaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-02-28 19:42:35 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-02-28 21:59:59 +0100
commit9c6d9367eeada083aacf182da628238993ca5100 (patch)
tree1834e149885dc7cdc4f89ea43fb9b25ba1e837b7 /recipes-core/xml-commons
parent0205a81504d10e5badcd0d7d272ab4fcf21d893f (diff)
downloadmeta-java-9c6d9367eeada083aacf182da628238993ca5100.tar.gz
meta-java: Fix quote errors
new bitbake is strict about quoting so fix them Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/xml-commons')
-rw-r--r--recipes-core/xml-commons/dom4j_1.6.1.bb2
-rw-r--r--recipes-core/xml-commons/jaxen_1.1.1.bb2
-rw-r--r--recipes-core/xml-commons/jdom_1.1.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/xml-commons/dom4j_1.6.1.bb b/recipes-core/xml-commons/dom4j_1.6.1.bb
index 94bd807..d26d2ee 100644
--- a/recipes-core/xml-commons/dom4j_1.6.1.bb
+++ b/recipes-core/xml-commons/dom4j_1.6.1.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "dom4j is a simple and flexible Java library for working with XML, XPath and XSLT" 1DESCRIPTION = "dom4j is a simple and flexible Java library for working with XML, XPath and XSLT"
2LICENSE = "BSD" 2LICENSE = "BSD"
3 3
4HOMEPAGE = "http://dom4j.org 4HOMEPAGE = "http://dom4j.org"
5 5
6DEPENDS = "fastjar-native xerces-j xalan-j xpp2 xpp3 jaxen" 6DEPENDS = "fastjar-native xerces-j xalan-j xpp2 xpp3 jaxen"
7 7
diff --git a/recipes-core/xml-commons/jaxen_1.1.1.bb b/recipes-core/xml-commons/jaxen_1.1.1.bb
index 7180dda..147ccf9 100644
--- a/recipes-core/xml-commons/jaxen_1.1.1.bb
+++ b/recipes-core/xml-commons/jaxen_1.1.1.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "XPath library written in Java" 1DESCRIPTION = "XPath library written in Java"
2LICENSE = "BSD" 2LICENSE = "BSD"
3 3
4HOMEPAGE = "http://jaxen.codehaus.org/ 4HOMEPAGE = "http://jaxen.codehaus.org/"
5 5
6DEPENDS = "fastjar-native xerces-j xom" 6DEPENDS = "fastjar-native xerces-j xom"
7 7
diff --git a/recipes-core/xml-commons/jdom_1.1.bb b/recipes-core/xml-commons/jdom_1.1.bb
index 1a77f05..cb53734 100644
--- a/recipes-core/xml-commons/jdom_1.1.bb
+++ b/recipes-core/xml-commons/jdom_1.1.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Parses, manipulates, and outputs XML using standard Java constructs" 1DESCRIPTION = "Parses, manipulates, and outputs XML using standard Java constructs"
2LICENSE = "BSD" 2LICENSE = "BSD"
3 3
4HOMEPAGE = "http://jdom.org/ 4HOMEPAGE = "http://jdom.org/"
5 5
6DEPENDS = "fastjar-native jaxen" 6DEPENDS = "fastjar-native jaxen"
7 7