From c49869871422d48e0a4f58af708304741732f5bc Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Thu, 9 Jan 2014 16:55:05 +0100 Subject: [PATCH] Added project files for Eclipse --- oc_framework/sample_client/.classpath | 9 +++++++++ oc_framework/sample_client/.project | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 oc_framework/sample_client/.classpath create mode 100644 oc_framework/sample_client/.project diff --git a/oc_framework/sample_client/.classpath b/oc_framework/sample_client/.classpath new file mode 100644 index 00000000..ed9fc358 --- /dev/null +++ b/oc_framework/sample_client/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/oc_framework/sample_client/.project b/oc_framework/sample_client/.project new file mode 100644 index 00000000..3ba6a913 --- /dev/null +++ b/oc_framework/sample_client/.project @@ -0,0 +1,33 @@ + + + MainActivity + + + + + + 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 + + -- 2.11.0