~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to systemtap/org.eclipse.linuxtools.callgraph.launch/src/org/eclipse/linuxtools/internal/callgraph/launch/ConfigurationOptionsSetter.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
         * @return
25
25
         */
26
26
        public static String setOptions(ILaunchConfiguration config) {
27
 
                StringBuilder options = new StringBuilder(); //$NON-NLS-1$
 
27
                StringBuilder options = new StringBuilder();
28
28
                try {
29
29
 
30
30
                int verboseLevel = config.getAttribute(LaunchConfigurationConstants.COMMAND_VERBOSE,
102
102
                        options.append(config.getAttribute(
103
103
                                        LaunchConfigurationConstants.COMMAND_C_DIRECTIVES,
104
104
                                        LaunchConfigurationConstants.DEFAULT_COMMAND_C_DIRECTIVES)
105
 
                                        + " "); //$NON-NLS-1$ //$NON-NLS-2$
 
105
                                        + " "); //$NON-NLS-1$
106
106
                }
107
107
 
108
108
                if (config.getAttribute(