build.xml
author Jan Lahoda <jlahoda@netbeans.org>
Sat, 25 Aug 2012 08:06:43 +0200
branchremote-usages-to-find-usages
changeset 858 610a3830e451
parent 737 9897b9a18934
child 1029 7a5e0aaffd04
permissions -rw-r--r--
Merging changes between remote-usages-to-find-usages heads
jlahoda@0
     1
<?xml version="1.0" encoding="UTF-8"?>
jlahoda@0
     2
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
jlahoda@0
     3
<!-- for some information on what you could do (e.g. targets to override). -->
jlahoda@0
     4
<!-- If you delete this file and reopen the project it will be recreated. -->
jlahoda@0
     5
<project name="jackpot30" basedir=".">
jlahoda@739
     6
    <target name="build-auc">
jlahoda@739
     7
        <taskdef classpath="${nbplatform.default.harness.dir}/tasks.jar" resource="org/netbeans/nbbuild/taskdefs.properties"/>
jlahoda@739
     8
        <fileset id="updater.jar" dir="${nbplatform.default.netbeans.dest.dir}">
jlahoda@739
     9
            <filename name="platform/modules/ext/updater.jar"/>
jlahoda@739
    10
        </fileset>
jlahoda@739
    11
        <property name="catalog.base.url" value="."/>
jlahoda@739
    12
        <mkdir dir="build/updates" />
jlahoda@739
    13
        <makeupdatedesc desc="build/updates/updates.xml" distbase="${catalog.base.url}" automaticgrouping="true" uselicenseurl="${use.license.url.in.catalog}">
jlahoda@739
    14
            <fileset dir="build/updates">
jlahoda@739
    15
                <include name="*.nbm"/>
jlahoda@739
    16
                <include name="*.jar"/> <!-- #181025: bare OSGi bundles -->
jlahoda@739
    17
            </fileset>
jlahoda@739
    18
            <updaterjar>
jlahoda@739
    19
                <resources refid="updater.jar"/>
jlahoda@739
    20
            </updaterjar>
jlahoda@739
    21
        </makeupdatedesc>
jlahoda@132
    22
    </target>
jlahoda@0
    23
</project>