No moving of nbms during build, using .. as their locations BLD200312081900
authorjtulach@netbeans.org
Wed, 03 Dec 2003 15:34:08 +0000
changeset 1408811ac781f303
parent 1407 23090ef19e4c
child 1409 5e3a89f326e6
No moving of nbms during build, using .. as their locations
schema2beans/build.xml
     1.1 --- a/schema2beans/build.xml	Thu Nov 20 14:13:03 2003 +0000
     1.2 +++ b/schema2beans/build.xml	Wed Dec 03 15:34:08 2003 +0000
     1.3 @@ -33,9 +33,7 @@
     1.4  
     1.5    <target name="nbm">
     1.6  	<ant dir="rt" antfile="build.xml" target="nbm"/>
     1.7 -	<move file="rt/schema2beans.nbm" todir="."/>
     1.8  	<ant dir="dev" antfile="build.xml" target="nbm"/>
     1.9 -	<move file="dev/schema2beansdev.nbm" todir="."/>
    1.10    </target>
    1.11  
    1.12    <target name="clean">