Author: irooskov(a)redhat.com
Date: 2011-09-13 19:21:51 -0400 (Tue, 13 Sep 2011)
New Revision: 34705
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/Revision_History.xml
trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml
Log:
updated for TOOLSDOC-249
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/Revision_History.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/Revision_History.xml 2011-09-13
23:18:55 UTC (rev 34704)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/Revision_History.xml 2011-09-13
23:21:51 UTC (rev 34705)
@@ -6,6 +6,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>1-4</revnumber>
+ <date>Wed Sep 14 2011</date>
+ <author>
+ <firstname>Isaac</firstname>
+ <surname>Rooskov</surname>
+ <email>irooskov(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Updated FAQ section with correct config file
information</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>1-3</revnumber>
<date>Mon Aug 01 2011</date>
<author>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml 2011-09-13 23:18:55
UTC (rev 34704)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml 2011-09-13 23:21:51
UTC (rev 34705)
@@ -48,7 +48,7 @@
</listitem>
<listitem>
- <para>Open the file <filename>eclipse.ini</filename>, which can
be found in your Fedora Eclipse location and add the following line: </para>
+ <para>Open the file <filename>jbdevstudio.ini</filename>, which
can be found in your JBoss Developer Studio location and add the following line:
</para>
<programlisting
role="JAVA"><![CDATA[-Dswt.library.path=/usr/lib/eclipse]]></programlisting>
<para>,where <code>/usr/lib/eclipse</code> is the path to your
eclipse folder.</para>
</listitem>
@@ -165,7 +165,7 @@
<title>Is it possible to increase the performance of Eclipse after installing
your product?</title>
<para>
- <property>JBoss Developer Studio</property> configures eclipse via the
<filename>eclipse.ini</filename> file to allocate extra memory, but if you for
some reason need more memory then by default, you can manually make adjustments in this
file. For example:</para>
+ <property>JBoss Developer Studio</property> configures eclipse via the
<filename>jbdevstudio.ini</filename> file to allocate extra memory, but if you
for some reason need more memory then by default, you can manually make adjustments in
this file. For example:</para>
<programlisting role="XML"><![CDATA[-vmargs -Xms128m -Xmx512m
-XX:MaxPermSize=128m]]></programlisting>
</section>
Show replies by date