You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by pi...@apache.org on 2011/08/06 12:04:17 UTC

svn commit: r1154476 - /karaf/cellar/trunk/assembly/src/main/resources/features.xml

Author: pieber
Date: Sat Aug  6 10:04:17 2011
New Revision: 1154476

URL: http://svn.apache.org/viewvc?rev=1154476&view=rev
Log:
[KARAF-807] Add a name to the cellar features.xml

Signed-off-by: Andreas Pieber <an...@gmail.com>

(cherry picked from commit ef9fe3edc36497281e9ca3bc755af33930a05258)

Signed-off-by: Andreas Pieber <an...@gmail.com>

Modified:
    karaf/cellar/trunk/assembly/src/main/resources/features.xml

Modified: karaf/cellar/trunk/assembly/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/trunk/assembly/src/main/resources/features.xml?rev=1154476&r1=1154475&r2=1154476&view=diff
==============================================================================
--- karaf/cellar/trunk/assembly/src/main/resources/features.xml (original)
+++ karaf/cellar/trunk/assembly/src/main/resources/features.xml Sat Aug  6 10:04:17 2011
@@ -13,7 +13,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-cellar-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.0.0">
 
     <repository>mvn:org.jclouds.karaf/feature/1.0.0/xml/features</repository>
 
@@ -68,4 +68,5 @@
         <bundle>mvn:org.apache.karaf.cellar/org.apache.karaf.cellar.webconsole/${project.version}</bundle>
     </feature>
 
-</features>
\ No newline at end of file
+</features>
+