You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by io...@apache.org on 2011/01/04 13:55:18 UTC

svn commit: r1055018 - in /servicemix/smx4/bundles/trunk: pom.xml spymemcached-2.5/ spymemcached-2.5/pom.xml

Author: iocanel
Date: Tue Jan  4 12:55:18 2011
New Revision: 1055018

URL: http://svn.apache.org/viewvc?rev=1055018&view=rev
Log:
[SMX4-730] Added spymemcached bundle.

Added:
    servicemix/smx4/bundles/trunk/spymemcached-2.5/
    servicemix/smx4/bundles/trunk/spymemcached-2.5/pom.xml
Modified:
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1055018&r1=1055017&r2=1055018&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Jan  4 12:55:18 2011
@@ -47,6 +47,7 @@
         <module>qpid-0.8.0</module>
         <module>jibx-1.2.2</module>
         <module>cglib-2.2</module>
+        <module>spymemcached-2.5</module>
     </modules>
 
 </project>

Added: servicemix/smx4/bundles/trunk/spymemcached-2.5/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spymemcached-2.5/pom.xml?rev=1055018&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/spymemcached-2.5/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/spymemcached-2.5/pom.xml Tue Jan  4 12:55:18 2011
@@ -0,0 +1,106 @@
+<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/maven-v4_0_0.xsd">
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+      <groupId>org.apache.servicemix.bundles</groupId>
+      <artifactId>bundles-pom</artifactId>
+      <version>5</version>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spymemcached</artifactId>
+    <version>2.5_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <description>
+        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
+    </description>
+
+    <properties>
+        <pkgGroupId>spy</pkgGroupId>
+        <pkgArtifactId>memcached</pkgArtifactId>
+        <pkgVersion>2.5</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            net.spy.memcached
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            !net.spy.spymemcached*,
+            javax.security*,
+            org.apache.log4j;version="[1.2,2)",            
+            *
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <repositories>
+        <repository>
+            <id>spy</id>
+            <name>Spy Repository</name>
+            <layout>default</layout>
+            <url>http://bleu.west.spy.net/~dustin/m2repo/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <excludes>
+                                        <exclude>**</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>



Re: svn commit: r1055018 - in /servicemix/smx4/bundles/trunk: pom.xml spymemcached-2.5/ spymemcached-2.5/pom.xml

Posted by Gert Vanthienen <ge...@gmail.com>.
Ioannis,

Congratulations on your first official commit to the ServiceMix project!

Regards,

Gert Vanthienen
------------------------
FuseSource
Web: http://fusesource.com
Blog: http://gertvanthienen.blogspot.com/



On Tue, Jan 4, 2011 at 1:55 PM,  <io...@apache.org> wrote:
> Author: iocanel
> Date: Tue Jan  4 12:55:18 2011
> New Revision: 1055018
>
> URL: http://svn.apache.org/viewvc?rev=1055018&view=rev
> Log:
> [SMX4-730] Added spymemcached bundle.
>
> Added:
>    servicemix/smx4/bundles/trunk/spymemcached-2.5/
>    servicemix/smx4/bundles/trunk/spymemcached-2.5/pom.xml
> Modified:
>    servicemix/smx4/bundles/trunk/pom.xml
>
> Modified: servicemix/smx4/bundles/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1055018&r1=1055017&r2=1055018&view=diff
> ==============================================================================
> --- servicemix/smx4/bundles/trunk/pom.xml (original)
> +++ servicemix/smx4/bundles/trunk/pom.xml Tue Jan  4 12:55:18 2011
> @@ -47,6 +47,7 @@
>         <module>qpid-0.8.0</module>
>         <module>jibx-1.2.2</module>
>         <module>cglib-2.2</module>
> +        <module>spymemcached-2.5</module>
>     </modules>
>
>  </project>
>
> Added: servicemix/smx4/bundles/trunk/spymemcached-2.5/pom.xml
> URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spymemcached-2.5/pom.xml?rev=1055018&view=auto
> ==============================================================================
> --- servicemix/smx4/bundles/trunk/spymemcached-2.5/pom.xml (added)
> +++ servicemix/smx4/bundles/trunk/spymemcached-2.5/pom.xml Tue Jan  4 12:55:18 2011
> @@ -0,0 +1,106 @@
> +<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/maven-v4_0_0.xsd">
> +    <!--
> +
> +        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.
> +    -->
> +
> +    <modelVersion>4.0.0</modelVersion>
> +
> +    <parent>
> +      <groupId>org.apache.servicemix.bundles</groupId>
> +      <artifactId>bundles-pom</artifactId>
> +      <version>5</version>
> +    </parent>
> +
> +    <groupId>org.apache.servicemix.bundles</groupId>
> +    <artifactId>org.apache.servicemix.bundles.spymemcached</artifactId>
> +    <version>2.5_1-SNAPSHOT</version>
> +    <packaging>bundle</packaging>
> +    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
> +    <description>
> +        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
> +    </description>
> +
> +    <properties>
> +        <pkgGroupId>spy</pkgGroupId>
> +        <pkgArtifactId>memcached</pkgArtifactId>
> +        <pkgVersion>2.5</pkgVersion>
> +        <servicemix.osgi.export.pkg>
> +            net.spy.memcached
> +        </servicemix.osgi.export.pkg>
> +        <servicemix.osgi.import.pkg>
> +            !net.spy.spymemcached*,
> +            javax.security*,
> +            org.apache.log4j;version="[1.2,2)",
> +            *
> +        </servicemix.osgi.import.pkg>
> +    </properties>
> +
> +    <repositories>
> +        <repository>
> +            <id>spy</id>
> +            <name>Spy Repository</name>
> +            <layout>default</layout>
> +            <url>http://bleu.west.spy.net/~dustin/m2repo/</url>
> +            <snapshots>
> +                <enabled>false</enabled>
> +            </snapshots>
> +        </repository>
> +    </repositories>
> +
> +    <dependencies>
> +        <dependency>
> +            <groupId>${pkgGroupId}</groupId>
> +            <artifactId>${pkgArtifactId}</artifactId>
> +            <version>${pkgVersion}</version>
> +            <optional>true</optional>
> +        </dependency>
> +    </dependencies>
> +
> +    <build>
> +        <plugins>
> +            <plugin>
> +                <groupId>org.apache.maven.plugins</groupId>
> +                <artifactId>maven-shade-plugin</artifactId>
> +                <executions>
> +                    <execution>
> +                        <phase>package</phase>
> +                        <goals>
> +                            <goal>shade</goal>
> +                        </goals>
> +                        <configuration>
> +                            <artifactSet>
> +                                <includes>
> +                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
> +                                </includes>
> +                            </artifactSet>
> +                            <filters>
> +                                <filter>
> +                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
> +                                    <excludes>
> +                                        <exclude>**</exclude>
> +                                    </excludes>
> +                                </filter>
> +                            </filters>
> +                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
> +                            <createDependencyReducedPom>true</createDependencyReducedPom>
> +                        </configuration>
> +                    </execution>
> +                </executions>
> +            </plugin>
> +        </plugins>
> +    </build>
> +</project>
>
>
>