Added project files for Eclipse
authorDavid A. Velasco <dvelasco@solidgear.es>
Thu, 9 Jan 2014 15:55:05 +0000 (16:55 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Thu, 9 Jan 2014 15:55:05 +0000 (16:55 +0100)
oc_framework/sample_client/.classpath [new file with mode: 0644]
oc_framework/sample_client/.project [new file with mode: 0644]

diff --git a/oc_framework/sample_client/.classpath b/oc_framework/sample_client/.classpath
new file mode 100644 (file)
index 0000000..ed9fc35
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="src" path="gen"/>
+       <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+       <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+       <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/oc_framework/sample_client/.project b/oc_framework/sample_client/.project
new file mode 100644 (file)
index 0000000..3ba6a91
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>MainActivity</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>com.android.ide.eclipse.adt.ApkBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+       </natures>
+</projectDescription>