Adding facebook classpath and project so it can be imported into Eclipse

pull/14/head
Tim Su 13 years ago
parent c00e69c4cb
commit e8c458f4d7

@ -2,9 +2,9 @@
*.DS_Store
*.class
*java#
*.classpath
*.project
*.settings
examples/*/.classpath
examples/*/.project
examples/*/.settings
facebook/bin/
facebook/gen/
examples/stream/bin/
@ -12,4 +12,4 @@ examples/simple/bin/
examples/stream/gen/
examples/simple/gen/
tests/bin
tests/gen
tests/gen

@ -0,0 +1,7 @@
<?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>

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>facebook</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>
Loading…
Cancel
Save