Skip to content

Commit

Permalink
Merge pull request #90 from johanlindquist/fix-issue-200
Browse files Browse the repository at this point in the history
Removed redundant copy code - fixes issue 200
  • Loading branch information
mosabua committed Jan 13, 2012
2 parents 644e0c9 + 6ee6662 commit 91d1427
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -539,10 +539,6 @@ else if (!artifacts.isEmpty() || hasValidNativeLibrariesDirectory)
copyLocalNativeLibraries( nativeLibrariesDirectory, destinationDirectory );
}

if ( hasValidBuildNativeLibrariesDirectory ) {
copyLocalNativeLibraries( nativeLibrariesOutputDirectory, destinationDirectory );
}

if (!artifacts.isEmpty())
{
for (Artifact resolvedArtifact : artifacts)
Expand Down

0 comments on commit 91d1427

Please sign in to comment.