Skip to content

Commit

Permalink
Merge pull request #151 from zowe/users/jstruga/fix-broken-logic
Browse files Browse the repository at this point in the history
Fix broken logic
  • Loading branch information
timgerstel authored Sep 13, 2024
2 parents a6ec09f + c91a1cf commit a942005
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@
<ant antfile="build_ng2.xml" target="removeSource" dir="."/>
</target>

<target name="cleanupPlugins" description="Remove js files and map files for plugins.">
<ant antfile="build_ng2.xml" target="cleanupPlugins" dir="."/>
</target>

</project>

Expand Down
14 changes: 0 additions & 14 deletions build_ng2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,20 +113,6 @@
</sequential>
</for>
</target>

<target name="cleanupPlugins">
<for param="path">
<delete>
<fileset dir="${capstone}" defaultexcludes="false">
<include name="**/web/*.map"/>
<include name="**/web/*.map.gz"/>
</fileset>
</delete>
<sequential>
<delete file="@{path}"/>
</sequential>
</for>
</target>


<target name="removeZssSource">
Expand Down
1 change: 0 additions & 1 deletion production.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<ant antfile="build.xml" dir="${capstone}/../dist/${buildRel}" inheritAll="false">
<target name="build"/>
<target name="removeSource"/>
<target name="cleanupPlugins"/>
<property name="plugins" value="${plugins}"/>
</ant>
</target>
Expand Down

0 comments on commit a942005

Please sign in to comment.