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
jtulach@52
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@52
     2
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
jtulach@52
     3
<!-- for some information on what you could do (e.g. targets to override). -->
jtulach@52
     4
<!-- If you delete this file and reopen the project it will be recreated. -->
jtulach@52
     5
<project name="org.netbeans.apifest.testingtemplate" default="netbeans" basedir=".">
jtulach@52
     6
    <description>Builds, tests, and runs the project org.netbeans.apifest.testingtemplate.</description>
jtulach@52
     7
    <import file="nbproject/build-impl.xml"/>
jtulach@52
     8
    
jtulach@52
     9
    <target name="zip-project">
jtulach@52
    10
        <zip destfile="src/org/netbeans/apifest/testingtemplate/TestingTemplateProject.zip">
jtulach@52
    11
            <fileset dir="project"/>
jtulach@52
    12
        </zip>
jtulach@52
    13
    </target>
jtulach@52
    14
    
jtulach@52
    15
    <target name="files-init" depends="zip-project,projectized-common.files-init"/>
jtulach@52
    16
</project>