Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 17, 2018 17:04
Show Gist options
  • Save ryantm/7e0f3ca51161af0caff245d3a57b87c7 to your computer and use it in GitHub Desktop.
Save ryantm/7e0f3ca51161af0caff245d3a57b87c7 to your computer and use it in GitHub Desktop.
/nix/store/l6n421jvbmphjri6w4q9yjnx4jnhrdsr-ant-1.10.2
├── bin
│   └── ant
└── lib
└── ant
├── bin
│   └── antRun
├── CONTRIBUTORS
├── contributors.xml
├── etc
│   ├── ant-bootstrap.jar
│   ├── changelog.xsl
│   ├── checkstyle
│   │   ├── checkstyle-frames-sortby-check.xsl
│   │   ├── checkstyle-frames.xsl
│   │   ├── checkstyle-text.xsl
│   │   └── checkstyle-xdoc.xsl
│   ├── coverage-frames.xsl
│   ├── jdepend-frames.xsl
│   ├── jdepend.xsl
│   ├── junit-frames-xalan1.xsl
│   ├── junit-frames.xsl
│   ├── junit-noframes.xsl
│   ├── log.xsl
│   ├── maudit-frames.xsl
│   ├── mmetrics-frames.xsl
│   └── tagdiff.xsl
├── fetch.xml
├── get-m2.xml
├── INSTALL
├── KEYS
├── lib
│   ├── ant-antlr.jar
│   ├── ant-antlr.pom
│   ├── ant-apache-bcel.jar
│   ├── ant-apache-bcel.pom
│   ├── ant-apache-bsf.jar
│   ├── ant-apache-bsf.pom
│   ├── ant-apache-log4j.jar
│   ├── ant-apache-log4j.pom
│   ├── ant-apache-oro.jar
│   ├── ant-apache-oro.pom
│   ├── ant-apache-regexp.jar
│   ├── ant-apache-regexp.pom
│   ├── ant-apache-resolver.jar
│   ├── ant-apache-resolver.pom
│   ├── ant-apache-xalan2.jar
│   ├── ant-apache-xalan2.pom
│   ├── ant-commons-logging.jar
│   ├── ant-commons-logging.pom
│   ├── ant-commons-net.jar
│   ├── ant-commons-net.pom
│   ├── ant-contrib-1.0b3.jar
│   ├── ant-jai.jar
│   ├── ant-jai.pom
│   ├── ant.jar
│   ├── ant-javamail.jar
│   ├── ant-javamail.pom
│   ├── ant-jdepend.jar
│   ├── ant-jdepend.pom
│   ├── ant-jmf.jar
│   ├── ant-jmf.pom
│   ├── ant-jsch.jar
│   ├── ant-jsch.pom
│   ├── ant-junit4.jar
│   ├── ant-junit4.pom
│   ├── ant-junit.jar
│   ├── ant-junit.pom
│   ├── ant-launcher.jar
│   ├── ant-launcher.pom
│   ├── ant-netrexx.jar
│   ├── ant-netrexx.pom
│   ├── ant-parent.pom
│   ├── ant.pom
│   ├── ant-swing.jar
│   ├── ant-swing.pom
│   ├── ant-testutil.jar
│   ├── ant-testutil.pom
│   ├── ant-xz.jar
│   ├── ant-xz.pom
│   ├── libraries.properties
│   └── README
├── LICENSE
├── NOTICE
├── patch.xml
└── README
7 directories, 78 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment