Repository: ant-ivyde Updated Branches: refs/heads/master 9c23a435e -> ef64ab5bf
fix jar path Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/ef64ab5b Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/ef64ab5b Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/ef64ab5b Branch: refs/heads/master Commit: ef64ab5bf1c9d409ddeafc315d153ea19ffeee04 Parents: 9c23a43 Author: Nicolas LaleveÌe <[email protected]> Authored: Sun Jun 25 15:15:14 2017 +0200 Committer: Nicolas LaleveÌe <[email protected]> Committed: Sun Jun 25 15:15:14 2017 +0200 ---------------------------------------------------------------------- build.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/ef64ab5b/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 11ce5fb..b7644a6 100644 --- a/build.xml +++ b/build.xml @@ -284,9 +284,8 @@ ivyde.build.version=${build.version} <!-- Get the OSGi version of Ivy in the manifest in the jar --> <target name="compute-ivy-bundle-version" unless="ivy.bundle.version" depends="init-ivy"> - <mkdir dir="${ivy.work.dir}/jar" /> <loadresource property="ivy.bundle.version"> - <zipentry zipfile="${ivy.work.dir}/ivy.jar" name="META-INF/MANIFEST.MF"/> + <zipentry zipfile="${ivy.jar.file}" name="META-INF/MANIFEST.MF"/> <filterchain> <linecontains> <contains value="Bundle-Version:" />
