pekko/akka-kernel/src/main/dist
Patrik Nordwall 450b5c2285 =15648 ker Use wildcard in microkernel classpath
* scala-library.jar had changed name to scala-library-2.10.4.jar
* use wildcard to avoid same problem when scala-library version is changed
* the wilcard will only include jar files in the lib directory, and not the
  lib/akka directory, see 'Understanding class path wildcards'
  http://docs.oracle.com/javase/6/docs/technotes/tools/windows/classpath.html

(cherry picked from commit 996de05b44531bda517ef8ee274a34ad76e9716f)
2014-08-13 17:36:33 +02:00
..
bin =15648 ker Use wildcard in microkernel classpath 2014-08-13 17:36:33 +02:00
config =pro,sam,act Change version to 2.4-SNAPSHOT 2014-03-07 14:53:35 +01:00
deploy Improve the distribution download 2011-12-24 17:39:48 +13:00
scripts Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
LICENSES replace embedded JMX Client with jmxsh, see #3461 2013-06-21 00:44:12 +02:00
README =pro,sam,act Change version to 2.4-SNAPSHOT 2014-03-07 14:53:35 +01:00

Akka
====

This is the Akka 2.4-SNAPSHOT download.

Included are all libraries, documentation, and sources for Akka.

This download can also be used for running the Akka Microkernel.


Contents
--------

- README    - this document
- bin       - start scripts for the Akka Microkernel and Akka Cluster admin tool
- config    - config files for microkernel applications
- deploy    - deploy dir for microkernel applications
- doc       - Akka documentation and Scaladoc API
- lib       - all Akka jars and dependencies
- src       - source jars for Akka


Microkernel
-----------

This download includes everything needed for a self-contained Akka
Microkernel.

See the documentation for more information about the
microkernel (see `doc/akka/docs/scala/microkernel.html`).

Cluster Administration Tool
---------------------------

The 'akka-cluster' tool is an administration tool for managing Akka cluster nodes.
Learn more by invoking:

    bin/akka-cluster --help