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/02 10:17:14 UTC

[5/7] ant-ivyde git commit: the resolve visualizer is not built, so don't package it

the resolve visualizer is not built, so don't package it


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

Branch: refs/heads/ivyDECredentials-cleaned
Commit: 1cea44dd484afeb0e4fa8f1eb42e0be09f489f41
Parents: d67c300
Author: Nicolas Lalevée <ni...@hibnet.org>
Authored: Sun Jul 2 11:58:37 2017 +0200
Committer: Nicolas Lalevée <ni...@hibnet.org>
Committed: Sun Jul 2 11:58:37 2017 +0200

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/1cea44dd/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index c4eab02..b255e5f 100644
--- a/build.xml
+++ b/build.xml
@@ -260,7 +260,7 @@
     <target name="package-binaries" depends="build,generate-p2-category,generate-dist-doc-files,generate-dist-doc-html">
         <mkdir dir="${dist.work.dir}/apache-ivyde-${build.version}" />
         <unzip src="${eclipse.work.dir}/${build.version}/org.apache.ivyde.feature-${build.version}.zip" dest="${dist.work.dir}/apache-ivyde-${build.version}" />
-        <unzip src="${eclipse.work.dir}/${build.version}/org.apache.ivyde.eclipse.resolvevisualizer.feature-${build.version}.zip" dest="${dist.work.dir}/apache-ivyde-${build.version}" />
+        <!--unzip src="${eclipse.work.dir}/${build.version}/org.apache.ivyde.eclipse.resolvevisualizer.feature-${build.version}.zip" dest="${dist.work.dir}/apache-ivyde-${build.version}" /-->
         <!-- packaging the zip as a p2 repository -->
         <copy todir="${dist.work.dir}/apache-ivyde-${build.version}">
             <fileset dir="${eclipse.work.dir}/p2repo" />