[CB-4417] Move cordova-plugin-file-transfer to its own Java package.

This commit is contained in:
Andrew Grieve
2013-07-31 19:57:24 -04:00
committed by Steven Gill
parent a83011685d
commit 9a125991f7
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
specific language governing permissions and limitations
under the License.
*/
package org.apache.cordova.core;
package org.apache.cordova.filetransfer;
import org.json.JSONException;
import org.json.JSONObject;
+2 -1
View File
@@ -16,7 +16,7 @@
specific language governing permissions and limitations
under the License.
*/
package org.apache.cordova.core;
package org.apache.cordova.filetransfer;
import java.io.BufferedReader;
import java.io.ByteArrayOutputStream;
@@ -53,6 +53,7 @@ import org.apache.cordova.CordovaPlugin;
import org.apache.cordova.CordovaResourceApi;
import org.apache.cordova.CordovaResourceApi.OpenForReadResult;
import org.apache.cordova.PluginResult;
import org.apache.cordova.file.FileUtils;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
+1 -1
View File
@@ -16,7 +16,7 @@
specific language governing permissions and limitations
under the License.
*/
package org.apache.cordova.core;
package org.apache.cordova.filetransfer;
import org.json.JSONException;
import org.json.JSONObject;