Update doap project file to remove old cruft. When we get a new website we should have better short and descriptions for Camel.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/79c24e2c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/79c24e2c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/79c24e2c Branch: refs/heads/master Commit: 79c24e2c57b28caec0662cf3219ba559321dcfe4 Parents: 7b9ce03 Author: Claus Ibsen <[email protected]> Authored: Thu Jul 20 16:02:45 2017 +0200 Committer: Claus Ibsen <[email protected]> Committed: Thu Jul 20 16:48:21 2017 +0200 ---------------------------------------------------------------------- doap.rdf | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/79c24e2c/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index 0db5ea1..2981439 100644 --- a/doap.rdf +++ b/doap.rdf @@ -25,7 +25,7 @@ <!-- ======================================================================= - Copyright (c) 2008 The Apache Software Foundation. + Copyright (c) 2017 The Apache Software Foundation. All rights reserved. ======================================================================= @@ -36,22 +36,15 @@ <name>Apache Camel</name> <homepage rdf:resource="http://camel.apache.org/" /> <asfext:pmc rdf:resource="http://camel.apache.org/" /> - <shortdesc>Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns.</shortdesc> - <description>Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns. -Rules for Camel's routing and mediation engine can be defined in either a Java based DSL, XML or using DSLs for dynamic languages such as Groovy or Scala.</description> + <shortdesc>Apache Camel is a powerful open source integration library.</shortdesc> + <description>Apache Camel is a powerful open source integration library based on Enterprise Integration Patterns. +Rules for Camel's routing engine can be defined in either a Java based DSL or XML.</description> <bug-database rdf:resource="http://issues.apache.org/activemq/browse/CAMEL" /> <mailing-list rdf:resource="http://camel.apache.org/mailing-lists.html" /> <download-page rdf:resource="http://camel.apache.org/download.html" /> <programming-language>Java</programming-language> <programming-language>XML</programming-language> - <programming-language>Python</programming-language> - <programming-language>Groovy</programming-language> - <programming-language>JavaScript</programming-language> - <programming-language>Ruby</programming-language> - <programming-language>SQL</programming-language> - <programming-language>Scala</programming-language> - <programming-language>PHP</programming-language> <category rdf:resource="http://projects.apache.org/category/osgi" /> <category rdf:resource="http://projects.apache.org/category/network-server" />
