From ce04c5db8a3b99d6ab9d64a21d74f3c655b9f75a Mon Sep 17 00:00:00 2001 From: Mark Spritzler Date: Thu, 27 Oct 2011 20:27:35 -0500 Subject: [PATCH] Added ReadMe and refactored package structure to be com.perfectworldprogramming.com --- .classpath | 8 ++++++ .project | 33 +++++++++++++++++++++++ AndroidManifest.xml | 33 +++++++++++++++++++++++ README | 0 gen/org/springframework/mobile/orm/R.java | 23 ++++++++++++++++ 5 files changed, 97 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 AndroidManifest.xml create mode 100644 README create mode 100644 gen/org/springframework/mobile/orm/R.java diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..24761b6 --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..38905a6 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + NonMavenAndroidSQLLiteOrm + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..0a7d842 --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..e69de29 diff --git a/gen/org/springframework/mobile/orm/R.java b/gen/org/springframework/mobile/orm/R.java new file mode 100644 index 0000000..133ec9f --- /dev/null +++ b/gen/org/springframework/mobile/orm/R.java @@ -0,0 +1,23 @@ +/* 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 org.springframework.mobile.orm; + +public final class R { + public static final class attr { + } + public static final class drawable { + public static final int icon=0x7f020000; + } + public static final class layout { + public static final int main=0x7f030000; + } + public static final class string { + public static final int app_name=0x7f040001; + public static final int hello=0x7f040000; + } +}