Skip to content

Commit

Permalink
Merge pull request soot-oss#14 from bergerbd/master
Browse files Browse the repository at this point in the history
Fixed a syntactic error in soot_options.xml
  • Loading branch information
Eric Bodden committed Dec 5, 2012
2 parents 0740ce0 + 7f4fcf2 commit 3e22f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10374,7 +10374,7 @@ private Composite Input_OptionsCreate(Composite parent) {

}

setInput_Optionsforce_android_jar_widget(new StringOptionWidget(editGroupInput_Options, SWT.NONE, new OptionData("Force specific Android jar file", "", "","force-android-jar", "\nUse PATH as the path to the android.jar file Soot should use. \nThis option overrides the "android-jars" option. ", defaultString)));
setInput_Optionsforce_android_jar_widget(new StringOptionWidget(editGroupInput_Options, SWT.NONE, new OptionData("Force specific Android jar file", "", "","force-android-jar", "\nUse PATH as the path to the android.jar file Soot should use. \nThis option overrides the 'android-jars' option. ", defaultString)));


defKey = ""+" "+""+" "+"main-class";
Expand Down
2 changes: 1 addition & 1 deletion src/soot/options/soot_options.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ The Android application must contain the AndroidManifest.xml file.
<short_desc>Force Soot to use <use_arg_label/> as the path for the android.jar file.</short_desc>
<long_desc>
Use <use_arg_label/> as the path to the android.jar file Soot should use.
This option overrides the "android-jars" option.
This option overrides the 'android-jars' option.
</long_desc>
</stropt>

Expand Down

0 comments on commit 3e22f89

Please sign in to comment.