OSGi export more packages.
This commit is contained in:
parent
913b07b5ca
commit
8e3aaf5c2b
@ -1,76 +1,5 @@
|
|||||||
--- httpclient/pom.xml.sav 2011-01-17 22:00:53.000000000 +0200
|
--- pom.xml.sav 2011-01-17 15:00:53.000000000 -0500
|
||||||
+++ httpclient/pom.xml 2011-02-18 13:38:36.221371560 +0200
|
+++ pom.xml 2011-03-10 09:45:01.330282001 -0500
|
||||||
@@ -38,7 +38,7 @@
|
|
||||||
HttpComponents Client (base module)
|
|
||||||
</description>
|
|
||||||
<url>http://hc.apache.org/httpcomponents-client</url>
|
|
||||||
- <packaging>jar</packaging>
|
|
||||||
+ <packaging>bundle</packaging>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
@@ -71,12 +71,6 @@
|
|
||||||
<version>${easymock.version}</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
- <dependency>
|
|
||||||
- <groupId>org.easymock</groupId>
|
|
||||||
- <artifactId>easymockclassextension</artifactId>
|
|
||||||
- <version>${easymock.version}</version>
|
|
||||||
- <scope>test</scope>
|
|
||||||
- </dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
@@ -122,25 +116,12 @@
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
- <plugin>
|
|
||||||
- <groupId>com.atlassian.maven.plugins</groupId>
|
|
||||||
- <artifactId>maven-clover2-plugin</artifactId>
|
|
||||||
- <configuration>
|
|
||||||
- <flushPolicy>threaded</flushPolicy>
|
|
||||||
- <flushInterval>100</flushInterval>
|
|
||||||
- <targetPercentage>50%</targetPercentage>
|
|
||||||
- </configuration>
|
|
||||||
- <executions>
|
|
||||||
- <execution>
|
|
||||||
- <id>site</id>
|
|
||||||
- <phase>pre-site</phase>
|
|
||||||
- <goals>
|
|
||||||
- <goal>instrument</goal>
|
|
||||||
- </goals>
|
|
||||||
- </execution>
|
|
||||||
- </executions>
|
|
||||||
- </plugin>
|
|
||||||
- </plugins>
|
|
||||||
+ <plugin>
|
|
||||||
+ <groupId>org.apache.felix</groupId>
|
|
||||||
+ <artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
+ <extensions>true</extensions>
|
|
||||||
+ </plugin>
|
|
||||||
+ </plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
<reporting>
|
|
||||||
@@ -165,14 +146,6 @@
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<plugin>
|
|
||||||
- <groupId>com.atlassian.maven.plugins</groupId>
|
|
||||||
- <artifactId>maven-clover2-plugin</artifactId>
|
|
||||||
- <configuration>
|
|
||||||
- <jdk>1.5</jdk>
|
|
||||||
- </configuration>
|
|
||||||
- </plugin>
|
|
||||||
-
|
|
||||||
- <plugin>
|
|
||||||
<artifactId>maven-jxr-plugin</artifactId>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
--- pom.xml.sav 2011-01-17 22:00:53.000000000 +0200
|
|
||||||
+++ pom.xml 2011-02-25 20:17:20.519335750 +0200
|
|
||||||
@@ -81,28 +81,11 @@
|
@@ -81,28 +81,11 @@
|
||||||
<modules>
|
<modules>
|
||||||
<module>httpclient</module>
|
<module>httpclient</module>
|
||||||
@ -183,8 +112,82 @@
|
|||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
--- httpmime/pom.xml.sav 2011-01-17 22:00:44.000000000 +0200
|
--- httpclient/pom.xml.sav 2011-01-17 15:00:53.000000000 -0500
|
||||||
+++ httpmime/pom.xml 2011-02-25 20:19:09.191564653 +0200
|
+++ httpclient/pom.xml 2011-03-10 09:50:50.829281988 -0500
|
||||||
|
@@ -38,7 +38,7 @@
|
||||||
|
HttpComponents Client (base module)
|
||||||
|
</description>
|
||||||
|
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||||
|
- <packaging>jar</packaging>
|
||||||
|
+ <packaging>bundle</packaging>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
@@ -71,12 +71,6 @@
|
||||||
|
<version>${easymock.version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
- <dependency>
|
||||||
|
- <groupId>org.easymock</groupId>
|
||||||
|
- <artifactId>easymockclassextension</artifactId>
|
||||||
|
- <version>${easymock.version}</version>
|
||||||
|
- <scope>test</scope>
|
||||||
|
- </dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
@@ -122,25 +116,17 @@
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
- <plugin>
|
||||||
|
- <groupId>com.atlassian.maven.plugins</groupId>
|
||||||
|
- <artifactId>maven-clover2-plugin</artifactId>
|
||||||
|
+ <plugin>
|
||||||
|
+ <groupId>org.apache.felix</groupId>
|
||||||
|
+ <artifactId>maven-bundle-plugin</artifactId>
|
||||||
|
+ <extensions>true</extensions>
|
||||||
|
<configuration>
|
||||||
|
- <flushPolicy>threaded</flushPolicy>
|
||||||
|
- <flushInterval>100</flushInterval>
|
||||||
|
- <targetPercentage>50%</targetPercentage>
|
||||||
|
+ <instructions>
|
||||||
|
+ <Export-Package>*</Export-Package>
|
||||||
|
+ </instructions>
|
||||||
|
</configuration>
|
||||||
|
- <executions>
|
||||||
|
- <execution>
|
||||||
|
- <id>site</id>
|
||||||
|
- <phase>pre-site</phase>
|
||||||
|
- <goals>
|
||||||
|
- <goal>instrument</goal>
|
||||||
|
- </goals>
|
||||||
|
- </execution>
|
||||||
|
- </executions>
|
||||||
|
- </plugin>
|
||||||
|
- </plugins>
|
||||||
|
+ </plugin>
|
||||||
|
+ </plugins>
|
||||||
|
</build>
|
||||||
|
|
||||||
|
<reporting>
|
||||||
|
@@ -165,14 +151,6 @@
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
- <groupId>com.atlassian.maven.plugins</groupId>
|
||||||
|
- <artifactId>maven-clover2-plugin</artifactId>
|
||||||
|
- <configuration>
|
||||||
|
- <jdk>1.5</jdk>
|
||||||
|
- </configuration>
|
||||||
|
- </plugin>
|
||||||
|
-
|
||||||
|
- <plugin>
|
||||||
|
<artifactId>maven-jxr-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
--- httpmime/pom.xml.sav 2011-01-17 15:00:44.000000000 -0500
|
||||||
|
+++ httpmime/pom.xml 2011-03-10 09:45:01.330282001 -0500
|
||||||
@@ -38,7 +38,7 @@
|
@@ -38,7 +38,7 @@
|
||||||
HttpComponents HttpClient - MIME coded entities
|
HttpComponents HttpClient - MIME coded entities
|
||||||
</description>
|
</description>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Name: httpcomponents-client
|
Name: httpcomponents-client
|
||||||
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
||||||
Version: 4.1
|
Version: 4.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://hc.apache.org/
|
URL: http://hc.apache.org/
|
||||||
@ -92,6 +92,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 10 2011 Alexander Kurtakov <akurtako@redhat.com> 4.1-5
|
||||||
|
- OSGi export more packages.
|
||||||
|
|
||||||
* Fri Feb 25 2011 Alexander Kurtakov <akurtako@redhat.com> 4.1-4
|
* Fri Feb 25 2011 Alexander Kurtakov <akurtako@redhat.com> 4.1-4
|
||||||
- Build httpmime module.
|
- Build httpmime module.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user