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 2017/05/09 20:03:59 UTC

[11/22] httpcomponents-core git commit: Fixed OSGi bundle assembly

Fixed OSGi bundle assembly

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.0.x@784375 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/11ec84a9
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/11ec84a9
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/11ec84a9

Branch: refs/heads/4.0.x
Commit: 11ec84a926962db70fafda7159e7508baeccdddd
Parents: 004bc62
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Sat Jun 13 11:30:54 2009 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Sat Jun 13 11:30:54 2009 +0000

----------------------------------------------------------------------
 src/main/assembly/osgi-bin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/11ec84a9/src/main/assembly/osgi-bin.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/osgi-bin.xml b/src/main/assembly/osgi-bin.xml
index 6a113e8..234045a 100644
--- a/src/main/assembly/osgi-bin.xml
+++ b/src/main/assembly/osgi-bin.xml
@@ -35,7 +35,7 @@
     </formats>
     <fileSets>
         <fileSet>
-          <directory>module-osgi-bundle/target</directory>
+          <directory>httpcore-osgi/target</directory>
           <outputDirectory>/</outputDirectory>
           <includes>
             <include>*.jar</include>