summaryrefslogtreecommitdiffstats
path: root/tags/java/sdo/1.0-incubator-M2/sample/README.txt
diff options
context:
space:
mode:
authordims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
committerdims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
commitbdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a (patch)
tree38a92061c0793434c4be189f1d70c3458b6bc41d /tags/java/sdo/1.0-incubator-M2/sample/README.txt
Move Tuscany from Incubator to top level.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sdo/1.0-incubator-M2/sample/README.txt')
-rw-r--r--tags/java/sdo/1.0-incubator-M2/sample/README.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/tags/java/sdo/1.0-incubator-M2/sample/README.txt b/tags/java/sdo/1.0-incubator-M2/sample/README.txt
new file mode 100644
index 0000000000..0a6f233d55
--- /dev/null
+++ b/tags/java/sdo/1.0-incubator-M2/sample/README.txt
@@ -0,0 +1,20 @@
+Tuscany SDO Java M2 Sample Program Distribution
+===============================================
+
+This is a distribution of the sample programs for the Tuscany SDO Java implementation.
+
+Building the SDO Java Samples Project from this source distribution
+-------------------------------------------------------------------
+
+Note: If you have already built the SDO for Java Implementation source distribution
+then these sample programs are included in that distribution and are built as part
+of that process. This distribution archive is provided for building against a
+binary distribution of SDO for Java.
+
+Ensure that all the jar files found in the SDO for Java binary distribution's
+lib directory are on your java classpath, and use your java 1.4.2 (or greater) compiler to
+compile the classes in this distribution in your own favourite development environment.
+
+Look at the site/apidocs/index.html to understand how to run these programs.
+
+