OSDN Git Service

2007-06-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
[pf3gnuchains/gcc-fork.git] / libjava / classpath / tools / gnu / classpath / tools / jarsigner / package.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <!-- package.html - describes classes in gnu.classpath.tools.jarsigner
3
4 Copyright (C) 2006 Free Software Foundation, Inc.
5
6 This file is part of GNU Classpath.
7
8 GNU Classpath is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
13 GNU Classpath is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GNU Classpath; see the file COPYING.  If not, write to the
20 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21 02110-1301 USA.
22
23 Linking this library statically or dynamically with other modules is
24 making a combined work based on this library.  Thus, the terms and
25 conditions of the GNU General Public License cover the whole
26 combination.
27
28 As a special exception, the copyright holders of this library give you
29 permission to link this library with independent modules to produce an
30 executable, regardless of the license terms of these independent
31 modules, and to copy and distribute the resulting executable under
32 terms of your choice, provided that you also meet, for each linked
33 independent module, the terms and conditions of the license of that
34 module.  An independent module is a module which is not derived from
35 or based on this library.  If you modify this library, you may extend
36 this exception to your version of the library, but you are not
37 obligated to do so.  If you do not wish to do so, delete this
38 exception statement from your version. -->
39
40 <html>
41 <head>
42   <title>GNU Classpath - gnu.classpath.tools.jarsigner</title>
43 </head>
44
45 <body>
46 This package contains the classes that provide an implementation of the
47 Security Tool: <code>jarsigner</code>. The behaviour of these classes should
48 match that of the same tool provided in the RI version 1.4.2, except for the
49 following:
50
51 <ul>
52   <li>The RI tool accepts -J<i>javaoption</i> options which it then passes to
53   the underlying JVM.  This is because the RI tool acts as a <i>wrapper</i>
54   around the JVM launcher.
55   <p>
56   This implementation DOES NOT support these options.
57   </li>
58 </ul>
59 </body>
60 </html>