summaryrefslogtreecommitdiffstats
path: root/sdo-java/tags/1.0-incubating-beta1/sdo/sample/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sdo-java/tags/1.0-incubating-beta1/sdo/sample/README.txt')
-rw-r--r--sdo-java/tags/1.0-incubating-beta1/sdo/sample/README.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/sdo-java/tags/1.0-incubating-beta1/sdo/sample/README.txt b/sdo-java/tags/1.0-incubating-beta1/sdo/sample/README.txt
new file mode 100644
index 0000000000..369837b480
--- /dev/null
+++ b/sdo-java/tags/1.0-incubating-beta1/sdo/sample/README.txt
@@ -0,0 +1,20 @@
+Tuscany SDO Java Beta1 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 javadoc/index.html in the sample directory to understand how to run these programs.
+
+