carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/background.htm
changeset 1704 24ac5a5cf80c
parent 12 6b79ffb176c5
equal deleted inserted replaced
1703:2c1a7d3f4ab4 1704:24ac5a5cf80c
     9 <body bgcolor="#FFFFFF">
     9 <body bgcolor="#FFFFFF">
    10 <h2>Background information</h2>
    10 <h2>Background information</h2>
    11 
    11 
    12 <p>Carbide.c++ is built on the <a href="http://www.eclipse.org">Eclipse</a> platform. The Eclipse components used are:</p>
    12 <p>Carbide.c++ is built on the <a href="http://www.eclipse.org">Eclipse</a> platform. The Eclipse components used are:</p>
    13 <ul>
    13 <ul>
    14 <li>Eclipse 3.4</li>
    14 <li>Eclipse 3.6</li>
    15 <li>A slightly modified version of CDT 5.0.1</li>
    15 <li>A slightly modified version of CDT 7.0</li>
    16 <li>EMF 2.4.1</li>
    16 <li>EMF 2.5</li>
    17 <li>GEF 3.4.1</li>
    17 <li>GEF 3.5</li>
    18 </ul>
    18 </ul>
    19 <p>The APIs published by these components are available for use in your plugins.</p>
    19 <p>The APIs published by these components are available for use in your plugins.</p>
    20 <p>Carbide.c++ itself publishes a set of APIs which are documented in this guide.</p>
    20 <p>Carbide.c++ itself publishes a set of APIs which are documented in this guide.</p>
    21 <p>Carbide.c++ requires Java 5 and a Java 5 JRE is part of the Carbide.c++ installation. 
    21 <p>Carbide.c++ requires Java 5 and a Java 5 JRE is part of the Carbide.c++ installation. 
    22 Your plugins can use Java 5 features. The included version of CDT was built with Java 1.4 language compliance.</p>
    22 Your plugins can use Java 5 features. The included version of CDT was built with Java 1.4 language compliance.</p>
    29 <li>The book <i>Java Developer's Guide to Eclipse, (2nd Edition</i> ISBN 0321305027</li>
    29 <li>The book <i>Java Developer's Guide to Eclipse, (2nd Edition</i> ISBN 0321305027</li>
    30 <li>The book <i>Eclipse: Building Commercial-Quality Plug-ins (2nd Edition)</i> ISBN 032142672X</li>
    30 <li>The book <i>Eclipse: Building Commercial-Quality Plug-ins (2nd Edition)</i> ISBN 032142672X</li>
    31 <li><a href="http://wiki.eclipse.org/index.php/Eclipse_FAQs">The Official Eclipse FAQs</a></li>
    31 <li><a href="http://wiki.eclipse.org/index.php/Eclipse_FAQs">The Official Eclipse FAQs</a></li>
    32 </ul>
    32 </ul>
    33 
    33 
    34 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    34 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    35 </div>
    35 </div>
    36 </body>
    36 </body>
    37 </html>
    37 </html>