From ab8cfe01d0c54544b34e39483b4a1a6640fa23d7 Mon Sep 17 00:00:00 2001 From: macdonst Date: Mon, 16 May 2011 10:36:15 +0800 Subject: [PATCH] Removing generated code from project framework/gen/com/phonegap/R.java --- framework/gen/com/phonegap/R.java | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 framework/gen/com/phonegap/R.java diff --git a/framework/gen/com/phonegap/R.java b/framework/gen/com/phonegap/R.java deleted file mode 100644 index 069b71c4..00000000 --- a/framework/gen/com/phonegap/R.java +++ /dev/null @@ -1,27 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * aapt tool from the resource data it found. It - * should not be modified by hand. - */ - -package com.phonegap; - -public final class R { - public static final class attr { - } - public static final class drawable { - public static final int icon=0x7f020000; - public static final int splash=0x7f020001; - } - public static final class id { - public static final int appView=0x7f050000; - } - public static final class layout { - public static final int main=0x7f030000; - } - public static final class string { - public static final int app_name=0x7f040000; - public static final int go=0x7f040001; - } -}