Skip to content

Commit

Permalink
Fixed problem with dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Sep 1, 2010
1 parent 3b7195c commit 4872807
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/assembly/bin-with-deps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,18 @@
<exclude>org.apache.httpcomponents:httpclient-osgi</exclude>
</excludes>
<binaries>
<includeDependencies>true</includeDependencies>
<outputDirectory>/lib</outputDirectory>
<outputDirectory>lib</outputDirectory>
<unpack>false</unpack>
<dependencySets>
<dependencySet/>
</dependencySets>
</binaries>
</moduleSet>
</moduleSets>
<fileSets>
<fileSet>
<directory></directory>
<outputDirectory>/</outputDirectory>
<outputDirectory></outputDirectory>
<includes>
<include>README.txt</include>
<include>LICENSE.txt</include>
Expand Down

0 comments on commit 4872807

Please sign in to comment.