~ubuntu-branches/ubuntu/saucy/ivy/saucy

« back to all changes in this revision

Viewing changes to src/java/org/apache/ivy/plugins/resolver/packager/build.xml

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-15 17:44:57 UTC
  • mfrom: (3.2.6 sid)
  • Revision ID: package-import@ubuntu.com-20130515174457-v16skkkcz1fkabmz
Tags: 2.3.0-2
* Team upload.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        <xslt style="packager.xsl" in="packager.xml" out="packager-output.xml">
47
47
            <param name="resourceURL" expression="${resourceURL}"/>
48
48
            <param name="restricted" expression="${ivy.packager.restricted}"/>
 
49
                <param name="quiet" expression="${ivy.packager.quiet}"/>
49
50
        </xslt>
50
51
    </target>
51
52