summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien/java/dynamic/shades/base-nodep/src/main/resources/README.txt
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-07-19 02:50:53 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-07-19 02:50:53 +0000
commitf59fca36e7538cafbd6032003c7b06d64862a2bf (patch)
treee5b1222e40a7abc8b945195df39ab97c5eb5729c /sandbox/sebastien/java/dynamic/shades/base-nodep/src/main/resources/README.txt
parent1a8707aa6ad5e22117a9f17e88322a6ee824aa44 (diff)
Branch to experiment with dynamic component interfaces and implementations.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/sebastien/java/dynamic/shades/base-nodep/src/main/resources/README.txt')
-rw-r--r--sandbox/sebastien/java/dynamic/shades/base-nodep/src/main/resources/README.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/sandbox/sebastien/java/dynamic/shades/base-nodep/src/main/resources/README.txt b/sandbox/sebastien/java/dynamic/shades/base-nodep/src/main/resources/README.txt
new file mode 100644
index 0000000000..3de5be9155
--- /dev/null
+++ b/sandbox/sebastien/java/dynamic/shades/base-nodep/src/main/resources/README.txt
@@ -0,0 +1,33 @@
+Apache Tuscany Base Jar including all dependencies
+-----------------------
+
+This jar is an agregation of the minimal set of Tuscany module jars that are required to use a Tuscany runtime.
+Included in this jar are the modules to support using the Tuscany standalone, embedded, and webapp runtimes,
+distributed domain support, SCA assembly support for contributions, composites, implementation.java, and binding.rmi.
+
+Support for the JMS binding is also included but requires that the runtime environment supports JMS and JNDI, for example
+when running within a Java EE container or by including a JMS provider (eg Apache ActiveMQ) in the runtime classpath.
+
+This jar also includes the following dependencies:
+
+- asm:asm:jar:3.1
+- cglib:cglib:jar:2.2
+- org.apache.ws.commons.schema:XmlSchema:jar:1.4.2
+- com.hazelcast:hazelcast:jar:1.8.3
+- com.hazelcast:hazelcast-client:jar:1.8.3
+- wsdl4j:wsld4j:jar:1.6.2
+
+When running with less than Java 1.6 the following dependencies are required:
+
+- org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
+- org.codehaus.woodstox:wstx-asl:jar:3.2.4
+- javax.xml.bind:jaxb-api:jar:2.1
+- javax.activation:activation:jar:1.1
+- com.sun.xml.bind:jaxb-impl:jar:2.1.12
+- javax.xml.ws:jaxws-api:jar:2.1
+- javax.annotation:jsr250-api:jar:1.0
+- javax.jws:jsr181-api:jar:1.0-MR1
+- javax.xml.stream:stax-api:jar:1.0-2
+
+
+