Repository: orc Updated Branches: refs/heads/master 18e57f644 -> 281c37dd5
Add a couple categories to the doap file. Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/281c37dd Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/281c37dd Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/281c37dd Branch: refs/heads/master Commit: 281c37dd5b3b699ca9ad47c2458649309a05de63 Parents: 18e57f6 Author: Owen O'Malley <[email protected]> Authored: Thu May 14 10:24:03 2015 -0700 Committer: Owen O'Malley <[email protected]> Committed: Thu May 14 10:24:03 2015 -0700 ---------------------------------------------------------------------- site/doap_orc.rdf | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/281c37dd/site/doap_orc.rdf ---------------------------------------------------------------------- diff --git a/site/doap_orc.rdf b/site/doap_orc.rdf index 428a012..0c3e108 100644 --- a/site/doap_orc.rdf +++ b/site/doap_orc.rdf @@ -39,7 +39,9 @@ the values that are required for the current query.</description> <programming-language>Java</programming-language> <programming-language>C++</programming-language> <category rdf:resource="http://projects.apache.org/category/big-data" /> + <category rdf:resource="http://projects.apache.org/category/database" /> <category rdf:resource="http://projects.apache.org/category/hadoop" /> + <category rdf:resource="http://projects.apache.org/category/library" /> <repository> <GitRepository> <location rdf:resource="https://git-wip-us.apache.org/repos/asf/orc.git"/>
