You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by dr...@apache.org on 2017/05/25 16:04:24 UTC

[1/2] brooklyn-dist git commit: Bring namespace on feature files to Karaf features 1.4.0

Repository: brooklyn-dist
Updated Branches:
  refs/heads/master a229030c6 -> ee69b3c78


Bring namespace on feature files to Karaf features 1.4.0

Updates namespace on the file to http://karaf.apache.org/xmlns/features/v1.4.0
which is required for 'prerequisite="true"' on feature declarations.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/5490f7f8
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/5490f7f8
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/5490f7f8

Branch: refs/heads/master
Commit: 5490f7f82244d5fbecccf123b6cef216a8dc0a88
Parents: a229030
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Thu May 25 15:40:12 2017 +0100
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Thu May 25 15:40:12 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/5490f7f8/karaf/features/src/main/feature/feature.xml
----------------------------------------------------------------------
diff --git a/karaf/features/src/main/feature/feature.xml b/karaf/features/src/main/feature/feature.xml
index 0ac70a6..de91b71 100644
--- a/karaf/features/src/main/feature/feature.xml
+++ b/karaf/features/src/main/feature/feature.xml
@@ -19,7 +19,7 @@
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0"
           name="org.apache.brooklyn-${project.version}"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:noNamespaceSchemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0">
+          xsi:noNamespaceSchemaLocation="http://karaf.apache.org/xmlns/features/v1.4.0">
 
     <feature name="brooklyn-standard-karaf" version="${project.version}" description="Karaf standard feature with RMI excluded">
         <feature>wrap</feature>


[2/2] brooklyn-dist git commit: This closes #94

Posted by dr...@apache.org.
This closes #94


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/ee69b3c7
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/ee69b3c7
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/ee69b3c7

Branch: refs/heads/master
Commit: ee69b3c789c18731b9a729dbcaaa81f69539a667
Parents: a229030 5490f7f
Author: Duncan Godwin <dr...@googlemail.com>
Authored: Thu May 25 17:04:15 2017 +0100
Committer: Duncan Godwin <dr...@googlemail.com>
Committed: Thu May 25 17:04:15 2017 +0100

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