Skip to content

Commit

Permalink
Fixed output dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Sep 1, 2010
1 parent 4872807 commit 2cdba85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
</excludes>
<binaries>
<includeDependencies>false</includeDependencies>
<outputDirectory>/lib</outputDirectory>
<outputDirectory>lib</outputDirectory>
<unpack>false</unpack>
</binaries>
</moduleSet>
</moduleSets>
<fileSets>
<fileSet>
<directory></directory>
<outputDirectory>/</outputDirectory>
<outputDirectory></outputDirectory>
<includes>
<include>README.txt</include>
<include>LICENSE.txt</include>
Expand Down
2 changes: 1 addition & 1 deletion src/main/assembly/osgi-bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<fileSets>
<fileSet>
<directory>httpclient-osgi/target</directory>
<outputDirectory>/</outputDirectory>
<outputDirectory></outputDirectory>
<includes>
<include>*.jar</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion src/main/assembly/src.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<!-- Release materials -->
<fileSet>
<directory></directory>
<outputDirectory>/</outputDirectory>
<outputDirectory></outputDirectory>
<excludes>
<exclude>**/.*</exclude>
<exclude>**/.*/**</exclude>
Expand Down

0 comments on commit 2cdba85

Please sign in to comment.