File: readme.html

package info (click to toggle)
libswarmcache-java 1.0RC2%2Bcvs20071027-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 352 kB
  • sloc: java: 1,062; xml: 432; makefile: 4; sh: 1
file content (18 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
 <title>SwarmCache @version@ Readme</title>
</head>
<body>
<h1>SwarmCache @version@ Readme</h1>
The SwarmCache distribution consists of these files:
<ul>
 <li>readme.html (this file)
 <li>swarmcache-@version@.jar
 <li>jgroups-all.jar
 <li>commons-collections.jar
 <li>commons-logging.jar
</ul>
To use SwarmCache, make sure that all four of the .jar files are in your classpath.
See <a href="http://swarmcache.sf.net">http://swarmcache.sf.net</a> for instructions on how to use SwarmCache with your software.
</body>
</html>