You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/01/03 12:16:09 UTC

svn commit: r608452 - /servicemix/smx4/obr-repo/features-snapshot.xml

Author: gnodet
Date: Thu Jan  3 03:16:05 2008
New Revision: 608452

URL: http://svn.apache.org/viewvc?rev=608452&view=rev
Log:
Add NMR feature

Added:
    servicemix/smx4/obr-repo/features-snapshot.xml

Added: servicemix/smx4/obr-repo/features-snapshot.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/obr-repo/features-snapshot.xml?rev=608452&view=auto
==============================================================================
--- servicemix/smx4/obr-repo/features-snapshot.xml (added)
+++ servicemix/smx4/obr-repo/features-snapshot.xml Thu Jan  3 03:16:05 2008
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+      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.
+-->
+<features>
+    <feature name="nmr">
+        <bundle> org.apache.servicemix.nmr.api</bundle>
+        <bundle> org.apache.servicemix.nmr.core</bundle>
+        <bundle> org.apache.servicemix.nmr.osgi</bundle>
+        <bundle> org.apache.servicemix.nmr.spring</bundle>
+        <bundle> org.apache.servicemix.jbi.api</bundle>
+        <bundle> org.apache.servicemix.jbi.runtime</bundle>
+        <bundle> org.apache.servicemix.jbi.deployer</bundle>
+        <bundle> org.apache.servicemix.jbi.offline</bundle>
+        <bundle> org.apache.servicemix.jbi.osgi</bundle>
+    </feature>
+</features>