You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/06/25 15:02:06 UTC

svn commit: r550482 - in /activemq/camel/trunk: camel-book/ components/camel-http/pom.xml components/camel-http/src/main/java/org/apache/camel/component/http/HttpProducer.java tooling/camel-book/ tooling/pom.xml

Author: jstrachan
Date: Mon Jun 25 06:02:03 2007
New Revision: 550482

URL: http://svn.apache.org/viewvc?view=rev&rev=550482
Log:
Moved the camel-book module into the tooling directory

Added:
    activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpProducer.java   (with props)
    activemq/camel/trunk/tooling/camel-book/
      - copied from r550438, activemq/camel/trunk/camel-book/
Removed:
    activemq/camel/trunk/camel-book/
Modified:
    activemq/camel/trunk/components/camel-http/pom.xml
    activemq/camel/trunk/tooling/pom.xml

Modified: activemq/camel/trunk/components/camel-http/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-http/pom.xml?view=diff&rev=550482&r1=550481&r2=550482
==============================================================================
--- activemq/camel/trunk/components/camel-http/pom.xml (original)
+++ activemq/camel/trunk/components/camel-http/pom.xml Mon Jun 25 06:02:03 2007
@@ -42,6 +42,16 @@
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-servlet_2.4_spec</artifactId>
     </dependency>
+
+    <!-- only required for consuming -->
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>3.1-rc1</version>
+      <optional>true</optional>
+    </dependency>
+
+    <!-- only required for producing -->
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>

Added: activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpProducer.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpProducer.java?view=auto&rev=550482
==============================================================================
--- activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpProducer.java (added)
+++ activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpProducer.java Mon Jun 25 06:02:03 2007
@@ -0,0 +1,24 @@
+/**
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.component.http;
+
+/**
+ * @version $Revision: 1.1 $
+ */
+public class HttpProducer {
+}

Propchange: activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpProducer.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: activemq/camel/trunk/tooling/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/pom.xml?view=diff&rev=550482&r1=550481&r2=550482
==============================================================================
--- activemq/camel/trunk/tooling/pom.xml (original)
+++ activemq/camel/trunk/tooling/pom.xml Mon Jun 25 06:02:03 2007
@@ -33,6 +33,7 @@
 
   <modules>
     <module>archetypes</module>
+    <module>camel-book</module>
     <module>maven</module>
   </modules>