samples/apifest1/infrastructure/testing-template/build.xml
changeset 52 4257f4cf226b
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/samples/apifest1/infrastructure/testing-template/build.xml	Sat Jun 14 09:52:45 2008 +0200
     1.3 @@ -0,0 +1,16 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
     1.6 +<!-- for some information on what you could do (e.g. targets to override). -->
     1.7 +<!-- If you delete this file and reopen the project it will be recreated. -->
     1.8 +<project name="org.netbeans.apifest.testingtemplate" default="netbeans" basedir=".">
     1.9 +    <description>Builds, tests, and runs the project org.netbeans.apifest.testingtemplate.</description>
    1.10 +    <import file="nbproject/build-impl.xml"/>
    1.11 +    
    1.12 +    <target name="zip-project">
    1.13 +        <zip destfile="src/org/netbeans/apifest/testingtemplate/TestingTemplateProject.zip">
    1.14 +            <fileset dir="project"/>
    1.15 +        </zip>
    1.16 +    </target>
    1.17 +    
    1.18 +    <target name="files-init" depends="zip-project,projectized-common.files-init"/>
    1.19 +</project>