mirror of https://github.com/apache/ant-ivy
Fix compilation
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1375575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
53d3e8ce79
commit
660431cf4f
|
|
@ -133,7 +133,7 @@ public class P2Descriptor extends RepoDescriptor {
|
|||
continue;
|
||||
}
|
||||
DefaultArtifact sourceArtifact = BundleInfoAdapter.buildArtifact(
|
||||
md.getModuleRevisionId(), getBaseUri(), source, "source");
|
||||
md.getModuleRevisionId(), getBaseUri(), source, "source", null);
|
||||
md.addArtifact(BundleInfoAdapter.CONF_NAME_DEFAULT, sourceArtifact);
|
||||
}
|
||||
sourceURIs = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue