summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta2/modules/core-runtime-pom/src/main/resources/README.txt
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-30 19:00:47 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-30 19:00:47 +0000
commit396008440c7bcdb1cbb7a3c5d6270814dfb0e341 (patch)
tree5b36dc6a3ed53cb62560963a42b45a89b62dc4de /sca-java-2.x/branches/2.0-Beta2/modules/core-runtime-pom/src/main/resources/README.txt
parentae9b105c6718dcb91b415e257acc8b8c8bf0c6c7 (diff)
delete the beta2 branch as i'd not seen raymonds mail when i made it and we might as well wait till he's got his changes in before creating the beta2 branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta2/modules/core-runtime-pom/src/main/resources/README.txt')
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/modules/core-runtime-pom/src/main/resources/README.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta2/modules/core-runtime-pom/src/main/resources/README.txt b/sca-java-2.x/branches/2.0-Beta2/modules/core-runtime-pom/src/main/resources/README.txt
deleted file mode 100644
index d8be6ae636..0000000000
--- a/sca-java-2.x/branches/2.0-Beta2/modules/core-runtime-pom/src/main/resources/README.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-Apache Tuscany Base Jar
------------------------
-
-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 has 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 (optional, for distributed domain support)
-
-When running with less than Java 1.6 the following are also 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
-
-
-