diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-23 22:34:22 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-23 22:34:22 +0000 |
commit | 997f1dff873158f9fef7742b2a21f89d5a92ec33 (patch) | |
tree | 4bd98c6d50b7a51e0c45f4e0118e4d11403927ad /sandbox/travelsample/distribution/src/main/release/bin/INSTALL | |
parent | 7d50a1b4ef72ae679ac8ae52b6cda2bde0165e0d (diff) |
Add ability to create a distribution for the travelsample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/distribution/src/main/release/bin/INSTALL')
-rw-r--r-- | sandbox/travelsample/distribution/src/main/release/bin/INSTALL | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sandbox/travelsample/distribution/src/main/release/bin/INSTALL b/sandbox/travelsample/distribution/src/main/release/bin/INSTALL new file mode 100644 index 0000000000..7514a7c73c --- /dev/null +++ b/sandbox/travelsample/distribution/src/main/release/bin/INSTALL @@ -0,0 +1,24 @@ +Installing the Apache Tuscany SCA 2.0-M3 June 2009 Release binary distribution
+===============================================================================
+
+Unzip Tuscany binary distribution archive and you get the following:
+
+tuscany-sca-2.0-M3
+ CHANGES - A note of the major changes in this release
+ INSTALL - this help file
+ LICENSE - the Apache License and any dependecy licenses
+ NOTICE - attribution notices associated with the licenses
+ README - readme for the release
+ RELEASE_NOTES - description of this release
+
+ /bin - Tuscany launcher (for use when running tuscany from the command line)
+
+ /features - OSGi runtime configuration, Tuscany manifest and PDE target
+
+ /modules - all of the individual Tuscany jars and their dependencies
+
+ /samples - all the Tuscany samples, see the README in that directory
+
+
+
+
|