You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2014/05/17 13:17:44 UTC

svn commit: r5373 - /release/felix/

Author: clement
Date: Sat May 17 11:17:44 2014
New Revision: 5373

Log:
forgot the 10 minutes tutorials and the Karaf Features

Added:
    release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom
    release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.asc
    release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.asc.md5
    release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.asc.sha1
    release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.md5
    release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.sha1
    release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip   (with props)
    release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.asc
    release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.asc.md5
    release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.asc.sha1
    release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.md5
    release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.sha1
    release/felix/org.apache.felix.ipojo.features-1.12.0.pom
    release/felix/org.apache.felix.ipojo.features-1.12.0.pom.asc
    release/felix/org.apache.felix.ipojo.features-1.12.0.pom.asc.md5
    release/felix/org.apache.felix.ipojo.features-1.12.0.pom.asc.sha1
    release/felix/org.apache.felix.ipojo.features-1.12.0.pom.md5
    release/felix/org.apache.felix.ipojo.features-1.12.0.pom.sha1
    release/felix/org.apache.felix.ipojo.features-1.12.0.xml
    release/felix/org.apache.felix.ipojo.features-1.12.0.xml.asc
    release/felix/org.apache.felix.ipojo.features-1.12.0.xml.asc.md5
    release/felix/org.apache.felix.ipojo.features-1.12.0.xml.asc.sha1
    release/felix/org.apache.felix.ipojo.features-1.12.0.xml.md5
    release/felix/org.apache.felix.ipojo.features-1.12.0.xml.sha1
    release/felix/org.apache.felix.ipojo.features-1.12.0.zip   (with props)
    release/felix/org.apache.felix.ipojo.features-1.12.0.zip.asc
    release/felix/org.apache.felix.ipojo.features-1.12.0.zip.asc.md5
    release/felix/org.apache.felix.ipojo.features-1.12.0.zip.asc.sha1
    release/felix/org.apache.felix.ipojo.features-1.12.0.zip.md5
    release/felix/org.apache.felix.ipojo.features-1.12.0.zip.sha1

