clean profiler_support2
authorludo@netbeans.org
Tue, 24 May 2005 18:52:17 +0000
changeset 1692457835d7d19b
parent 1691 a9928dcbae59
child 1693 91e3b666c287
clean
serverplugins/sun/build.xml
     1.1 --- a/serverplugins/sun/build.xml	Tue May 24 18:50:39 2005 +0000
     1.2 +++ b/serverplugins/sun/build.xml	Tue May 24 18:52:17 2005 +0000
     1.3 @@ -23,6 +23,14 @@
     1.4          <ant dir="sunddui" target="netbeans" inheritAll="false"/>
     1.5          <ant dir="appsrv81" target="netbeans" inheritAll="false"/>
     1.6        </target>
     1.7 +      <target name="clean" >
     1.8 +        <ant dir="../../j2ee/sunappsrv8" target="clean" inheritAll="false"/>
     1.9 +        <ant dir="sunddapi" target="clean" inheritAll="false"/>
    1.10 +        <ant dir="appsrv" target="clean" inheritAll="false"/>
    1.11 +        <ant dir="appsrvbridge" target="clean" inheritAll="false"/>
    1.12 +        <ant dir="sunddui" target="clean" inheritAll="false"/>
    1.13 +        <ant dir="appsrv81" target="clean" inheritAll="false"/>
    1.14 +      </target>
    1.15  
    1.16  
    1.17