Author: gertv
Date: Fri Jul  4 07:05:39 2008
New Revision: 674061

URL: http://svn.apache.org/viewvc?rev=674061&view=rev
Log:
SMX4-49: Add a Camel features.xml

Added:
    servicemix/smx4/features/trunk/camel/camel-features/
    servicemix/smx4/features/trunk/camel/camel-features/pom.xml
Modified:
    servicemix/smx4/features/trunk/pom.xml

Added: servicemix/smx4/features/trunk/camel/camel-features/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/camel-features/pom.xml?rev=674061&view=auto
==============================================================================
--- servicemix/smx4/features/trunk/camel/camel-features/pom.xml (added)
+++ servicemix/smx4/features/trunk/camel/camel-features/pom.xml Fri Jul  4 
07:05:39 2008
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix.camel</groupId>
+        <artifactId>camel</artifactId>
+        <version>4.0-m2-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.servicemix.camel</groupId>
+    <artifactId>org.apache.servicemix.camel.features</artifactId>
+    <packaging>pom</packaging>
+    <version>4.0-m2-SNAPSHOT</version>
+    <name>Apache ServiceMix Camel Features</name>
+
+    <build>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.servicemix.kernel.testing</groupId>
+          <artifactId>features-maven-plugin</artifactId>
+          <version>1.0.0-SNAPSHOT</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>generate-features-file</goal>
+              </goals>
+              <configuration>
+                <includeProject>false</includeProject>
+                <includeDependencies>true</includeDependencies>
+                <attachmentArtifactType>xml</attachmentArtifactType>
+                
<attachmentArtifactClassifier>features</attachmentArtifactClassifier>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+      </plugins>
+    </build>
+
+   <dependencies>
+     <dependency>
+       <groupId>org.apache.camel</groupId>
+       <artifactId>camel-core</artifactId>
+       <version>${camel.version}</version>
+       <exclusions>
+         <exclusion>
+           <groupId>commons-logging</groupId>
+           <artifactId>commons-logging-api</artifactId>
+         </exclusion>
+         <exclusion>
+           <groupId>org.springframework</groupId>
+           <artifactId>spring-context</artifactId>
+         </exclusion>
+       </exclusions>
+     </dependency>
+     <dependency>
+       <groupId>org.apache.camel</groupId>
+       <artifactId>camel-ftp</artifactId>
+       <version>${camel.version}</version>
+       <exclusions>
+         <exclusion>
+           <groupId>commons-logging</groupId>
+           <artifactId>commons-logging-api</artifactId>
+         </exclusion>
+         <exclusion>
+           <groupId>com.jcraft</groupId>
+           <artifactId>jzlib</artifactId>
+         </exclusion>
+       </exclusions>
+     </dependency>
+   </dependencies>
+</project>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=674061&r1=674060&r2=674061&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Fri Jul  4 07:05:39 2008
@@ -123,6 +123,7 @@
       <servicemix.kernel.version>1.0.0-SNAPSHOT</servicemix.kernel.version>
       <servicemix.nmr.version>1.0-m2-SNAPSHOT</servicemix.nmr.version>
       <servicemix.specs.version>1.0.0</servicemix.specs.version>
+      <servicemix.bundle.suffix>_1-SNAPSHOT</servicemix.bundle.suffix>
 
       <servicemix-shared-version>4.0-SNAPSHOT</servicemix-shared-version>
       <servicemix-quartz-version>4.0-SNAPSHOT</servicemix-quartz-version>  


Reply via email to