add #swtsource entry
diff --git a/faq.php b/faq.php
index 87fa5e9..000ad5e 100755
--- a/faq.php
+++ b/faq.php
@@ -22,6 +22,7 @@
<li><a href="#supportJavaBeans">Does SWT support JavaBeans?</a></li>
<li><a href="#guibuilder">Is there a GUI Builder for SWT?</a></li>
<li><a href="#whatisasnippet">What is a snippet and why do I care?</a></li>
+ <li><a href="#swtsource">Where do I find the SWT source?</a></li>
<p></p>
<li><a href="#howbuildjar">How do I build an SWT jar for my platform?</a></li>
<li><a href="#howbuilddll">How do I build the SWT JNI libraries for my platform?</a></li>
@@ -162,6 +163,12 @@
For a list of sample snippets, see the <a href="snippets">SWT snippets page</a>.
</dd>
+ <dt><strong><a name="swtsource">Q: Where do I find the SWT source?</a></strong>
+ <dd>SWT's source can be retrieved directly from CVS as described in <a href="http://www.eclipse.org/swt/cvs.php">How to use SWT from CVS</a>. It's also provided
+ in eclipse's <code>plugins/org.eclipse.rcp.source.<em><os></em>.<em><ws></em>.<em><arch></em>_X.X.X.<em><version></em>/src/</code>
+ directory.
+ </dd>
+
<dt><strong><a name="howbuildjar">Q: How do I build an SWT jar for my platform?</a></strong>
</dt>
<dd>A: The SWT jar can be built from the eclipse CVS repository using an Ant task: