Skip to content

Commit

Permalink
added eclipse specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOdeus committed Feb 23, 2012
1 parent f05b75a commit 2743ecd
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Expand Up @@ -2,6 +2,4 @@
phonegap.js
*.apk
bin/
gen/
.project
.settings
gen/
17 changes: 17 additions & 0 deletions .project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>GoodWeight</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>
11 changes: 11 additions & 0 deletions .settings/.jsdtscope
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="webres/jquery.mobile/|webres/mobiscroll/js/|webres/progressbar/|webres/js/|webres/showLoading/js/" kind="src" path=""/>
<classpathentry kind="src" path="webres/jquery.mobile"/>
<classpathentry kind="src" path="webres/js"/>
<classpathentry kind="src" path="webres/mobiscroll/js"/>
<classpathentry kind="src" path="webres/progressbar"/>
<classpathentry kind="src" path="webres/showLoading/js"/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path=""/>
</classpath>
1 change: 1 addition & 0 deletions .settings/org.eclipse.wst.jsdt.ui.superType.container
@@ -0,0 +1 @@
org.eclipse.wst.jsdt.launching.JRE_CONTAINER
1 change: 1 addition & 0 deletions .settings/org.eclipse.wst.jsdt.ui.superType.name
@@ -0,0 +1 @@
Global

0 comments on commit 2743ecd

Please sign in to comment.