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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
|
Description: Change the packaging type from bundle to jar
(for some reason the resolution of the inter module dependencies doesn't work)
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/asn1/api/pom.xml
+++ b/asn1/api/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-asn1-api</artifactId>
<name>Apache Directory API ASN.1 API</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>ASN.1 API</description>
--- a/asn1/ber/pom.xml
+++ b/asn1/ber/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-asn1-ber</artifactId>
<name>Apache Directory API ASN.1 BER</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>A BER Codec Implementation for ASN.1</description>
--- a/dsml/engine/pom.xml
+++ b/dsml/engine/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-dsml-engine</artifactId>
<name>Apache Directory LDAP API DSML Engine</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
--- a/dsml/parser/pom.xml
+++ b/dsml/parser/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-dsml-parser</artifactId>
<name>Apache Directory LDAP API DSML Parser</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
--- a/i18n/pom.xml
+++ b/i18n/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-i18n</artifactId>
<name>Apache Directory LDAP API I18n</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>Internationalization of errors and other messages</description>
<build>
--- a/ldap/client/api/pom.xml
+++ b/ldap/client/api/pom.xml
@@ -29,7 +29,7 @@
<artifactId>api-ldap-client-api</artifactId>
<name>Apache Directory LDAP API Client API</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<inceptionYear>2009</inceptionYear>
<description>
--- a/ldap/codec/core/pom.xml
+++ b/ldap/codec/core/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-ldap-codec-core</artifactId>
<name>Apache Directory LDAP API Codec Core</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>LDAP Codec used by clients and servers</description>
<dependencies>
--- a/ldap/extras/aci/pom.xml
+++ b/ldap/extras/aci/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-ldap-extras-aci</artifactId>
<name>Apache Directory LDAP API Extras ACI</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>Extra LDAP API for Access Control Items</description>
<dependencies>
--- a/ldap/extras/codec-api/pom.xml
+++ b/ldap/extras/codec-api/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-ldap-extras-codec-api</artifactId>
<name>Apache Directory LDAP API Extras Codec API</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>
Extra LDAP controls and extended operation interfaces and POJOs for the
Codec extensions used by clients and servers.
--- a/ldap/extras/codec/pom.xml
+++ b/ldap/extras/codec/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-ldap-extras-codec</artifactId>
<name>Apache Directory LDAP API Extras Codec</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>
Extra LDAP controls and extended operation extentions for the Codec used
by clients and servers. These controls and extended operations are not
--- a/ldap/extras/sp/pom.xml
+++ b/ldap/extras/sp/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-ldap-extras-sp</artifactId>
<name>Apache Directory LDAP API Extras Stored Procedures</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>Extras LDAP API stored procedure packages used by clients and servers</description>
<dependencies>
--- a/ldap/extras/trigger/pom.xml
+++ b/ldap/extras/trigger/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-ldap-extras-trigger</artifactId>
<name>Apache Directory LDAP API Extras Trigger</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>Extra LDAP API Trigger API</description>
<dependencies>
--- a/ldap/extras/util/pom.xml
+++ b/ldap/extras/util/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-ldap-extras-util</artifactId>
<name>Apache Directory LDAP API Extras Util</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>LDAP API Extra utility packages used by clients and servers</description>
<dependencies>
--- a/ldap/model/pom.xml
+++ b/ldap/model/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-ldap-model</artifactId>
<name>Apache Directory LDAP API Model</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>Common LDAP Model used by clients and servers</description>
<dependencies>
--- a/ldap/net/mina/pom.xml
+++ b/ldap/net/mina/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-ldap-net-mina</artifactId>
<name>Apache Directory LDAP API Network MINA</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>LDAP ProtocolCodecFactory implementation based on MINA</description>
<dependencies>
--- a/ldap/schema/converter/pom.xml
+++ b/ldap/schema/converter/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-ldap-schema-converter</artifactId>
<name>Apache Directory LDAP API Schema Converter</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>LDAP Schema Converter</description>
<dependencies>
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -27,7 +27,7 @@
<artifactId>api-util</artifactId>
<name>Apache Directory LDAP API Utilities</name>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>Utilities shared across this top level project</description>
|