summaryrefslogtreecommitdiffstats
path: root/samples/TicTacToeLib
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2010-10-29 15:22:12 -0700
committerGlenn Kasten <gkasten@google.com>2010-10-29 15:23:25 -0700
commitcbb9f0d00e119c35e1d1fbd03fbfea2885cfe1e9 (patch)
tree7ed33744ee3473b0957888fa0b4332f85b583af1 /samples/TicTacToeLib
parent5a2fb6ce286411e85c5be8f1219d532e222882da (diff)
downloadandroid_development-cbb9f0d00e119c35e1d1fbd03fbfea2885cfe1e9.tar.gz
android_development-cbb9f0d00e119c35e1d1fbd03fbfea2885cfe1e9.tar.bz2
android_development-cbb9f0d00e119c35e1d1fbd03fbfea2885cfe1e9.zip
Remove .classpath and .project files
During review of the patch set for native audio sample, someone mentioned there should not be these files in git. But we seem to be inconsistent about this (for example these files). Can you please let me know whether they should be there or not, and then I will update the native audio patch set. Thanks! Change-Id: I6d27f4936f8c60efb05a89a4ba11e77e66aaf539
Diffstat (limited to 'samples/TicTacToeLib')
-rwxr-xr-xsamples/TicTacToeLib/.classpath7
-rwxr-xr-xsamples/TicTacToeLib/.project33
2 files changed, 0 insertions, 40 deletions
diff --git a/samples/TicTacToeLib/.classpath b/samples/TicTacToeLib/.classpath
deleted file mode 100755
index 6e9239ff0..000000000
--- a/samples/TicTacToeLib/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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 kind="output" path="bin"/>
-</classpath>
diff --git a/samples/TicTacToeLib/.project b/samples/TicTacToeLib/.project
deleted file mode 100755
index c0589f6ea..000000000
--- a/samples/TicTacToeLib/.project
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>TicTacToeLib</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>