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/06/25 22:52:47 UTC

svn commit: r788507 - /httpcomponents/httpclient/trunk/src/main/assembly/osgi-bin.xml

Author: olegk
Date: Thu Jun 25 20:52:47 2009
New Revision: 788507

URL: http://svn.apache.org/viewvc?rev=788507&view=rev
Log:
Fixed OSGi assembly

Modified:
    httpcomponents/httpclient/trunk/src/main/assembly/osgi-bin.xml

Modified: httpcomponents/httpclient/trunk/src/main/assembly/osgi-bin.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/main/assembly/osgi-bin.xml?rev=788507&r1=788506&r2=788507&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/main/assembly/osgi-bin.xml (original)
+++ httpcomponents/httpclient/trunk/src/main/assembly/osgi-bin.xml Thu Jun 25 20:52:47 2009
@@ -35,7 +35,7 @@
     </formats>
     <fileSets>
         <fileSet>
-          <directory>module-osgi-bundle/target</directory>
+          <directory>httpclient-osgi/target</directory>
           <outputDirectory>/</outputDirectory>
           <includes>
             <include>*.jar</include>