Przeglądaj źródła

Fix clean not working properly any more.

'Clean' needs to do a limited init to load property files, so it
can delete the right build/dist directories.

My earlier change to stop ivy running broke this.

Instead, hard code the damn paths, because making it work sanely
is too difficult.

Change-Id: Id795619aef0188f5eb7f95c9e319bebf06654b08
Reviewed-on: http://gerrit.dmdirc.com/3796
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
pull/1/head
Chris Smith 9 lat temu
rodzic
commit
bd564aa9e1
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      nbproject/build-impl.xml

+ 2
- 2
nbproject/build-impl.xml Wyświetl plik

@@ -683,8 +683,8 @@ is divided into following sections:
683 683
             -->
684 684
     <target name="deps-clean" unless="no.deps"/>
685 685
     <target name="-do-clean">
686
-        <delete dir="${build.dir}"/>
687
-        <delete dir="${dist.dir}"/>
686
+        <delete dir="build"/>
687
+        <delete dir="dist"/>
688 688
     </target>
689 689
     <target name="-post-clean">
690 690
         <!-- Empty placeholder for easier customization. -->

Ładowanie…
Anuluj
Zapisz