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 2014/04/17 03:55:38 UTC

[2/2] git commit: CAMEL-7368 The feature descriptor should use a namespace

CAMEL-7368 The feature descriptor should use a namespace


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/201388a7
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/201388a7
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/201388a7

Branch: refs/heads/camel-2.13.x
Commit: 201388a75589bc4599fcbc85c5031fe4be1e6316
Parents: 8ad62fd
Author: Willem Jiang <wi...@gmail.com>
Authored: Thu Apr 17 09:53:40 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Thu Apr 17 09:54:52 2014 +0800

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/201388a7/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 828f7c4..49612c9 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -15,7 +15,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<features name='camel-${project.version}'>
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0" name='camel-${project.version}'>
 
   <repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version}/xml/features</repository>
   <repository>mvn:org.apache.jclouds.karaf/jclouds-karaf/${jclouds-version}/xml/features</repository>