samples/apifest1/infrastructure/testing-template/build.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:45 +0200
changeset 52 4257f4cf226b
permissions -rw-r--r--
Adding samples from API fest to the repository, including pieces of their code in the document, not just links
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
     3 <!-- for some information on what you could do (e.g. targets to override). -->
     4 <!-- If you delete this file and reopen the project it will be recreated. -->
     5 <project name="org.netbeans.apifest.testingtemplate" default="netbeans" basedir=".">
     6     <description>Builds, tests, and runs the project org.netbeans.apifest.testingtemplate.</description>
     7     <import file="nbproject/build-impl.xml"/>
     8     
     9     <target name="zip-project">
    10         <zip destfile="src/org/netbeans/apifest/testingtemplate/TestingTemplateProject.zip">
    11             <fileset dir="project"/>
    12         </zip>
    13     </target>
    14     
    15     <target name="files-init" depends="zip-project,projectized-common.files-init"/>
    16 </project>