1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
Description: Change "bundle" packaging to type to "jar".
Author: Damien Raude-Morvan <drazzib@debian.org>
Last-Update: 2011-07-19
Forwarded: not-needed
@@ -27,7 +27,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-naming</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<name>Apache XBean :: Naming</name>
<description>xbean-naming implements a flexible non-persistent jndi provider</description>
@@ -30,7 +30,7 @@
</parent>
<artifactId>xbean-spring</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<name>Apache XBean :: Spring</name>
<description>xbean-spring provides a schema-driven proprietary namespace handler for spring contexts</description>
@@ -30,7 +30,7 @@
</parent>
<artifactId>xbean-telnet</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<name>Apache XBean :: Telnet</name>
<dependencies>
@@ -28,7 +28,7 @@
<version>4.5</version>
</parent>
<artifactId>xbean-finder</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<name>Apache XBean :: Classpath Resource Finder</name>
<description>XBean Finder helps to find annotations in classes</description>
<dependencies>
@@ -28,7 +28,7 @@
<version>4.5</version>
</parent>
<artifactId>xbean-asm5-shaded</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<name>Apache XBean :: ASM 5 shaded (repackaged)</name>
<description>Repackaged and shaded asm 5.x jars</description>
@@ -30,7 +30,7 @@
</parent>
<artifactId>xbean-blueprint</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<name>Apache XBean :: OSGI Blueprint Namespace Handler</name>
<description>xbean-blueprint provides a schema-driven namespace handler for Apache Aries Blueprint</description>
@@ -26,7 +26,7 @@
</parent>
<artifactId>xbean-bundleutils</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<name>Apache XBean OSGI Bundle Utilities</name>
<dependencies>
@@ -30,7 +30,7 @@
</parent>
<artifactId>xbean-classloader</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<name>Apache XBean :: Classloader</name>
<description>xbean-classloader includes a flexibie multi-parent classloader</description>
<build>
@@ -30,7 +30,7 @@
</parent>
<artifactId>xbean-classpath</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<name>Apache XBean :: ClassPath</name>
</project>
@@ -28,7 +28,7 @@
<version>4.5</version>
</parent>
<artifactId>xbean-reflect</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<name>Apache XBean :: Reflect</name>
<description>xbean-reflect provides very flexible ways to create objects and graphs of objects for DI frameworks</description>
<dependencies>
|