Skip to main content
summaryrefslogblamecommitdiffstats
blob: 7501739c3e7734ee2e3cb31f062857e26900950a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11




                                                              
                                       




                                       
                                     












                                                                                                                                                                                     

                                                                                         




                                                                                                     
                                                                                   




















                                      
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

<head>
    <title>Server Configuration</title>
</head>

<body>
    <font face="arial, lucida console">

	<h3>Server Configuration</h3>
	<br>

	<p>Although default settings are provided, the bugzilla server can be changed. To change the configuration, go to Preferences (in the Window menu) and open the Bugzilla tab.
	</p>

	<p>Here, the following parameters can be set:

	<ol>
	    <li>URL of the Bugzilla server (set by default to the Eclipse Bugzilla server). This is used by the bug report
	    viewer to view Bugzilla items within Eclipse.</li>
	    
	    <li>Your login name for the Bugzilla server (optional).</li>
	    <li>Your password for the Bugzilla server (optional).</li>
		<li>Whether the version of the Bugzilla server to be accessed is 2.18 or 
		2.16 (Note: The Eclipse.org server is 2.18)</li>

	</ol>
	<br>
	Your Bugzilla login name and password are only required if you wish to create or modify bugs
	using this Bugzilla plugin.  Viewing bugs using this plugin does not require that a user name
	and password be specified unless it is required by the server.<p>&nbsp;</p>
	</p>

	<img src="./images/prefs.png">
	<br>
	<br>

	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>

    </font>

</body>
</html>

Back to the top