You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2009/07/14 21:37:09 UTC

svn commit: r794032 - in /httpcomponents/httpcore/trunk: BUILDING.txt httpcore-osgi/pom.xml pom.xml src/main/assembly/osgi-bin.xml

Author: olegk
Date: Tue Jul 14 19:37:08 2009
New Revision: 794032

URL: http://svn.apache.org/viewvc?rev=794032&view=rev
Log:
Updated release packages

Modified:
    httpcomponents/httpcore/trunk/BUILDING.txt
    httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml
    httpcomponents/httpcore/trunk/pom.xml
    httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml

Modified: httpcomponents/httpcore/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/BUILDING.txt?rev=794032&r1=794031&r2=794032&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/BUILDING.txt (original)
+++ httpcomponents/httpcore/trunk/BUILDING.txt Tue Jul 14 19:37:08 2009
@@ -36,7 +36,7 @@
 
 Execute the following command in order to generate javadoc:
 
-mvn javadoc:javadoc
+mvn javadoc:aggregate
 
 Execute the following command in order to generate the tutorial in html and pdf formats
 

Modified: httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml?rev=794032&r1=794031&r2=794032&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml Tue Jul 14 19:37:08 2009
@@ -74,7 +74,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.0.0</version>
+        <version>1.4.3</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=794032&r1=794031&r2=794032&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Tue Jul 14 19:37:08 2009
@@ -113,7 +113,6 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <source>1.5</source>
-          <aggregate>true</aggregate>
           <links>
             <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
           </links>

Modified: httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml?rev=794032&r1=794031&r2=794032&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml (original)
+++ httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml Tue Jul 14 19:37:08 2009
@@ -31,7 +31,7 @@
     </formats>
     <fileSets>
         <fileSet>
-          <directory>module-osgi-bundle/target</directory>
+          <directory>httpcore-osgi/target</directory>
           <outputDirectory>/</outputDirectory>
           <includes>
             <include>*.jar</include>