diff --git a/.classpath b/.classpath new file mode 100644 index 000000000..37a11b83e --- /dev/null +++ b/.classpath @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index 8345f35d2..22273c3f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ /local.properties -/.classpath /bin/ /gen/ /build/ @@ -7,6 +6,6 @@ /build.xml *~ /.idea/ -/.project /*.iml out +/.settings/ diff --git a/test/.classpath b/test/.classpath new file mode 100644 index 000000000..d585386c3 --- /dev/null +++ b/test/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/test/.gitignore b/test/.gitignore index 8345f35d2..22273c3f4 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,5 +1,4 @@ /local.properties -/.classpath /bin/ /gen/ /build/ @@ -7,6 +6,6 @@ /build.xml *~ /.idea/ -/.project /*.iml out +/.settings/