You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/12/24 14:43:35 UTC

svn commit: r893760 - /camel/trunk/components/camel-protobuf/pom.xml

Author: ningjiang
Date: Thu Dec 24 13:43:35 2009
New Revision: 893760

URL: http://svn.apache.org/viewvc?rev=893760&view=rev
Log:
Clean up the camel-protobuf pom.xml

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

Modified: camel/trunk/components/camel-protobuf/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-protobuf/pom.xml?rev=893760&r1=893759&r2=893760&view=diff
==============================================================================
--- camel/trunk/components/camel-protobuf/pom.xml (original)
+++ camel/trunk/components/camel-protobuf/pom.xml Thu Dec 24 13:43:35 2009
@@ -11,17 +11,17 @@
 	<groupId>org.apache.camel</groupId>
 	<artifactId>camel-protobuf</artifactId>
 	<packaging>bundle</packaging>
-	<name>camel-protobuf</name>
+	<name>camel::protobuf</name>
 	
 	<properties>
     	<camel.osgi.export.pkg>org.apache.camel.dataformat.protobuf.*</camel.osgi.export.pkg>
   	</properties>
 
 	<dependencies>	
-		<dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-core</artifactId>
-        </dependency>
+          <dependency>
+		<groupId>org.apache.camel</groupId>
+			<artifactId>camel-core</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>com.google.protobuf</groupId>
 			<artifactId>protobuf-java</artifactId>