Removed reference to sun.ddloaders module (to be removed soon.) merged_model_j2ee_after_merge_trunk_1
authorpcw@netbeans.org
Thu, 24 May 2007 00:29:27 +0000
changeset 21948c673267cb85
parent 2193 f4b26cb81f8a
child 2195 a58cfc14fc77
Removed reference to sun.ddloaders module (to be removed soon.)
serverplugins/sun/build.xml
     1.1 --- a/serverplugins/sun/build.xml	Wed May 23 17:01:27 2007 +0000
     1.2 +++ b/serverplugins/sun/build.xml	Thu May 24 00:29:27 2007 +0000
     1.3 @@ -23,7 +23,6 @@
     1.4        <target name="netbeans" >
     1.5          <ant dir="../external" target="unzip" inheritAll="false"/>
     1.6          <ant dir="sunddapi" target="netbeans" inheritAll="false"/>
     1.7 -        <ant dir="sunddloaders" target="netbeans" inheritAll="false"/>
     1.8          <ant dir="appsrv" target="netbeans" inheritAll="false"/>
     1.9          <ant dir="appsrvbridge" target="jar" inheritAll="false"/>
    1.10          <ant dir="sunddui" target="netbeans" inheritAll="false"/>
    1.11 @@ -31,7 +30,6 @@
    1.12        </target>
    1.13        <target name="clean" >
    1.14          <ant dir="sunddapi" target="clean" inheritAll="false"/>
    1.15 -        <ant dir="sunddloaders" target="clean" inheritAll="false"/>
    1.16          <ant dir="appsrv" target="clean" inheritAll="false"/>
    1.17          <ant dir="appsrvbridge" target="clean" inheritAll="false"/>
    1.18          <ant dir="sunddui" target="clean" inheritAll="false"/>