~ubuntu-branches/ubuntu/trusty/ivy/trusty-proposed

« back to all changes in this revision

Viewing changes to src/java/org/apache/ivy/Main.java

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
            }
196
196
            
197
197
            if (line.hasOption("version")) {
198
 
                System.out.println("Ivy " + Ivy.getIvyVersion() + " - "
 
198
                System.out.println("Apache Ivy " + Ivy.getIvyVersion() + " - "
199
199
                    + Ivy.getIvyDate() + " :: " + Ivy.getIvyHomeURL());
200
200
                return;
201
201
            }