You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2017/07/01 17:59:21 UTC

ant-ivy git commit: fix the OSGi Java 7 requirement

Repository: ant-ivy
Updated Branches:
  refs/heads/master d9665bfc1 -> fcf4109d8


fix the OSGi Java 7 requirement


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/fcf4109d
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/fcf4109d
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/fcf4109d

Branch: refs/heads/master
Commit: fcf4109d82fd663c49aaa2cd2c37b853878a570c
Parents: d9665bf
Author: Nicolas Lalevée <ni...@hibnet.org>
Authored: Sat Jul 1 19:59:01 2017 +0200
Committer: Nicolas Lalevée <ni...@hibnet.org>
Committed: Sat Jul 1 19:59:01 2017 +0200

----------------------------------------------------------------------
 META-INF/MANIFEST.MF | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/fcf4109d/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
index cb8e757..310e278 100644
--- a/META-INF/MANIFEST.MF
+++ b/META-INF/MANIFEST.MF
@@ -109,4 +109,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: J2SE-1.7
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7