summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-20 13:38:41 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-20 13:38:41 +0000
commit2c9297fdfe03c0b9a0d4bcb0c24646488725547f (patch)
tree54fac4e866f0180640ffd15662b241021aeb3840 /sca-java-2.x/trunk/samples
parentd2a894b58a55c59f6d73572072c47a7a3a2fde38 (diff)
Add a pointer to the web instructions for using Eclipse. Still based on 1.x as we haven't ported yet.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025565 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/eclipse/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/eclipse/README b/sca-java-2.x/trunk/samples/running-tuscany/eclipse/README
new file mode 100644
index 0000000000..f3e1c1f275
--- /dev/null
+++ b/sca-java-2.x/trunk/samples/running-tuscany/eclipse/README
@@ -0,0 +1,9 @@
+To execute, and debug, sample contributions from Eclipse you first need to
+import the Tuscany runtime into Eclipse. You then need to import the sample
+contribution into Eclipse as a project. Instructions for doing both of these
+things can be found here
+
+http://tuscany.apache.org/import-existing-tuscany-sca-projects-into-eclipse.html
+
+Note. these instructions refer to our 1.x code base but it holds true for
+our 2.x code base.