Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/xmaniac/phonegap into bb
Browse files Browse the repository at this point in the history
  • Loading branch information
sintaxi committed May 18, 2009
2 parents b73c5b4 + aea3183 commit 6dc2da3
Show file tree
Hide file tree
Showing 42 changed files with 1,798 additions and 996 deletions.
2 changes: 1 addition & 1 deletion blackberry/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="src" path="/.test.jdw"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/NET_RIM_BLACKBERRY"/>
<classpathentry kind="src" path=".tmp"/>
<classpathentry kind="output" path="bin"/>
</classpath>
12 changes: 9 additions & 3 deletions blackberry/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>phone_gap</name>
<name>phonegap</name>
<comment></comment>
<projects>
</projects>
Expand All @@ -11,13 +11,19 @@
</arguments>
</buildCommand>
<buildCommand>
<name>net.rim.eide.RIMIncrementalProjectBuilder</name>
<name>net.rim.eide.PreprocessBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.rim.eide.JavaIncrementalProjectBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>net.rim.eide.rimnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>net.rim.eide.PreprocessingNature</nature>
</natures>
</projectDescription>
</projectDescription>
3 changes: 3 additions & 0 deletions blackberry/.settings/net.rim.eide.keys.Project.prefs
@@ -0,0 +1,3 @@
#Fri May 15 15:56:25 CEST 2009
RIM.BLACKBERRY.TYPE=COPY
eclipse.preferences.version=1
4 changes: 2 additions & 2 deletions blackberry/.settings/org.eclipse.jdt.core.prefs
@@ -1,5 +1,5 @@
#Sun Oct 19 18:43:38 PDT 2008
#Sat May 16 13:53:35 CEST 2009
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
org.eclipse.jdt.core.compiler.compliance=1.3
org.eclipse.jdt.core.compiler.compliance=1.4
org.eclipse.jdt.core.compiler.source=1.3
5 changes: 5 additions & 0 deletions blackberry/phonegap.cso
@@ -0,0 +1,5 @@
33000000=RIMAPPSA2
52424200=RIM Blackberry Apps API
52434300=RIM Crypto API - Certicom
52434900=RIM Crypto API - Internal
52435200=RIM Crypto API - RIM
82 changes: 82 additions & 0 deletions blackberry/phonegap.jdp
@@ -0,0 +1,82 @@
## RIM Java Development Environment
# RIM Project file
#
# This file is generated and managed by BlackBerry developer tools.
# It SHOULD NOT BE modified manually.
#
AddOn=0
AlwaysBuild=0
[AlxImports
]
AutoRestart=0
[ClassProtection
]
[CustomBuildFiles
]
[CustomBuildRules
]
[DefFiles
]
[DependsOn
]
ExcludeFromBuildAll=0
[Files
src\com\nitobi\phonegap\api\Command.java
src\com\nitobi\phonegap\api\CommandManager.java
src\com\nitobi\phonegap\api\impl\CameraCommand.java
src\com\nitobi\phonegap\api\impl\ContactsCommand.java
src\com\nitobi\phonegap\api\impl\GeoLocationCommand.java
src\com\nitobi\phonegap\api\impl\InitializationCommand.java
src\com\nitobi\phonegap\api\impl\TelephonyCommand.java
src\com\nitobi\phonegap\api\impl\VibrationCommand.java
src\com\nitobi\phonegap\io\AsynchronousResourceFetcher.java
src\com\nitobi\phonegap\io\Callback.java
src\com\nitobi\phonegap\io\ConnectionManager.java
src\com\nitobi\phonegap\io\QueueResourceFetcher.java
src\com\nitobi\phonegap\model\Position.java
src\com\nitobi\phonegap\PhoneGap.java
src\www\js\camera.js
src\www\js\contacts.js
src\www\js\device.js
src\www\js\geolocation.js
src\www\js\position.js
src\www\js\telephony.js
src\www\test\camera.html
src\www\test\contacts.html
src\www\test\device.html
src\www\test\images\0.png
src\www\test\images\1.png
src\www\test\images\2.png
src\www\test\images\3.png
src\www\test\images\4.png
src\www\test\images\5.png
src\www\test\index.html
src\www\test\io.html
src\www\test\location.html
src\www\test\telephony.html
src\www\test\vibration.html
]
HaveAlxImports=0
HaveDefs=0
HaveImports=0
[Icons
]
[ImplicitRules
]
[Imports
]
Listing=0
MidletClass=data:///www/test/index.html
Options=-quiet
OutputFileName=phonegap
[PackageProtection
]
RibbonPosition=0
[RolloverIcons
]
RunOnStartup=0
StartupTier=7
SystemModule=0
Title=PhoneGap
Type=0
UserData=|src

0 comments on commit 6dc2da3

Please sign in to comment.