/**
* @param parent
*/
- private void buildSettingsComposite(Composite parent) {
-
- // settingsInfoComposite = new Group(parent, SWT.NONE);
- // settingsInfoComposite.setText("Settings");
- // settingsInfoComposite.setLayout(new GridLayout(2,false));
- //
- //
- // //the test suite to launch
- // Label testSuiteLabel = new Label(settingsInfoComposite, SWT.NONE);
- // testSuiteLabel.setText("Test suite to run:");
- // //testSuiteLabel.setLayoutData(new GridData())
- // Text testSuiteText = new Text(settingsInfoComposite, SWT.NONE);
- //
- // //the path to php
- // Label phpPathLabel = new Label(settingsInfoComposite, SWT.NONE);
- // phpPathLabel.setText("php Path:");
- // //testSuiteLabel.setLayoutData(new GridData())
- // Text phpPathText = new Text(settingsInfoComposite, SWT.NONE);
-
- }
+// private void buildSettingsComposite(Composite parent) {
+//
+// // settingsInfoComposite = new Group(parent, SWT.NONE);
+// // settingsInfoComposite.setText("Settings");
+// // settingsInfoComposite.setLayout(new GridLayout(2,false));
+// //
+// //
+// // //the test suite to launch
+// // Label testSuiteLabel = new Label(settingsInfoComposite, SWT.NONE);
+// // testSuiteLabel.setText("Test suite to run:");
+// // //testSuiteLabel.setLayoutData(new GridData())
+// // Text testSuiteText = new Text(settingsInfoComposite, SWT.NONE);
+// //
+// // //the path to php
+// // Label phpPathLabel = new Label(settingsInfoComposite, SWT.NONE);
+// // phpPathLabel.setText("php Path:");
+// // //testSuiteLabel.setLayoutData(new GridData())
+// // Text phpPathText = new Text(settingsInfoComposite, SWT.NONE);
+//
+// }
private void setActions() {