Modified: servicemix/smx4/bundles/trunk/libthrift-0.8.0/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/libthrift-0.8.0/pom.xml?rev=1235826&r1=1235825&r2=1235826&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/libthrift-0.8.0/pom.xml (original) +++ servicemix/smx4/bundles/trunk/libthrift-0.8.0/pom.xml Wed Jan 25 17:06:09 2012 @@ -39,11 +39,10 @@ <pkgGroupId>org.apache.thrift</pkgGroupId> <pkgArtifactId>libthrift</pkgArtifactId> <pkgVersion>0.8.0</pkgVersion> - <servicemix.osgi.export> - org.apache.thrift*;version="${pkgVersion}";-split-package:=merge-first - </servicemix.osgi.export> + <servicemix.osgi.export.pkg> + org.apache.thrift + </servicemix.osgi.export.pkg> <servicemix.osgi.import.pkg> - !org.apache.thrift*, org.apache.http*;version="[4,5)", org.apache.commons.lang*;version="[2,3)", org.slf4j*;version="[1.4,2)", @@ -61,6 +60,17 @@ <version>${pkgVersion}</version> <optional>true</optional> </dependency> + + <!-- sources --> + <!-- Not available + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <optional>true</optional> + </dependency> + --> </dependencies> <build> @@ -94,4 +104,5 @@ </plugin> </plugins> </build> + </project>
Modified: servicemix/smx4/bundles/trunk/lucene-3.0.0/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-3.0.0/pom.xml?rev=1235826&r1=1235825&r2=1235826&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/lucene-3.0.0/pom.xml (original) +++ servicemix/smx4/bundles/trunk/lucene-3.0.0/pom.xml Wed Jan 25 17:06:09 2012 @@ -1,4 +1,5 @@ -<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"> +<?xml version="1.0" encoding="UTF-8"?> +<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"> <!-- @@ -23,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>6</version> + <version>8-SNAPSHOT</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -39,12 +40,11 @@ <pkgArtifactId>lucene-core</pkgArtifactId> <pkgVersion>3.0.0</pkgVersion> <servicemix.osgi.import.pkg> - !org.apache.lucene*, * </servicemix.osgi.import.pkg> - <servicemix.osgi.export> - org.apache.lucene*;version="${pkgVersion}" - </servicemix.osgi.export> + <servicemix.osgi.export.pkg> + org.apache.lucene + </servicemix.osgi.export.pkg> </properties> <dependencies> @@ -54,6 +54,15 @@ <version>${pkgVersion}</version> <optional>true</optional> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <optional>true</optional> + </dependency> </dependencies> <build> @@ -89,4 +98,5 @@ </plugin> </plugins> </build> + </project> Modified: servicemix/smx4/bundles/trunk/lucene-3.0.1/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-3.0.1/pom.xml?rev=1235826&r1=1235825&r2=1235826&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/lucene-3.0.1/pom.xml (original) +++ servicemix/smx4/bundles/trunk/lucene-3.0.1/pom.xml Wed Jan 25 17:06:09 2012 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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"> <!-- @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>6</version> + <version>8-SNAPSHOT</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -40,12 +40,11 @@ <pkgArtifactId>lucene-core</pkgArtifactId> <pkgVersion>3.0.1</pkgVersion> <servicemix.osgi.import.pkg> - !org.apache.lucene*, * </servicemix.osgi.import.pkg> - <servicemix.osgi.export> - org.apache.lucene*;version="${pkgVersion}" - </servicemix.osgi.export> + <servicemix.osgi.export.pkg> + org.apache.lucene + </servicemix.osgi.export.pkg> </properties> <dependencies> @@ -55,6 +54,15 @@ <version>${pkgVersion}</version> <optional>true</optional> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <optional>true</optional> + </dependency> </dependencies> <build> @@ -90,4 +98,5 @@ </plugin> </plugins> </build> + </project> Modified: servicemix/smx4/bundles/trunk/lucene-3.0.3/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-3.0.3/pom.xml?rev=1235826&r1=1235825&r2=1235826&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/lucene-3.0.3/pom.xml (original) +++ servicemix/smx4/bundles/trunk/lucene-3.0.3/pom.xml Wed Jan 25 17:06:09 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>6</version> + <version>8-SNAPSHOT</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -43,7 +43,6 @@ org.apache.lucene </servicemix.osgi.export.pkg> <servicemix.osgi.import.pkg> - !org.apache.lucene*, * </servicemix.osgi.import.pkg> </properties> @@ -55,6 +54,15 @@ <version>${pkgVersion}</version> <optional>true</optional> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <optional>true</optional> + </dependency> </dependencies> <build> @@ -90,4 +98,5 @@ </plugin> </plugins> </build> + </project> Modified: servicemix/smx4/bundles/trunk/lucene-3.3.0/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-3.3.0/pom.xml?rev=1235826&r1=1235825&r2=1235826&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/lucene-3.3.0/pom.xml (original) +++ servicemix/smx4/bundles/trunk/lucene-3.3.0/pom.xml Wed Jan 25 17:06:09 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>6</version> + <version>8-SNAPSHOT</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -43,7 +43,6 @@ org.apache.lucene </servicemix.osgi.export.pkg> <servicemix.osgi.import.pkg> - !org.apache.lucene*, * </servicemix.osgi.import.pkg> </properties> @@ -55,6 +54,15 @@ <version>${pkgVersion}</version> <optional>true</optional> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <optional>true</optional> + </dependency> </dependencies> <build> @@ -90,4 +98,5 @@ </plugin> </plugins> </build> + </project> Modified: servicemix/smx4/bundles/trunk/lucene-3.5.0/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-3.5.0/pom.xml?rev=1235826&r1=1235825&r2=1235826&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/lucene-3.5.0/pom.xml (original) +++ servicemix/smx4/bundles/trunk/lucene-3.5.0/pom.xml Wed Jan 25 17:06:09 2012 @@ -54,6 +54,15 @@ <version>${pkgVersion}</version> <optional>true</optional> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <optional>true</optional> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1235826&r1=1235825&r2=1235826&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/pom.xml (original) +++ servicemix/smx4/bundles/trunk/pom.xml Wed Jan 25 17:06:09 2012 @@ -110,26 +110,45 @@ <module>jasypt-1.9.0</module> <module>java-apns-0.1.6</module> <module>java-xmlbuilder-0.4</module> + <module>javassist-3.12.1.GA</module> + <module>javax-inject-1</module> + <module>javax-mail-1.4.1</module> + <module>jaxb-impl-2.2.4</module> + <module>jaxb-xjc-2.2.4</module> + <module>jaxen-1.1.3</module> + <module>jaxp-ri-1.4.5</module> + <module>jcip-annotations-1.0</module> + <module>jcr-api-1.0</module> + <module>jdom-1.1.2</module> + <module>jettison-1.0.1</module> + <module>jetty-6.1.26</module> + <module>jetty-cometd-6.1.26</module> + <module>jing-20030619</module> + <module>joda-time-1.5.2</module> + <module>jopt-simple-4.3</module> + <module>jsch-0.1.44</module> + <module>jsch-0.1.45</module> + <module>jsmpp-2.1.0</module> + <module>jsoup-1.5.2</module> + <module>jstl-1.1.2</module> + <module>junit-4.9</module> + <module>junit-4.10</module> + <module>jzlib-1.0.7</module> + <module>kxml2-2.3.0</module> + <module>libthrift-0.7.0</module> + <module>libthrift-0.8.0</module> + <module>lucene-3.3.0</module> + <module>lucene-3.5.0</module> <module>smack-3.2.1</module> <module>paranamer-2.4</module> - <module>jopt-simple-4.3</module> <module>not-yet-commons-ssl-0.3.11</module> <module>twitter4j-2.2.5</module> - <module>libthrift-0.7.0</module> - <module>libthrift-0.8.0</module> <module>snappy-java-1.0.4.1</module> <module>saxon-9.3.0.11</module> <module>saxon-9.4.0.1</module> - <module>junit-4.10</module> <module>scala-compiler-2.9.1</module> <module>hadoop-core-1.0.0</module> - <module>jaxen-1.1.3</module> - <module>jaxp-ri-1.4.5</module> - <module>jdom-1.1.2</module> - <module>jetty-cometd-6.1.26</module> - <module>jsch-0.1.45</module> - <module>lucene-3.5.0</module> <module>ognl-3.0.4</module> <module>oscache-2.4.1</module> <module>perf4j-0.9.16</module>
