Just a little refactoring. BLD200310240100
authorcliffwd@netbeans.org
Thu, 23 Oct 2003 22:31:54 +0000
changeset 13781ba669f19899
parent 1377 9da6db0b636c
child 1379 d0b21f2fbc16
Just a little refactoring.
schema2beans/build.xml
     1.1 --- a/schema2beans/build.xml	Thu Oct 23 07:55:31 2003 +0000
     1.2 +++ b/schema2beans/build.xml	Thu Oct 23 22:31:54 2003 +0000
     1.3 @@ -115,6 +115,24 @@
     1.4      </javadoc>    
     1.5    </target>
     1.6  
     1.7 +  <target name="dev" description="A development target to compile with symbols and copy jar file(s)" depends="jars">
     1.8 +	<copy todir="${nbroot}/nbbuild/netbeans/modules/">
     1.9 +	  <fileset dir="netbeans/modules/">
    1.10 +		<exclude name="**/locale/*"/>
    1.11 +		<exclude name="**/*-test.jar" /> 
    1.12 +	  </fileset>
    1.13 +	</copy>
    1.14 +  </target>
    1.15 +  
    1.16 +  <target name="f4dev" description="A development target to compile with symbols and copy jar file(s)" depends="jars">
    1.17 +	<copy todir="${f4jroot}/f4jbuild/firststart/modules/">
    1.18 +	  <fileset dir="netbeans/modules/">
    1.19 +		<exclude name="**/locale/*"/>
    1.20 +		<exclude name="**/*-test.jar" /> 
    1.21 +	  </fileset>
    1.22 +	</copy>
    1.23 +  </target>
    1.24 +  
    1.25    <target name="test" depends="jars">
    1.26      <ant dir="test" antfile="build.xml" />
    1.27    </target>