~ubuntu-branches/ubuntu/oneiric/ivy/oneiric

« back to all changes in this revision

Viewing changes to build.xml

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2011-02-06 20:56:32 UTC
  • mfrom: (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110206205632-sqhg7bx09z0ywj79
Tags: 2.2.0-1
* New upstream release.
* Update pom.xml to the latest version.
* Add Build-Depends and Suggests on libbcprov-java and libbcpg-java.
* Add mh_clean call in clean target.
* Bump Standards-Version to 3.9.1. No changes were required.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
                <include name="*.jar" />
96
96
                <exclude name="ant.jar" />
97
97
                <exclude name="ant-launcher.jar" />
 
98
                <exclude name="ant-nodeps.jar"/>
 
99
                <exclude name="ant-trax.jar"/>
98
100
            </fileset>
99
101
            <pathelement location="${core.classes.build.dir}" />
100
102
            <pathelement location="${ant.classes.build.dir}" />
360
362
            <fileset id="test.fileset" dir="${test.dir}">
361
363
                <include name="**/${test.class.pattern}.java" />
362
364
                <exclude name="**/Abstract*Test.java" />
363
 
                <contains text="junit" />
364
365
                <not><contains text="remote.test" /></not>
365
366
            </fileset>
366
367
    </target>
441
442
           fork="true">
442
443
            <classpath>
443
444
                <path refid="test.classpath" />
 
445
                <pathelement path="${ant.home}/lib/ant-nodeps.jar"/>
 
446
                <pathelement path="${ant.home}/lib/ant-trax.jar"/>
444
447
            </classpath>
445
448
                
446
449
                <!-- pass the proxy properties to the forked junit process to use correct proxy -->
540
543
        </apply>
541
544
    </target>
542
545
    
543
 
    <target name="checkstyle-internal" depends="jar" description="checks Ivy codebase according to ${checkstyle.src.dir}/checkstyle-config">
 
546
    <!-- Checks Ivy codebase according to ${checkstyle.src.dir}/checkstyle-config  -->
 
547
    <target name="checkstyle-internal" depends="jar">
544
548
        <ivy:cachepath organisation="checkstyle" module="checkstyle" revision="4.3"
545
549
                inline="true" conf="default" pathid="checkstyle.classpath" transitive="true" 
546
550
                        log="download-only"/>