Add name in the Cave features XML git-svn-id: https://svn.apache.org/repos/asf/karaf/cave/trunk@1205792 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/karaf-cave/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cave/commit/5daff9aa Tree: http://git-wip-us.apache.org/repos/asf/karaf-cave/tree/5daff9aa Diff: http://git-wip-us.apache.org/repos/asf/karaf-cave/diff/5daff9aa Branch: refs/heads/master Commit: 5daff9aa56cddd8cd2f4bd5385d7963a1e3b7561 Parents: c01ac59 Author: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Authored: Thu Nov 24 11:13:26 2011 +0000 Committer: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Committed: Thu Nov 24 11:13:26 2011 +0000 ---------------------------------------------------------------------- assembly/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cave/blob/5daff9aa/assembly/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/resources/features.xml b/assembly/src/main/resources/features.xml index 1e4c1e0..4016abc 100644 --- a/assembly/src/main/resources/features.xml +++ b/assembly/src/main/resources/features.xml @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0"> +<features name="karaf-cave-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.0.0"> <repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf.version}/xml/features</repository>
