Removed j2ee/sunappsrv8 references because that module does not appear to exist in the trunk anymore. BLD200509131800
authorpcw@netbeans.org
Mon, 12 Sep 2005 19:54:00 +0000
changeset 17248da0924a1ce4
parent 1723 87ad19c33c44
child 1725 1fd116c5483c
Removed j2ee/sunappsrv8 references because that module does not appear to exist in the trunk anymore.
Issue number:
Obtained from:
Submitted by:
Reviewed by:
serverplugins/sun/build.xml
     1.1 --- a/serverplugins/sun/build.xml	Fri Sep 09 16:29:04 2005 +0000
     1.2 +++ b/serverplugins/sun/build.xml	Mon Sep 12 19:54:00 2005 +0000
     1.3 @@ -13,9 +13,8 @@
     1.4  -->
     1.5  
     1.6  <project name="appsrv-plugin" default="netbeans" basedir=".">
     1.7 -          
     1.8 +
     1.9        <target name="netbeans" >
    1.10 -        <ant dir="../../j2ee/sunappsrv8" target="clean" inheritAll="false"/>
    1.11          <ant dir="../external" target="unzip" inheritAll="false"/>
    1.12          <ant dir="sunddapi" target="netbeans" inheritAll="false"/>
    1.13          <ant dir="appsrv" target="netbeans" inheritAll="false"/>
    1.14 @@ -24,7 +23,6 @@
    1.15          <ant dir="appsrv81" target="netbeans" inheritAll="false"/>
    1.16        </target>
    1.17        <target name="clean" >
    1.18 -        <ant dir="../../j2ee/sunappsrv8" target="clean" inheritAll="false"/>
    1.19          <ant dir="sunddapi" target="clean" inheritAll="false"/>
    1.20          <ant dir="appsrv" target="clean" inheritAll="false"/>
    1.21          <ant dir="appsrvbridge" target="clean" inheritAll="false"/>