changed FileUtils to public for testing purposes. added updategap that can updated a project with the latest phonegap jar and js

This commit is contained in:
Dave Johnson
2010-08-03 15:10:56 -07:00
parent bb5a628a28
commit 0c52ed44a0
3 changed files with 87 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public class FileUtils {
FileReader f_in;
FileWriter f_out;
FileUtils(WebView view)
public FileUtils(WebView view)
{
mView = view;
}