Added: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom
==============================================================================
--- release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom (added)
+++ release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom Sat May 17 11:17:44 2014
@@ -0,0 +1,262 @@
+<?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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix-parent</artifactId>
+        <version>2.1</version>
+        <relativePath>../../../../pom/pom.xml</relativePath>
+    </parent>
+
+    <packaging>pom</packaging>
+
+    <name>Apache Felix iPOJO - Distribution - 10 minutes tutorial</name>
+    <artifactId>org.apache.felix.ipojo.distribution.10mintutorial</artifactId>
+    <version>1.12.0</version>
+
+
+    <description>This project builds the 10 minutes tutorial package</description>
+
+    <properties>
+        <ipojo.manipulator.version>1.12.0</ipojo.manipulator.version>
+        <bnd.version>1.50.0</bnd.version>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <version>2.7</version>
+                <executions>
+
+                    <execution>
+                        <id>unpack-quickstart</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>unpack-dependencies</goal>
+                        </goals>
+                        <configuration>
+                            <includeArtifactIds>org.apache.felix.ipojo.distribution.quickstart</includeArtifactIds>
+                            <outputDirectory>${project.build.directory}/dist</outputDirectory>
+                        </configuration>
+                    </execution>
+
+                    <execution>
+                        <id>copy-ant-tasks</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>copy-dependencies</goal>
+                        </goals>
+                        <configuration>
+                            <includeArtifactIds>
+                                org.apache.felix.ipojo.ant,
+                                bnd
+                            </includeArtifactIds>
+                            <outputDirectory>${project.build.directory}/dist/tasks</outputDirectory>
+                        </configuration>
+                    </execution>
+                </executions>
+
+                <dependencies>
+              </dependencies>
+            </plugin>
+
+            <!--
+             we also copy properties file to the distribution folder,
+             the properties are stored in src/main/resources/props
+             -->
+            <plugin>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>2.6</version>
+                <executions>
+                    <execution>
+                        <id>copy-skeleton</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>
+                                ${project.build.directory}/dist
+                            </outputDirectory>
+                            <resources>
+                                <resource>
+                                    <directory>src/main/skeleton</directory>
+                                    <filtering>true</filtering>
+                                </resource>
+                            </resources>
+                            <includeEmptyDirs>true</includeEmptyDirs>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>copy-solution</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>
+                                ${project.build.directory}/dist/solution
+                            </outputDirectory>
+                            <resources>
+                                <resource>
+                                    <directory>src/main/solution</directory>
+                                    <filtering>true</filtering>
+                                </resource>
+                            </resources>
+                            <includeEmptyDirs>true</includeEmptyDirs>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>copy-legal</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>
+                                ${project.build.directory}/dist/
+                            </outputDirectory>
+                            <resources>
+                                <resource>
+                                    <directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory>
+                                    <filtering>false</filtering>
+                                </resource>
+                            </resources>
+                            <includeEmptyDirs>true</includeEmptyDirs>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.7</version>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <configuration>
+                            <target>
+                                <ant dir="target/dist" target="clean" />
+                                <ant dir="target/dist" target="package" />
+                                <ant dir="target/dist" target="dist" />
+                            </target>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <dependencies>
+               <dependency>
+                    <groupId>com.sun</groupId>
+                    <artifactId>tools</artifactId>
+                    <version>1.7.0</version>
+                    <scope>system</scope>
+                    <systemPath>${java.home}/../lib/tools.jar</systemPath>
+                </dependency>
+            </dependencies>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <version>1.8</version>
+                <executions>
+                    <execution>
+                        <id>attach-artifacts</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>attach-artifact</goal>
+                        </goals>
+                        <configuration>
+                            <artifacts>
+                                <artifact>
+                                    <file>${project.build.directory}/dist/dist/tutorial.zip</file>
+                                    <type>zip</type>
+                                </artifact>
+                            </artifacts>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>ianal-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>verify-legal-files</goal>
+                        </goals>
+                        <configuration>
+                            <!-- as it's not possible to configure the plugin to check files contained in the root of
+                            the zip file, we have to skip it -->
+                            <skip>true</skip>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.ipojo.ant</artifactId>
+            <version>${ipojo.manipulator.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>biz.aQute</groupId>
+            <artifactId>bnd</artifactId>
+            <version>${bnd.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.ipojo.distribution.quickstart</artifactId>
+            <version>${project.version}</version>
+            <type>zip</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.ipojo</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.ipojo.gogo</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.ipojo.annotations</artifactId>
+            <version>${ipojo.manipulator.version}</version>
+        </dependency>
+    </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.runtime-project-1.12.0/felix-parent-2.1/org.apache.felix.ipojo.distribution.10mintutorial</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.runtime-project-1.12.0/felix-parent-2.1/org.apache.felix.ipojo.distribution.10mintutorial</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.runtime-project-1.12.0/felix-parent-2.1/org.apache.felix.ipojo.distribution.10mintutorial</url>
+  </scm>
+</project>
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.asc
==============================================================================
--- release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.asc (added)
+++ release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.asc Sat May 17 11:17:44 2014
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlNwxOAACgkQAt4u4QZ7LXWMIwCeJIJkpnAXUyrykT0xO71JYXLh
+930AoK5r5B6vY1w+cWC/BR17n2nhvEM0
+=quX1
+-----END PGP SIGNATURE-----

Added: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.asc.md5
==============================================================================
--- release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.asc.md5 (added)
+++ release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.asc.md5 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+5a359f2559b50364b600ebbd0b2bc501
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.asc.sha1
==============================================================================
--- release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.asc.sha1 (added)
+++ release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.asc.sha1 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+b388507f4345796013e3dfaa90030057b766f2a7
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.md5
==============================================================================
--- release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.md5 (added)
+++ release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.md5 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+09a58207ab59957cc8e9b683492758ec
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.sha1
==============================================================================
--- release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.sha1 (added)
+++ release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.pom.sha1 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+f0bb44996538aa8ed127d6c354d6cfe7d1d15848
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip
==============================================================================
Binary file - no diff available.

Propchange: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.asc
==============================================================================
--- release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.asc (added)
+++ release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.asc Sat May 17 11:17:44 2014
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlNwxOAACgkQAt4u4QZ7LXXDwwCgleSz3kMjK+jEXJSr+Li+A59S
+if8AnRnBLdSNA27LsFvm4V8PJ3I2gcOQ
+=/c6e
+-----END PGP SIGNATURE-----

Added: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.asc.md5
==============================================================================
--- release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.asc.md5 (added)
+++ release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.asc.md5 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+04a05ab9cbb6980a8aaf8ad94958846f
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.asc.sha1
==============================================================================
--- release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.asc.sha1 (added)
+++ release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.asc.sha1 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+076df9112aea3ff037e97aad003f2be2db198463
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.md5
==============================================================================
--- release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.md5 (added)
+++ release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.md5 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+4500c058fa2df7242cfaaf4ac5857d67
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.sha1
==============================================================================
--- release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.sha1 (added)
+++ release/felix/org.apache.felix.ipojo.distribution.10mintutorial-1.12.0.zip.sha1 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+2e1f64d8dffbf470df0ce1ddd88686fbac27b37c
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.pom
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.pom (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.pom Sat May 17 11:17:44 2014
@@ -0,0 +1,132 @@
+<?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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix-parent</artifactId>
+        <version>2.1</version>
+        <relativePath>../../../pom/pom.xml</relativePath>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>org.apache.felix.ipojo.features</artifactId>
+    <version>1.12.0</version>
+
+    <name>Apache Felix iPOJO Karaf Features</name>
+    <description>Apache Karaf Features to provision Apache Felix iPOJO</description>
+
+    <packaging>pom</packaging>
+
+    <properties>
+        <ipojo.webconsole.version>1.7.0</ipojo.webconsole.version>
+        <legal.files>${project.build.directory}/maven-shared-archive-resources/META-INF</legal.files>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>2.6</version>
+                <executions>
+                    <execution>
+                        <phase>validate</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${project.build.directory}</outputDirectory>
+                            <resources>
+                                <resource>
+                                    <directory>src/main/features</directory>
+                                    <filtering>true</filtering>
+                                </resource>
+                            </resources>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <version>1.8</version>
+                <executions>
+                    <execution>
+                        <id>attach-artifacts</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>attach-artifact</goal>
+                        </goals>
+                        <configuration>
+                            <artifacts>
+                                <artifact>
+                                    <file>${project.build.directory}/features.xml</file>
+                                    <type>xml</type>
+                                </artifact>
+                            </artifacts>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.4</version>
+                <configuration>
+                    <attach>true</attach>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>build-archive</id>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                        <phase>package</phase>
+                        <configuration>
+                            <descriptors>
+                                <descriptor>src/main/assembly/assembly.xml</descriptor>
+                            </descriptors>
+                            <appendAssemblyId>false</appendAssemblyId>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>ianal-maven-plugin</artifactId>
+                <version>1.0-alpha-1</version>
+                <configuration>
+                    <!-- the zip structure is not compatible with the ianal check, skip it -->
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.runtime-project-1.12.0/org.apache.felix.ipojo.features</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.runtime-project-1.12.0/org.apache.felix.ipojo.features</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.runtime-project-1.12.0/org.apache.felix.ipojo.features</url>
+  </scm>
+</project>
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.pom.asc
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.pom.asc (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.pom.asc Sat May 17 11:17:44 2014
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlNwuzkACgkQAt4u4QZ7LXXFgwCfaFqctzpjkL6q5LXNgksLyQA0
+M4QAnie66OyIdHFtXK6hP8wtDaScooxw
+=LsJl
+-----END PGP SIGNATURE-----

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.pom.asc.md5
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.pom.asc.md5 (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.pom.asc.md5 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+c366f9d62d9cdc39471cb72969e4a066
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.pom.asc.sha1
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.pom.asc.sha1 (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.pom.asc.sha1 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+a020cd1684f483fffea5177c76ca8fad00096200
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.pom.md5
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.pom.md5 (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.pom.md5 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+228ec426e95c343a067645ed4ae1f6a8
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.pom.sha1
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.pom.sha1 (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.pom.sha1 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+49516d2ae0370d66ce12f452657ac5a5e630043c
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.xml
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.xml (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.xml Sat May 17 11:17:44 2014
@@ -0,0 +1,46 @@
+<?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 xmlns="http://karaf.apache.org/xmlns/features/v1.0.0" name="org.apache.felix.ipojo.features">
+
+    <feature name="ipojo" version="1.12.0"
+             description="Apache Felix iPOJO Core Runtime">
+        <bundle>mvn:org.apache.felix/org.apache.felix.ipojo/1.12.0</bundle>
+    </feature>
+
+    <feature name="ipojo-command" version="1.12.0"
+             description="Apache Felix iPOJO Shell Command">
+        <feature version="1.12.0">ipojo</feature>
+        <bundle>mvn:org.apache.felix/org.apache.felix.ipojo.gogo/1.12.0</bundle>
+    </feature>
+
+    <feature name="ipojo-all" version="1.12.0"
+             description="Apache Felix iPOJO All Runtime Bundles">
+        <feature version="1.12.0">ipojo-command</feature>
+        <bundle>mvn:org.apache.felix/org.apache.felix.ipojo.composite/1.12.0</bundle>
+        <bundle>mvn:org.apache.felix/org.apache.felix.ipojo.api/1.12.0</bundle>
+    </feature>
+
+    <feature name="ipojo-webconsole" version="1.12.0"
+             description="Apache Felix iPOJO Web Console Plugin">
+        <feature version="1.12.0">ipojo</feature>
+        <feature>webconsole</feature>
+        <bundle>mvn:org.apache.felix/org.apache.felix.ipojo.webconsole/1.7.0</bundle>
+    </feature>
+</features>
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.xml.asc
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.xml.asc (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.xml.asc Sat May 17 11:17:44 2014
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlNwuzkACgkQAt4u4QZ7LXX3cQCfYpMNh/c+jSAkVfFh6syTzVks
+3wYAmwYwQLTBV9hrQqPli0nBjlL7dJ4B
+=WgPh
+-----END PGP SIGNATURE-----

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.xml.asc.md5
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.xml.asc.md5 (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.xml.asc.md5 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+2c87a5b55ade6d03ccdc5e6981f57952
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.xml.asc.sha1
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.xml.asc.sha1 (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.xml.asc.sha1 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+2dac691c0a75e1dbd029e1fa8837cefdde980cd6
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.xml.md5
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.xml.md5 (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.xml.md5 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+9e728c73639607b15b7a742b21699512
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.xml.sha1
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.xml.sha1 (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.xml.sha1 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+b5d4edbf44d51164dfbdf58543ec22eecc2654ed
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.zip
==============================================================================
Binary file - no diff available.

Propchange: release/felix/org.apache.felix.ipojo.features-1.12.0.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.zip.asc
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.zip.asc (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.zip.asc Sat May 17 11:17:44 2014
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlNwuzkACgkQAt4u4QZ7LXV9ywCcD+ZI3PaLsYOXaXmpv3/0ulpN
+zK4AoKNOwn3rOHOHOlPAKMi41E+VgLbN
+=Dai6
+-----END PGP SIGNATURE-----

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.zip.asc.md5
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.zip.asc.md5 (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.zip.asc.md5 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+8b650207384ed4c341c3be73b25a8b37
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.zip.asc.sha1
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.zip.asc.sha1 (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.zip.asc.sha1 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+886c3eec5805e6ccbc97a0cf8e11d689f99d002e
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.zip.md5
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.zip.md5 (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.zip.md5 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+8c5b34df74dcbf6260cc55b4481a7264
\ No newline at end of file

Added: release/felix/org.apache.felix.ipojo.features-1.12.0.zip.sha1
==============================================================================
--- release/felix/org.apache.felix.ipojo.features-1.12.0.zip.sha1 (added)
+++ release/felix/org.apache.felix.ipojo.features-1.12.0.zip.sha1 Sat May 17 11:17:44 2014
@@ -0,0 +1 @@
+72bd65438050b3c498eb96b39a363c2735755d53
\ No newline at end of file