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/13 13:30:54 UTC

svn commit: r784375 - /httpcomponents/httpcore/branches/4.0.x/src/main/assembly/osgi-bin.xml

Author: olegk
Date: Sat Jun 13 11:30:54 2009
New Revision: 784375

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

Modified:
    httpcomponents/httpcore/branches/4.0.x/src/main/assembly/osgi-bin.xml

Modified: httpcomponents/httpcore/branches/4.0.x/src/main/assembly/osgi-bin.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.0.x/src/main/assembly/osgi-bin.xml?rev=784375&r1=784374&r2=784375&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.0.x/src/main/assembly/osgi-bin.xml (original)
+++ httpcomponents/httpcore/branches/4.0.x/src/main/assembly/osgi-bin.xml Sat Jun 13 11:30:54 2009
@@ -35,7 +35,7 @@
     </formats>
     <fileSets>
         <fileSet>
-          <directory>module-osgi-bundle/target</directory>
+          <directory>httpcore-osgi/target</directory>
           <outputDirectory>/</outputDirectory>
           <includes>
             <include>*.jar</include>