[CVS jcontainer] Remove docs incorporated into main Loom website
Peter Donald <pdonald-yCVjj/[email protected]> Wed, 31 Mar 2004 00:44:54 -0600
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
<html>
<head>
<style><!--
body {background-color:#ffffff;}
.file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
.pathname {font-family:monospace; float:right;}
.fileheader {margin-bottom:.5em;}
.diff {margin:0;}
.tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
.tasklist ul {margin-top:0;margin-bottom:0;}
tr.alt {background-color:#eeeeee}
#added {background-color:#ddffdd;}
#addedchars {background-color:#99ff99;font-weight:bolder;}
tr.alt #added {background-color:#ccf7cc;}
#removed {background-color:#ffdddd;}
#removedchars {background-color:#ff9999;font-weight:bolder;}
tr.alt #removed {background-color:#f7cccc;}
#info {color:#888888;}
#context {background-color:#eeeeee;}
td {padding-left:.3em;padding-right:.3em;}
tr.head {border-bottom-width:1px;border-bottom-style:solid;}
tr.head td {padding:0;padding-top:.2em;}
.task {background-color:#ffff00;}
.comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
.error {color:red;}
hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>jcontainer/loom/support/xmlpolicy/xdocs</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt><a href="#file1"><span id="removed">index.xml</span></a></tt></td><td></td><td align="right" id="removed">-26</td><td nowrap="nowrap"><a href="http://xstream.cvs.codehaus.org/jcontainer/loom/support/xmlpolicy/xdocs/index.xml?rev=1.4&content-type=text/vnd.viewcvs-markup">1.4</a> removed</td></tr>
<tr class="alt"><td><tt><a href="#file2"><span id="removed">sample.xml</span></a></tt></td><td></td><td align="right" id="removed">-55</td><td nowrap="nowrap"><a href="http://xstream.cvs.codehaus.org/jcontainer/loom/support/xmlpolicy/xdocs/sample.xml?rev=1.3&content-type=text/vnd.viewcvs-markup">1.3</a> removed</td></tr>
<tr><td></td><td></td><td align="right" id="removed">-81</td><td></td></tr>
</table>
<small id="info">2 removed files</small><br />
<pre class="comment">
Remove docs incorporated into main Loom website
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname" id="removed"><a href="http://xstream.cvs.codehaus.org/jcontainer">jcontainer</a>/<a href="http://xstream.cvs.codehaus.org/jcontainer/loom">loom</a>/<a href="http://xstream.cvs.codehaus.org/jcontainer/loom/support">support</a>/<a href="http://xstream.cvs.codehaus.org/jcontainer/loom/support/xmlpolicy">xmlpolicy</a>/<a href="http://xstream.cvs.codehaus.org/jcontainer/loom/support/xmlpolicy/xdocs">xdocs</a><br /></span>
<div class="fileheader" id="removed"><big><b>index.xml</b></big> <small id="info">removed after <a href="http://xstream.cvs.codehaus.org/jcontainer/loom/support/xmlpolicy/xdocs/index.xml?rev=1.4&content-type=text/vnd.viewcvs-markup">1.4</a></small></div>
<pre class="diff"><small id="info">diff -N index.xml
--- index.xml 21 Mar 2004 23:37:20 -0000 1.4
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,26 +0,0 @@
</small></pre><pre class="diff" id="removed">-<?xml version="1.0"?>
-
-<document>
- <properties>
- <title>Policy - Overview</title>
- <author>Peter Donald</author>
- </properties>
- <body>
- <section name="Introduction">
- <p>The Policy toolkit is a set of utility classes that
- will read in an xml file that describes a code-based security
- policy xml descriptor. The descriptor contains the same
- information as is present in the java.policy file but described
- in an xml file. This toolkit is also capable of validating a
- descriptor to make sure it is well formed and follows some basic
- semantic rules. Please see the <a href="sample.html">sample</a>
- descriptor for an example of the format that the Policy toolkit
- supports.</p>
- <p>
- All Spice jars are held in the
- <a href="http://spice.sf.net/maven">http://spice.sf.net/maven</a>
- repository for Maven usage.
- </p>
- </section>
- </body>
-</document>
</pre><pre class="diff"><small id="info">\ No newline at end of file
</small></pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname" id="removed"><a href="http://xstream.cvs.codehaus.org/jcontainer">jcontainer</a>/<a href="http://xstream.cvs.codehaus.org/jcontainer/loom">loom</a>/<a href="http://xstream.cvs.codehaus.org/jcontainer/loom/support">support</a>/<a href="http://xstream.cvs.codehaus.org/jcontainer/loom/support/xmlpolicy">xmlpolicy</a>/<a href="http://xstream.cvs.codehaus.org/jcontainer/loom/support/xmlpolicy/xdocs">xdocs</a><br /></span>
<div class="fileheader" id="removed"><big><b>sample.xml</b></big> <small id="info">removed after <a href="http://xstream.cvs.codehaus.org/jcontainer/loom/support/xmlpolicy/xdocs/sample.xml?rev=1.3&content-type=text/vnd.viewcvs-markup">1.3</a></small></div>
<pre class="diff"><small id="info">diff -N sample.xml
--- sample.xml 21 Mar 2004 23:37:20 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,55 +0,0 @@
</small></pre><pre class="diff" id="removed">-<?xml version="1.0"?>
-
-<document>
- <properties>
- <title>Excalibur Policy - Example</title>
- <author>Peter Donald</author>
- </properties>
- <body>
- <section name="Introduction">
- <p>This describes a simple example of a Policy descriptor.
- Let us assume that
- <a href="http://jakarta.apache.org/avalon/phoenix">Phoenix</a>
- has been integrated with the Policy toolkit and that the snippet
- defining classloader is included in the deployment format of
- Phoenix (the .sar file).</p>
- <p>The format below should be largely self explanatory if you
- are familiar with the java.policy file format. One thing that
- is worth mentioning is that the example uses codebases with a
- protocol of "sar:". This is a protocol specific to Phoenix and
- makes it possible to refer to jars and classes contained within
- the deployment archive.</p>
-<source>
-<![CDATA[
-<policy version="1.0">
-
- <!-- define the keystore that is used to load signers from -->
- <keystore name="myKeystore"
- location="sar:/conf/keystore"
- type="JKS"/>
-
- <!-- grant the java classes defined in
- /SAR-INF/classes/ directory the permission
- to read and write files to temp directory. -->
- <grant code-base="sar:/SAR-INF/classes/">
- <permission class="java.io.FilePermission"
- target="${/}tmp${/}*"
- action="read,write"/>
- </grant>
-
- <!-- grant the secure.jar the permission to connect
- a socket to localhost ports 1024 and above,
- as long as code has been signed by "Fred". -->
- <grant code-base="sar:/SAR-INF/lib/secure.jar"
- signed-by="Fred"
- key-store="myKeystore" >
- <permission class="java.io.FilePermission"
- target="localhost:1024-"
- action="accept,connect,listen"/>
- </grant>
-
-</policy>
-]]></source>
- </section>
- </body>
-</document>
</pre><pre class="diff"><small id="info">\ No newline at end of file
</small></pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -> email">CVSspam</a> 0.2.8</small></center>
</body></html>