Skip to content

Instantly share code, notes, and snippets.

@who
Created September 23, 2015 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save who/81498a0b902fc6c0a379 to your computer and use it in GitHub Desktop.
Save who/81498a0b902fc6c0a379 to your computer and use it in GitHub Desktop.
$ wget http://www.igniterealtime.org/projects/openfire/plugins/restAPI.jar -q
$ jar xf restAPI.jar
$ tree
.
├── META-INF
│   └── MANIFEST.MF
├── changelog.html
├── java
│   └── org
│   └── jivesoftware
│   └── openfire
│   └── plugin
│   └── rest
│   ├── controller
│   ├── dao
│   ├── entity
│   ├── exceptions
│   ├── service
│   └── utils
├── lib
│   ├── asm-3.1.jar
│   ├── jackson-core-asl-1.9.2.jar
│   ├── jackson-jaxrs-1.9.2.jar
│   ├── jackson-mapper-asl-1.9.2.jar
│   ├── jackson-xc-1.9.2.jar
│   ├── jersey-bundle-1.18.jar
│   ├── jersey-servlet-1.18.jar
│   ├── jettison-1.1.jar
│   ├── jsr311-api-1.1.1.jar
│   ├── plugin-restAPI-jspc.jar
│   └── plugin-restAPI.jar
├── logo_large.gif
├── logo_small.gif
├── plugin.xml
├── readme.html
├── restAPI.jar
└── web
├── WEB-INF
│   ├── web-custom.xml
│   └── web.xml
└── images
└── success-16x16.gif
17 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment