first import
This commit is contained in:
21
sites/all/modules/feeds_xpathparser/feeds_xpathparser.info
Normal file
21
sites/all/modules/feeds_xpathparser/feeds_xpathparser.info
Normal file
@@ -0,0 +1,21 @@
|
||||
name = Feeds XPath Parser
|
||||
description = Parse an XML or HTML document using XPath.
|
||||
package = Feeds
|
||||
dependencies[] = feeds
|
||||
files[] = FeedsXPathParserBase.inc
|
||||
files[] = FeedsXPathParserHTML.inc
|
||||
files[] = FeedsXPathParserXML.inc
|
||||
files[] = FeedsXPathParserQueryParser.inc
|
||||
files[] = FeedsXPathParserDOMXPath.inc
|
||||
files[] = tests/feeds_xpathparser.test
|
||||
files[] = tests/feeds_xpathparser_parser_html.test
|
||||
files[] = tests/feeds_xpathparser_parser_xml.test
|
||||
files[] = tests/feeds_xpathparser_query_parser.test
|
||||
core = 7.x
|
||||
|
||||
; Information added by drupal.org packaging script on 2012-04-25
|
||||
version = "7.x-1.0-beta3+7-dev"
|
||||
core = "7.x"
|
||||
project = "feeds_xpathparser"
|
||||
datestamp = "1335312969"
|
||||
|
||||
Reference in New Issue
Block a user