summaryrefslogtreecommitdiffstats
path: root/sdo-java/branches/sdo-java-M2/sdo/sample/README.txt
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-10 19:19:03 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-10 19:19:03 +0000
commitdc741421e88c3e4210b00f39877159c5117b99d3 (patch)
tree68ae372d3c8a7fee11f44a4701585db55d24369d /sdo-java/branches/sdo-java-M2/sdo/sample/README.txt
parent9833a542bb75c2008c71809e4fdfebc41e67fb46 (diff)
moving SDO branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834611 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sdo-java/branches/sdo-java-M2/sdo/sample/README.txt')
-rw-r--r--sdo-java/branches/sdo-java-M2/sdo/sample/README.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/sdo-java/branches/sdo-java-M2/sdo/sample/README.txt b/sdo-java/branches/sdo-java-M2/sdo/sample/README.txt
new file mode 100644
index 0000000000..0a6f233d55
--- /dev/null
+++ b/sdo-java/branches/sdo-java-M2/sdo/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.
+
+