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 12:09:38 UTC

[05/36] ant-ivyde git commit: fix jar path

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/ivyDECredentials-cleaned
Commit: ef64ab5bf1c9d409ddeafc315d153ea19ffeee04
Parents: 9c23a43
Author: Nicolas Lalevée <ni...@hibnet.org>
Authored: Sun Jun 25 15:15:14 2017 +0200
Committer: Nicolas Lalevée <ni...@hibnet.org>
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:" />