Adding PhoneGap Plugins

This commit is contained in:
Joe Bowser
2009-12-17 16:43:10 -08:00
parent de5b3e2c0f
commit 4500dd13dc
11 changed files with 212 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?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="lib" path="libs/phonegap.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>