disable the build of the resolve vizualizer because for some reason the zest plugins are not properly found by the build
Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/73dd6cb0 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/73dd6cb0 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/73dd6cb0 Branch: refs/heads/master Commit: 73dd6cb0fc7b268321ede8bc66ee94deef892c47 Parents: b048846 Author: Nicolas LaleveÌe <[email protected]> Authored: Sat Jul 1 20:01:58 2017 +0200 Committer: Nicolas LaleveÌe <[email protected]> Committed: Sat Jul 1 20:01:58 2017 +0200 ---------------------------------------------------------------------- builder/component/allElements.xml | 4 ++-- builder/component/customTargets.xml | 16 ++++++++-------- builder/maps/ivyde.map | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/73dd6cb0/builder/component/allElements.xml ---------------------------------------------------------------------- diff --git a/builder/component/allElements.xml b/builder/component/allElements.xml index fb193b1..bcc9a48 100644 --- a/builder/component/allElements.xml +++ b/builder/component/allElements.xml @@ -31,10 +31,10 @@ <property name="type" value="feature" /> <property name="id" value="org.apache.ivyde.feature" /> </ant> - <ant antfile="${genericTargets}" target="${target}"> + <!--ant antfile="${genericTargets}" target="${target}"> <property name="type" value="feature" /> <property name="id" value="org.apache.ivyde.eclipse.resolvevisualizer.feature" /> - </ant> + </ant--> </target> <!-- ===================================================================== --> http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/73dd6cb0/builder/component/customTargets.xml ---------------------------------------------------------------------- diff --git a/builder/component/customTargets.xml b/builder/component/customTargets.xml index d574abd..5415608 100644 --- a/builder/component/customTargets.xml +++ b/builder/component/customTargets.xml @@ -32,9 +32,9 @@ <ant antfile="${assembleScriptName}" dir="${buildDirectory}" /> </target> - <target name="assemble.org.apache.ivyde.eclipse.resolvevisualizer.feature"> + <!--target name="assemble.org.apache.ivyde.eclipse.resolvevisualizer.feature"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}" /> - </target> + </target--> <target name="assemble.org.apache.ivyde.feature.p2"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}" /> @@ -44,13 +44,13 @@ <ant antfile="${assembleScriptName}" dir="${buildDirectory}" /> </target> - <target name="assemble.org.apache.ivyde.eclipse.resolvevisualizer.feature.p2"> + <!--target name="assemble.org.apache.ivyde.eclipse.resolvevisualizer.feature.p2"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}" /> </target> <target name="assemble.org.apache.ivyde.eclipse.resolvevisualizer.feature.group.group.group"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}" /> - </target> + </target--> <!-- ===================================================================== --> <!-- ===================================================================== --> @@ -130,24 +130,24 @@ <include name="NOTICE" /> </fileset> </copy> - <copy todir="${buildDirectory}/features/org.apache.ivyde.eclipse.resolvevisualizer.feature/"> + <!--copy todir="${buildDirectory}/features/org.apache.ivyde.eclipse.resolvevisualizer.feature/"> <fileset dir="${buildDirectory}/../.."> <include name="LICENSE" /> <include name="NOTICE" /> </fileset> - </copy> + </copy--> <copy todir="${buildDirectory}/plugins/org.apache.ivyde.eclipse/META-INF/"> <fileset dir="${buildDirectory}/../.."> <include name="LICENSE" /> <include name="NOTICE" /> </fileset> </copy> - <copy todir="${buildDirectory}/plugins/org.apache.ivyde.eclipse.resolvevisualizer/META-INF/"> + <!--copy todir="${buildDirectory}/plugins/org.apache.ivyde.eclipse.resolvevisualizer/META-INF/"> <fileset dir="${buildDirectory}/../.."> <include name="LICENSE" /> <include name="NOTICE" /> </fileset> - </copy> + </copy--> </target> <!-- ===================================================================== --> http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/73dd6cb0/builder/maps/ivyde.map ---------------------------------------------------------------------- diff --git a/builder/maps/ivyde.map b/builder/maps/ivyde.map index 6c4e605..da1b785 100644 --- a/builder/maps/ivyde.map +++ b/builder/maps/ivyde.map @@ -17,6 +17,6 @@ # * under the License. # *************************************************************** [email protected]=COPY,.,../org.apache.ivyde.eclipse [email protected]=COPY,.,../org.apache.ivyde.eclipse.resolvevisualizer +#[email protected]=COPY,.,../org.apache.ivyde.eclipse.resolvevisualizer [email protected]=COPY,.,../org.apache.ivyde.feature [email protected]=COPY,.,../org.apache.ivyde.eclipse.resolvevisualizer.feature +#[email protected]=COPY,.,../org.apache.ivyde.eclipse.resolvevisualizer.feature
