SOA modules should live in soa cluster
authorVladimir Yaroslavskiy <yaroslavskiy@netbeans.org>
Mon, 17 May 2010 15:39:43 +0400
changeset 452253a9541db157
parent 4521 ae96297ed5d8
child 4523 dd2828f0001d
child 4524 62a49b7dd479
SOA modules should live in soa cluster
sierra/build.xml
     1.1 --- a/sierra/build.xml	Mon May 17 15:16:40 2010 +0400
     1.2 +++ b/sierra/build.xml	Mon May 17 15:39:43 2010 +0400
     1.3 @@ -170,7 +170,6 @@
     1.4  
     1.5      <!-- clean, build, nbm -->
     1.6      <target name="clean">
     1.7 -        <delete dir="${home}/nbbuild/netbeans/extra"/>
     1.8          <delete dir="${home}/nbbuild/netbeans/soa"/>
     1.9          <delete dir="${home}/nbbuild/netbeans/xml"/>
    1.10          <antcall target="clean-01"/>
    1.11 @@ -182,8 +181,6 @@
    1.12          <antcall target="build-01"/>
    1.13          <antcall target="build-02"/>
    1.14          <antcall target="build-03"/>
    1.15 -        <delete dir="${home}/nbbuild/netbeans/soa"/>
    1.16 -        <move file="${home}/nbbuild/netbeans/extra" tofile="${home}/nbbuild/netbeans/soa"/>
    1.17      </target>
    1.18  
    1.19      <target name="nbm">