| <?xml version="1.0" encoding="UTF-8"?> |
| |
| <!-- |
| ~ Copyright (c) 2012 S.C. Axemblr Software Solutions S.R.L |
| ~ |
| ~ Licensed 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 name="axemblr-provisionr-amazon-features-${project.version}" |
| xmlns="http://karaf.apache.org/xmlns/features/v1.0.0"> |
| |
| <repository> |
| mvn:com.axemblr.provisionr/provisionr-core/${project.version}/xml/features |
| </repository> |
| |
| <feature name="axemblr-provisionr-amazon" version="${project.version}"> |
| <feature version="${project.version}">axemblr-provisionr-core</feature> |
| <bundle dependency="true"> |
| mvn:org.jbundle.util.osgi.wrapped/org.jbundle.util.osgi.wrapped.org.apache.http.client/${http-client.version} |
| </bundle> |
| <bundle dependency="true"> |
| mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-codec/${commons-codec.version} |
| </bundle> |
| <bundle dependency="true"> |
| mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aws-java-sdk/${aws.sdk.version} |
| </bundle> |
| <bundle start="true">mvn:com.axemblr.provisionr/provisionr-amazon/${project.version}</bundle> |
| |
| <configfile finalname="/etc/com.axemblr.provisionr.amazon.cfg"> |
| mvn:com.axemblr.provisionr/provisionr-amazon/${project.version}/cfg/defaults |
| </configfile> |
| </feature> |
| |
| </features> |