eclipse / manifest

Manifest is a library to read Manifest files located in jars and OSGi bundles.

atoulme (author)
Wed Sep 16 10:47:51 -0700 2009
commit  d57dfbdab2f906830f33386e92c9bbed7a31fff0
tree    af5795698482d506937a81b475d7dc5ff98c3147
parent  35605bbef2437cb7b54a8ee74752394c6e6c7efd
manifest / README.txt
100644 27 lines (17 sloc) 0.583 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
= Manifest
 
* http://manifest.rubyforge.org
 
== DESCRIPTION:
 
Manifest is a library to read Manifest files located in jars and OSGi bundles.
 
== REQUIREMENTS:
 
Development:
* rspec
 
== INSTALL:
 
* sudo gem install manifest
 
== LICENSE:
 
Copyright (c) 2008-2009 Manifest and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
 
Contributors:
     Antoine Toulme - initial API and implementation