This is an automated email from the ASF dual-hosted git repository. maartenc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/master by this push: new 60a1ff1b Updated OSGI bundle headers for new pack200 code 60a1ff1b is described below commit 60a1ff1b114745b070dbfcce15e3878ce9364023 Author: Maarten Coene <4728619+maart...@users.noreply.github.com> AuthorDate: Tue Apr 29 23:44:05 2025 +0200 Updated OSGI bundle headers for new pack200 code --- META-INF/MANIFEST.MF | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 94ffa9ca..92997f8b 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -15,6 +15,7 @@ Import-Package: com.jcraft.jsch;resolution:=optional, javax.xml.transform, javax.xml.transform.sax, javax.xml.transform.stream, + org.apache.commons.compress.compressors.pack200;resolution:=optional, org.apache.commons.httpclient;resolution:=optional, org.apache.commons.httpclient.auth;resolution:=optional, org.apache.commons.httpclient.methods;resolution:=optional, @@ -84,6 +85,7 @@ Export-Package: org.apache.ivy;version="2.0.0", org.apache.ivy.plugins.lock;version="2.0.0", org.apache.ivy.plugins.matcher;version="2.0.0", org.apache.ivy.plugins.namespace;version="2.0.0", + org.apache.ivy.plugins.pack;version="2.6.0", org.apache.ivy.plugins.parser;version="2.0.0", org.apache.ivy.plugins.parser.m2;version="2.0.0", org.apache.ivy.plugins.parser.xml;version="2.0.0", @@ -110,4 +112,4 @@ Export-Package: org.apache.ivy;version="2.0.0", org.apache.ivy.util.filter;version="2.0.0", org.apache.ivy.util.url;version="2.0.0" Bundle-ClassPath: . -Bundle-RequiredExecutionEnvironment: JavaSE-1.7 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8