Author: buildbot
Date: Mon Aug 13 20:28:52 2012
New Revision: 828829
Log:
Staging update by buildbot for ace
Modified:
websites/staging/ace/trunk/content/ (props changed)
websites/staging/ace/trunk/content/dev-doc/getting-started.html
Propchange: websites/staging/ace/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 13 20:28:52 2012
@@ -1 +1 @@
-1372376
+1372585
Modified: websites/staging/ace/trunk/content/dev-doc/getting-started.html
==============================================================================
--- websites/staging/ace/trunk/content/dev-doc/getting-started.html (original)
+++ websites/staging/ace/trunk/content/dev-doc/getting-started.html Mon Aug 13
20:28:52 2012
@@ -209,8 +209,7 @@
<h5 id="importing-existing-projects">Importing existing projects</h5>
<p>If you created a workspace in a folder that already contained the sources,
you need to import these projects into the workspace. From the main menu in
Eclipse, choose: "File -> Import..." and then select "General -> Existing
projects into workspace..." and select your workspace folder. A list of
projects should show up now. Import them all, wait until Eclipse has built the
project and you're ready to start.</p>
<h5 id="coding-guidelines">Coding guidelines</h5>
-<p>If you want to develop for ACE, you might want to import the code templates
and formatter rules for ACE.</p>
-<p><strong>TODO</strong></p>
+<p>If you want to develop for ACE, you might want to import the code templates
and formatter rules for ACE. The formatter can be found in the <code>etc</code>
folder in subversion, and you can import it into Eclipse as your default
formatter for this workspace.</p>
<h4 id="running-debugging">Running & debugging</h4>
<p>One of the benefits of the migration to BndTools is that we can now
directly run ACE from Eclipse with almost zero effort. In fact, it is even
possible to directly debug or profile ACE from Eclipse.</p>
<h5 id="ace-server">ACE server</h5>