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 2009/02/16 16:03:55 UTC

svn commit: r744931 - /camel/trunk/components/camel-web/pom.xml

Author: jstrachan
Date: Mon Feb 16 15:03:50 2009
New Revision: 744931

URL: http://svn.apache.org/viewvc?rev=744931&view=rev
Log:
Updated the pom to camel-web now

Modified:
    camel/trunk/components/camel-web/pom.xml

Modified: camel/trunk/components/camel-web/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-web/pom.xml?rev=744931&r1=744930&r2=744931&view=diff
==============================================================================
--- camel/trunk/components/camel-web/pom.xml (original)
+++ camel/trunk/components/camel-web/pom.xml Mon Feb 16 15:03:50 2009
@@ -25,14 +25,14 @@
     <version>2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>camel-rest</artifactId>
+  <artifactId>camel-web</artifactId>
 
-  <name>Camel :: REST</name>
-  <description>Camel REST Support</description>
+  <name>Camel :: Web</name>
+  <description>Camel Web Application with REST support</description>
   <packaging>war</packaging>
 
   <properties>
-    <camel.osgi.export.pkg>org.apache.camel.rest.*</camel.osgi.export.pkg>
+    <camel.osgi.export.pkg>org.apache.camel.web.*</camel.osgi.export.pkg>
     <jersey-version>1.0.3-SNAPSHOT</jersey-version>
     <jetty-port>8080</jetty-port>
   </properties>