Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7A0CCD97 for ; Thu, 12 Sep 2013 15:35:33 +0000 (UTC) Received: (qmail 29546 invoked by uid 500); 12 Sep 2013 15:35:27 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 29198 invoked by uid 500); 12 Sep 2013 15:35:20 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 29017 invoked by uid 99); 12 Sep 2013 15:35:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Sep 2013 15:35:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Sep 2013 15:35:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A5C4723889EC for ; Thu, 12 Sep 2013 15:34:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r878181 - in /websites/production/camel/content: cache/main.pageCache camel-maven-archetypes.html Date: Thu, 12 Sep 2013 15:34:53 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130912153453.A5C4723889EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Thu Sep 12 15:34:53 2013 New Revision: 878181 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-maven-archetypes.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/camel-maven-archetypes.html ============================================================================== --- websites/production/camel/content/camel-maven-archetypes.html (original) +++ websites/production/camel/content/camel-maven-archetypes.html Thu Sep 12 15:34:53 2013 @@ -91,7 +91,7 @@

Archetype Supported

-
Archetype Description
camel-archetype-activemq This archetype is used to create a new Maven project for Camel routes with Apache ActiveMQ embedded.
camel-archetype-blueprint Camel 2.8: This archetype is used to create a new Maven project for Camel routes to be running in OSGi using Blueprint.
camel-archetype-component This archetype is used for creating a new Maven project for Camel Components. Use this if there is a com ponent missing in Camel that you want to create yourself.
camel-archetype-component-scala Camel 2.10: This archetype is used for creating a new Maven project for Camel Components using Scala. Use this if there is a component missing in Camel that you want to create yourself.
camel-archetype-dataformat Camel 2.9: This archetype is used for creating a new Maven project for Camel Data Formats. Use this if there is a data format missing in Camel that you want to create yourself.
camel-archetype-groovy Camel 2.11: This archetype is used to create a new Maven project for Camel using Groovy DSL.
camel-archetype-java This archetype is used to create a new Maven project for Camel routes using Java DSL.
camel-archetype-scala This archetype is used to create a new Maven projects for building Camel routes in the Scala DSL.
camel-archetype-spring This archetype is used to create a new Maven project for Camel routes using Spring XML.
camel-archetype-spring-dm Camel 2.8: This archetype is used to create a new Maven project for Camel routes to be running in OSGi using Spring DM.
camel-archetype-war Camel 2.6 or older: This archetype is used to create a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WAR file.
camel-archetype-webconsole Camel 2.7: This archetype is used to create a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WAR file.
camel-archetype-web Camel 2.7: This archetype is used to create a new Camel project that deploys Camel Routes using Spring or Java DSL as a WAR file.
+
Archetype Description
camel-archetype-activemq This archetype is used to create a new Maven project for Camel routes with Apache ActiveMQ embedded.
camel-archetype-blueprint Camel 2.8: This archetype is used to create a new Maven project for Camel routes to be running in OSGi using Blueprint.
camel-archetype-component This archetype is used for creating a new Maven project for Camel Components. Use this if there is a com ponent missing in Camel that you want to create yourself.
camel-archetype-component-scala Camel 2.10: This archetype is used for creating a new Maven project for Camel Components using Scala. Use this if there is a component missing in Camel that you want to create yourself.
amel-archetype-cxf-contract-first-blueprint Camel 2.12.1: This archetype is used creating a new Maven project for Camel with CXF exposing a web service using contract-first style. This project is for OSGi Blueprint containers.
camel-archetype-dataformat Camel 2.9: This archetype is used for creating a new Maven project for Camel Data Formats. Use this if there is a data format missing in Camel that you want to create yourself.
camel-archetype-groovy Camel 2.11: This archetype is used to create a new Maven project for Camel using Groovy DSL.
camel-archetype-java This archetype is used to create a new Maven project for Camel routes using Java DSL.
camel-archetype-scala This archetype is used to create a new Maven projects for building Camel routes in the Scala DSL.
camel-archetype-spring This archetype is used to create a new Maven project for Camel routes using Spring XML.
camel-archetype-spring-dm Camel 2.8: This archetype is used to create a new Maven project for Camel routes to be running in OSGi using Spring DM.
camel-archetype-war Camel 2.6 or older: This archetype is used to create a new Camel project that deploys the Camel Web Console, REST API, and your routes as a W AR file.
camel-archetype-webconsole Camel 2.7: This archetype is used to create a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WAR file.
camel-archetype-web Camel 2.7: This archetype is used to create a new Camel project that deploys Camel Routes using Spring or Java DSL as a WAR file.