Przeglądaj źródła

Delete bintest, not quite in with Alex's policy as paths hardcoded - could be improved.

tags/PRE_ANDY
aclement 19 lat temu
rodzic
commit
9692766429
2 zmienionych plików z 2 dodań i 0 usunięć
  1. 1
    0
      ajdoc/build.xml
  2. 1
    0
      bcel-builder/build.xml

+ 1
- 0
ajdoc/build.xml Wyświetl plik

@@ -53,6 +53,7 @@
<!-- override to remove generated doc directories -->
<target name="cleanall" depends="init">
<delete dir="${basedir}/ajdocworkingdir"/>
<delete dir="${basedir}/bintest"/>
<delete>
<fileset dir="${basedir}/testdata" includes="*/doc/**/*"/>
<fileset dir="${basedir}/testdata" includes="*/docdir/**/*"/>

+ 1
- 0
bcel-builder/build.xml Wyświetl plik

@@ -20,6 +20,7 @@

<target name="cleanall" depends="clean">
<delete dir="bin"/>
<delete dir="bintest"/>
<!-- FIXME: not consistent with Alex policy -->
<mkdir dir="bin"/>
</target>

Ładowanie…
Anuluj
Zapisz