You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by li...@apache.org on 2010/01/21 15:50:59 UTC

svn commit: r901729 - /incubator/aries/trunk/samples/pom.xml

Author: linsun
Date: Thu Jan 21 14:50:59 2010
New Revision: 901729

URL: http://svn.apache.org/viewvc?rev=901729&view=rev
Log:
add maven bundle plugin to sample root dependency management

Modified:
    incubator/aries/trunk/samples/pom.xml

Modified: incubator/aries/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/pom.xml?rev=901729&r1=901728&r2=901729&view=diff
==============================================================================
--- incubator/aries/trunk/samples/pom.xml (original)
+++ incubator/aries/trunk/samples/pom.xml Thu Jan 21 14:50:59 2010
@@ -36,6 +36,11 @@
                        <target>1.5</target>
                    </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-bundle-plugin</artifactId>
+                    <version>2.0.1</version>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>