~ubuntu-branches/ubuntu/utopic/freemind/utopic

« back to all changes in this revision

Viewing changes to freemind/plugins/build.xml

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-01-03 14:19:19 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100103141919-m5az7dkicy21hqop
Tags: 0.9.0~rc6+dfsg-1ubuntu1
* Merge from Debian unstable (LP: #182927), remaining changes:
  - debian/copyright: add license/copyright for
    freemind/freemind/main/ExampleFileFilter.java

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<project name="freemind_plugins" default="dist" basedir=".">
 
2
 
 
3
        <macrodef name="callant">
 
4
                <attribute name="task"/>
 
5
                <sequential>
 
6
                        <subant target="@{task}" inheritall="true">
 
7
                                <fileset dir="plugins">
 
8
                                    <include name="build_*.xml"/>
 
9
                                        <!-- The import script can't be executed. -->
 
10
                                    <exclude name="build_import.xml"/>
 
11
                                        <!-- Jabber is outdated. -->
 
12
                                    <exclude name="build_jabber.xml"/>
 
13
                                        <!-- This collaboration module is for post 0.9.0. -->
 
14
                                    <exclude name="build_database.xml"/>
 
15
                                </fileset>
 
16
                        </subant>
 
17
                </sequential>
 
18
        </macrodef>
 
19
 
 
20
        <target name="build">
 
21
                <callant task="build"/>
 
22
        </target>
 
23
 
 
24
        <target name="dist">
 
25
                <callant task="dist"/>
 
26
        </target>
 
27
 
 
28
        <target name="post">
 
29
                <callant task="post"/>
 
30
        </target>
 
31
 
 
32
</project>
 
 
b'\\ No newline at end of file'