Correct path to layer-include*.xml in clean task. BLD200305230100
authormentlicher@netbeans.org
Wed, 21 May 2003 14:34:12 +0000
changeset 3419ca656f533b3b
parent 3418 d7da1cc72a48
child 3420 5f081c4b26e1
Correct path to layer-include*.xml in clean task.
This is a fix of issue #33792.
vcs.profiles.cvsprofiles/build.xml
     1.1 --- a/vcs.profiles.cvsprofiles/build.xml	Wed May 21 13:33:58 2003 +0000
     1.2 +++ b/vcs.profiles.cvsprofiles/build.xml	Wed May 21 14:34:12 2003 +0000
     1.3 @@ -120,7 +120,7 @@
     1.4        <fileset dir="src">
     1.5          <include name="**/*.class"/>
     1.6          <include name="**/*.jar"/>
     1.7 -        <include name="src/org/netbeans/modules/vcs/profiles/cvsprofiles/layer-include*.xml"/>
     1.8 +        <include name="org/netbeans/modules/vcs/profiles/cvsprofiles/layer-include*.xml"/>
     1.9        </fileset>
    1.10      </delete>
    1.11      <delete file="manifest-subst.mf"/>