summaryrefslogtreecommitdiffstats
path: root/tags/site-090106-pre667/site-author/cpp-projects.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tags/site-090106-pre667/site-author/cpp-projects.xml')
-rw-r--r--tags/site-090106-pre667/site-author/cpp-projects.xml62
1 files changed, 0 insertions, 62 deletions
diff --git a/tags/site-090106-pre667/site-author/cpp-projects.xml b/tags/site-090106-pre667/site-author/cpp-projects.xml
deleted file mode 100644
index cef776fe79..0000000000
--- a/tags/site-090106-pre667/site-author/cpp-projects.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<document>
- <properties>
- <title>Tuscany C++ Projects</title>
- <bannertitle>Tuscany C++ Projects</bannertitle>
- </properties>
- <body>
- <section name="Tuscany C++ Project">
- <p>
- The main Tuscany project repository is located at https://svn.apache.org/repos/asf/incubator/tuscany
-. You can use SVN to check out the entire project, and you will get both the java and C++ repositories.
-Alternatively you can check out just the cpp directory at
-https://svn.apache.org/repos/asf/incubator/tuscany/cpp, to get the SCA and SDO implementations for
-C++.</p>
- </section>
-
- <section name="Building Apache Tuscany for C++">
- <p>You can find detailed instructions on how to configure the C++ runtime and tools in the
- <a href="http://svn.apache.org/repos/asf/incubator/tuscany/cpp/build.txt">build.txt</a>
-file.</p>
- </section>
-
-
-
-
- <section name="System Requirements">
- <p>In order to run the Tuscany C++ runtimes there are some minimum system requirements:
- <table style="text-align: left; width: 100%;" border="1"
- cellpadding="2" cellspacing="2">
- <tbody>
- <tr>
- <td>Operating System</td>
- <td>
- <ul>
- <li>Windows XP SP2</li>
- <li>Linux</li>
- </ul>
- </td>
- </tr>
- <tr>
- <td>Other components</td>
- <td>
- <ul>
- <li>
- <a href="http://ws.apache.org/axis2/c/">
- Apache Axis2/C verion 0.92
- </a>
- </li>
- <li>
- <a href="http://xmlsoft.org/downloads.html">
- Libxml2 Parser version 2.6.20
- </a>
- </li>
- </ul>
- </td>
- </tr>
- </tbody>
- </table>
- </p>
- </section>
- </body>
-</document>