Do not run everything twice. buildsys_trunk_before_merge
authorpkuzel@netbeans.org
Mon, 15 Mar 2004 15:54:16 +0000
changeset 1485908f73d2bf14
parent 1484 4a8c773cf5fc
child 1486 7f9b96fc9cda
Do not run everything twice.
tasklist/build.xml
     1.1 --- a/tasklist/build.xml	Mon Mar 15 15:52:16 2004 +0000
     1.2 +++ b/tasklist/build.xml	Mon Mar 15 15:54:16 2004 +0000
     1.3 @@ -43,7 +43,7 @@
     1.4          <for-each locations="${submodules}"/>
     1.5      </target>
     1.6  
     1.7 -    <target name="nbm" depends="netbeans">
     1.8 +    <target name="nbm" depends="init">
     1.9          <for-each locations="${submodules}"/>
    1.10      </target>
    1.11