Repository: ant-ivy Updated Branches: refs/heads/master 2074889ec -> 08de1083f
Correct imports, add automatic module name for JPMS Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/08de1083 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/08de1083 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/08de1083 Branch: refs/heads/master Commit: 08de1083f0def77da1a076b3579864b21921a0e0 Parents: 2074889 Author: Gintas Grigelionis <[email protected]> Authored: Sun Oct 22 23:52:49 2017 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Sun Oct 22 23:52:49 2017 +0200 ---------------------------------------------------------------------- META-INF/MANIFEST.MF | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/08de1083/META-INF/MANIFEST.MF ---------------------------------------------------------------------- diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 310e278..48b341e 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -1,5 +1,6 @@ Manifest-Version: 1.0 Main-Class: org.apache.ivy.Main +Automatic-Module-Name: org.apache.ivy Bundle-Version: 2.4.0 Bundle-Name: Ivy Bundle-ManifestVersion: 2 @@ -20,13 +21,13 @@ Import-Package: com.jcraft.jsch;resolution:=optional, org.apache.commons.httpclient.params;resolution:=optional, org.apache.commons.httpclient.protocol;resolution:=optional, org.apache.commons.net.ftp;resolution:=optional, - org.apache.commons.vfs;resolution:=optional, - org.apache.commons.vfs.impl;resolution:=optional, - org.apache.commons.vfs.provider;resolution:=optional, - org.apache.commons.vfs.provider.ftp;resolution:=optional, - org.apache.commons.vfs.provider.local;resolution:=optional, - org.apache.commons.vfs.provider.sftp;resolution:=optional, - org.apache.commons.vfs.provider.url;resolution:=optional, + org.apache.commons.vfs2;resolution:=optional, + org.apache.commons.vfs2.impl;resolution:=optional, + org.apache.commons.vfs2.provider;resolution:=optional, + org.apache.commons.vfs2.provider.ftp;resolution:=optional, + org.apache.commons.vfs2.provider.local;resolution:=optional, + org.apache.commons.vfs2.provider.sftp;resolution:=optional, + org.apache.commons.vfs2.provider.url;resolution:=optional, org.apache.oro.text;resolution:=optional, org.apache.oro.text.regex;resolution:=optional, org.apache.tools.ant;resolution:=optional,
