Repository: karaf-cellar Updated Branches: refs/heads/master d527e4c0b -> 84f1bc030
Remove camel-hazelcast-app feature (explained in README) Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/84f1bc03 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/84f1bc03 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/84f1bc03 Branch: refs/heads/master Commit: 84f1bc0307ee4666947745af9b566191ff99cc7c Parents: d527e4c Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jun 23 21:36:24 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jun 23 21:36:24 2014 +0200 ---------------------------------------------------------------------- samples/camel-hazelcast-app/pom.xml | 51 +------------------- .../src/main/resources/features.xml | 37 -------------- 2 files changed, 1 insertion(+), 87 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/84f1bc03/samples/camel-hazelcast-app/pom.xml ---------------------------------------------------------------------- diff --git a/samples/camel-hazelcast-app/pom.xml b/samples/camel-hazelcast-app/pom.xml index 900320d..a19bc1a 100644 --- a/samples/camel-hazelcast-app/pom.xml +++ b/samples/camel-hazelcast-app/pom.xml @@ -42,53 +42,4 @@ <module>consumer</module> </modules> - <build> - <resources> - <resource> - <directory>src/main/resources</directory> - <filtering>true</filtering> - <includes> - <include>**/*</include> - </includes> - </resource> - </resources> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <executions> - <execution> - <id>filter</id> - <phase>generate-resources</phase> - <goals> - <goal>resources</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <executions> - <execution> - <id>attach-artifact</id> - <phase>package</phase> - <goals> - <goal>attach-artifact</goal> - </goals> - <configuration> - <artifacts> - <artifact> - <file>target/classes/features.xml</file> - <type>xml</type> - <classifier>features</classifier> - </artifact> - </artifacts> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/84f1bc03/samples/camel-hazelcast-app/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/samples/camel-hazelcast-app/src/main/resources/features.xml b/samples/camel-hazelcast-app/src/main/resources/features.xml deleted file mode 100644 index 2b50ad9..0000000 --- a/samples/camel-hazelcast-app/src/main/resources/features.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - - Licensed 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. ---> -<features name="dosgi-greeter" xmlns="http://karaf.apache.org/xmlns/features/v1.0.0"> - - <repository>mvn:org.apache.camel.karaf/apache-camel/${camel.version}/xml/features</repository> - - <feature name='cellar-sample-camel-producer' description='Cellar Camel Sample Application - Producer' version='${project.version}' resolver='(obr)'> - <feature version="${project.version}">cellar</feature> - <feature version="${camel.version}">camel</feature> - <feature version="${camel.version}">camel-blueprint</feature> - <bundle>mvn:org.apache.camel/camel-hazelcast/${camel.version}</bundle> - <bundle>mvn:org.apache.karaf.cellar.samples.camel.hazelcast/producer/${project.version}</bundle> - </feature> - - <feature name='cellar-sample-camel-consumer' description='Cellar Camel Sample Application - Consumer' version='${project.version}' resolver='(obr)'> - <feature version="${project.version}">cellar</feature> - <feature version="${camel.version}">camel</feature> - <feature version="${camel.version}">camel-blueprint</feature> - <bundle>mvn:org.apache.camel/camel-hazelcast/${camel.version}</bundle> - <bundle>mvn:org.apache.karaf.cellar.samples.camel.hazelcast/consumer/${project.version}</bundle> - </feature> - -</features> -
